Commit ec3cdaba authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll/tests: Enable a few tests on all platforms.

parent af3aee8a
......@@ -3912,9 +3912,6 @@ START_TEST(exception)
test_dpe_exceptions();
test_prot_fault();
test_thread_context();
test_suspend_thread();
test_suspend_process();
test_unload_trace();
test_kiuserexceptiondispatcher();
/* Call of Duty WWII writes to BeingDebugged then closes an invalid handle,
......@@ -3957,9 +3954,6 @@ START_TEST(exception)
test_prot_fault();
test_dpe_exceptions();
test_wow64_context();
test_suspend_thread();
test_suspend_process();
test_unload_trace();
test_kiuserexceptiondispatcher();
if (pRtlAddFunctionTable && pRtlDeleteFunctionTable && pRtlInstallFunctionTableCallback && pRtlLookupFunctionEntry)
......@@ -3975,5 +3969,8 @@ START_TEST(exception)
#endif
test_suspend_thread();
test_suspend_process();
test_unload_trace();
VirtualFree(code_mem, 0, MEM_RELEASE);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment