Commit 10cc8282 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll/tests: Mark a test as conditionally succeeding under Wine.

The stack handler doesn't return ExceptionContinueExecution if test_stage == 2. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 9eade0d2
......@@ -3719,7 +3719,7 @@ static void run_rtlraiseexception_test(DWORD exceptioncode)
todo_wine
ok( !rtlraiseexception_handler_called, "Frame handler called\n" );
todo_wine
todo_wine_if (test_stage != 2)
ok( rtlraiseexception_unhandled_handler_called, "UnhandledExceptionFilter wasn't called\n" );
if (have_vectored_api)
......
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