kernel32/tests: Skip a test on Win9x/WinMe.
This commit is contained in:
parent
11dce800c1
commit
6fd641aa05
|
@ -409,6 +409,9 @@ static void test_ExitCode(void)
|
|||
crash_and_debug(hkey, test_exe, "dbg,none");
|
||||
else
|
||||
skip("\"none\" debugger test needs user interaction\n");
|
||||
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");
|
||||
if (pDebugSetProcessKillOnExit)
|
||||
|
|
Loading…
Reference in New Issue