mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[user32_winetest]
Skip 2 tests that hang on reactos. Patch by Giannis Adamopoulos svn path=/trunk/; revision=48554
This commit is contained in:
parent
a81b1fdd76
commit
d35828af5a
2 changed files with 7 additions and 3 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue