mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +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();
|
init_tests();
|
||||||
test_scrollwindowex();
|
test_scrollwindowex();
|
||||||
|
test_paint_messages();
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
if (!winetest_interactive &&
|
if (!winetest_interactive &&
|
||||||
!strcmp(winetest_platform, "windows"))
|
!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
|
else
|
||||||
#endif
|
#endif
|
||||||
test_paint_messages();
|
|
||||||
test_paintingloop();
|
test_paintingloop();
|
||||||
cleanup_tests();
|
cleanup_tests();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue