mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
[USER32_WINETEST]
- Skip user32:msg_paint test_paint_messages if running on Windows in non-interactive mode. This should allow WHS-Testbot to get a bit further ROSTESTS-185 ONLINE-441 ROSTESTS-184 svn path=/trunk/; revision=68575
This commit is contained in:
parent
10d23d4e83
commit
1a5b34df4a
1 changed files with 8 additions and 0 deletions
|
@ -15035,6 +15035,14 @@ START_TEST(msg_paint)
|
||||||
{
|
{
|
||||||
init_tests();
|
init_tests();
|
||||||
test_scrollwindowex();
|
test_scrollwindowex();
|
||||||
|
#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");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
#endif
|
||||||
test_paint_messages();
|
test_paint_messages();
|
||||||
test_paintingloop();
|
test_paintingloop();
|
||||||
cleanup_tests();
|
cleanup_tests();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue