From d35828af5a1025e5510599906dbee0ce319d967d Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 16 Aug 2010 00:06:55 +0000 Subject: [PATCH] [user32_winetest] Skip 2 tests that hang on reactos. Patch by Giannis Adamopoulos svn path=/trunk/; revision=48554 --- rostests/winetests/user32/msg.c | 6 ++++-- rostests/winetests/user32/win.c | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/rostests/winetests/user32/msg.c b/rostests/winetests/user32/msg.c index e0494ef2a06..1a595c77c5f 100755 --- a/rostests/winetests/user32/msg.c +++ b/rostests/winetests/user32/msg.c @@ -12572,7 +12572,8 @@ START_TEST(msg) test_paint_messages(); test_interthread_messages(); test_message_conversion(); - test_accelerators(); + skip("skipping test_accelerators, that hangs on reactos\n"); + //test_accelerators(); test_timers(); test_timers_no_wnd(); if (hCBT_hook) test_set_hook(); @@ -12593,7 +12594,8 @@ START_TEST(msg) test_dialog_messages(); test_nullCallback(); test_dbcs_wm_char(); - test_menu_messages(); + skip("skipping test_menu_messages, that hangs on reactos\n"); + //test_menu_messages(); test_paintingloop(); test_defwinproc(); test_clipboard_viewers(); diff --git a/rostests/winetests/user32/win.c b/rostests/winetests/user32/win.c index eadad3ac44d..af048515ef9 100644 --- a/rostests/winetests/user32/win.c +++ b/rostests/winetests/user32/win.c @@ -6058,7 +6058,9 @@ START_TEST(win) test_capture_1(); test_capture_2(); test_capture_3(hwndMain, hwndMain2); - test_capture_4(); + + skip("skipping test_capture_4, that hangs on reactos\n"); + //test_capture_4(); test_CreateWindow(); test_parent_owner();