kernel32/tests: Skip a test on Win9x/WinMe.

This commit is contained in:
Paul Vriens 2010-01-18 12:51:35 +01:00 committed by Alexandre Julliard
parent 11dce800c1
commit 6fd641aa05
1 changed files with 4 additions and 1 deletions

View File

@ -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)