mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[USER32_WINETEST]
- Skip test_paintingloop instead of test_paint_messages? Grml ROSTESTS-18 svn path=/trunk/; revision=68576
This commit is contained in:
parent
1a5b34df4a
commit
5ae53d1709
1 changed files with 2 additions and 2 deletions
|
@ -15035,15 +15035,15 @@ START_TEST(msg_paint)
|
|||
{
|
||||
init_tests();
|
||||
test_scrollwindowex();
|
||||
test_paint_messages();
|
||||
#ifdef __REACTOS__
|
||||
if (!winetest_interactive &&
|
||||
!strcmp(winetest_platform, "windows"))
|
||||
{
|
||||
skip("ROSTESTS-184: Skipping user3232_winetest:msg_paint test_paint_messages because it hangs on WHS-Testbot. Set winetest_interactive to run it anyway.\n");
|
||||
skip("ROSTESTS-185: Skipping user32_winetest:msg_paint test_paintingloop because it hangs on WHS-Testbot. Set winetest_interactive to run it anyway.\n");
|
||||
}
|
||||
else
|
||||
#endif
|
||||
test_paint_messages();
|
||||
test_paintingloop();
|
||||
cleanup_tests();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue