kernel32/tests: Skip a test on Win9x/WinMe.
This commit is contained in:
parent
11dce800c1
commit
6fd641aa05
|
@ -409,7 +409,10 @@ static void test_ExitCode(void)
|
||||||
crash_and_debug(hkey, test_exe, "dbg,none");
|
crash_and_debug(hkey, test_exe, "dbg,none");
|
||||||
else
|
else
|
||||||
skip("\"none\" debugger test needs user interaction\n");
|
skip("\"none\" debugger test needs user interaction\n");
|
||||||
crash_and_debug(hkey, test_exe, "dbg,event,order");
|
if (disposition == REG_CREATED_NEW_KEY)
|
||||||
|
win_skip("'dbg,event,order' test doesn't finish on Win9x/WinMe\n");
|
||||||
|
else
|
||||||
|
crash_and_debug(hkey, test_exe, "dbg,event,order");
|
||||||
crash_and_debug(hkey, test_exe, "dbg,attach,event,code2");
|
crash_and_debug(hkey, test_exe, "dbg,attach,event,code2");
|
||||||
if (pDebugSetProcessKillOnExit)
|
if (pDebugSetProcessKillOnExit)
|
||||||
crash_and_debug(hkey, test_exe, "dbg,attach,event,nokill");
|
crash_and_debug(hkey, test_exe, "dbg,attach,event,nokill");
|
||||||
|
|
Loading…
Reference in New Issue