mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:53:07 +00:00
[GDI32_WINETEST]
[USER32_WINETEST] Use Jira bug ids. svn path=/trunk/; revision=60552
This commit is contained in:
parent
2739584249
commit
5cd9f97182
3 changed files with 3 additions and 3 deletions
|
@ -336,7 +336,7 @@ static void test_bitmap_font(void)
|
||||||
|
|
||||||
if(!winetest_interactive)
|
if(!winetest_interactive)
|
||||||
{
|
{
|
||||||
skip("reactos bug 5401: Skipping bitmap font tests!\n");
|
skip("reactos bug ROSTESTS-8: Skipping bitmap font tests!\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1737,7 +1737,7 @@ static int compare_emf_bits(const HENHMETAFILE mf, const unsigned char *bits,
|
||||||
|
|
||||||
if(!winetest_interactive)
|
if(!winetest_interactive)
|
||||||
{
|
{
|
||||||
skip("skipping match_emf_record(), bug 5393\n");
|
skip("skipping match_emf_record(), bug ROSTESTS-4\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7575,7 +7575,7 @@ START_TEST(win)
|
||||||
|
|
||||||
test_SetForegroundWindow(hwndMain);
|
test_SetForegroundWindow(hwndMain);
|
||||||
if(!winetest_interactive)
|
if(!winetest_interactive)
|
||||||
skip("bug 5957: skipping test_shell_window, it crashes ros/win7 explorer\n");
|
skip("bug ROSTESTS-23: skipping test_shell_window, it crashes ros/win7 explorer\n");
|
||||||
else
|
else
|
||||||
test_shell_window();
|
test_shell_window();
|
||||||
test_handles( hwndMain );
|
test_handles( hwndMain );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue