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

Alexandre Julliard julliard at winehq.org
Thu Jun 24 16:16:45 CDT 2021


Module: wine
Branch: master
Commit: 10cc82827e069b9fd6658e31ef88ea9a94692585
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=10cc82827e069b9fd6658e31ef88ea9a94692585

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Jun 24 11:14:36 2021 -0500

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

The stack handler doesn't return ExceptionContinueExecution if test_stage == 2.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/tests/exception.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c
index 24f905e86dd..7fa966b0c4e 100644
--- a/dlls/ntdll/tests/exception.c
+++ b/dlls/ntdll/tests/exception.c
@@ -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)




More information about the wine-cvs mailing list