Author: spetreolle
Date: Mon Sep 30 08:46:05 2013
New Revision: 60472
URL:
http://svn.reactos.org/svn/reactos?rev=60472&view=rev
Log:
[PSAPI_WINETEST]
* Amine, don't deny the user's rights to run disabled tests on demand.
Modified:
trunk/rostests/winetests/psapi/psapi_main.c
Modified: trunk/rostests/winetests/psapi/psapi_main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/psapi/psapi_mai…
==============================================================================
--- trunk/rostests/winetests/psapi/psapi_main.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/psapi/psapi_main.c [iso-8859-1] Mon Sep 30 08:46:05 2013
@@ -105,6 +105,7 @@
HMODULE hMod = GetModuleHandle(NULL);
DWORD ret, cbNeeded = 0xdeadbeef;
+ if(!winetest_interactive)
win_skip("Stack corruption - ROSTEST-122\n");
return;