ddraw/tests: Remove some no longer needed broken(TRUE).
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3ba2b5898c
commit
34737c6704
|
@ -6226,8 +6226,7 @@ static void test_palette_gdi(void)
|
||||||
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
||||||
|
|
||||||
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
||||||
/* Windows 2000 on the testbot assigns a different palette to the primary. Refrast? */
|
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE),
|
||||||
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE) || broken(TRUE),
|
|
||||||
"Got unexpected palette %p, expected %p.\n",
|
"Got unexpected palette %p, expected %p.\n",
|
||||||
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
||||||
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
||||||
|
|
|
@ -7469,8 +7469,7 @@ static void test_palette_gdi(void)
|
||||||
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
||||||
|
|
||||||
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
||||||
/* Windows 2000 on the testbot assigns a different palette to the primary. Refrast? */
|
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE),
|
||||||
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE) || broken(TRUE),
|
|
||||||
"Got unexpected palette %p, expected %p.\n",
|
"Got unexpected palette %p, expected %p.\n",
|
||||||
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
||||||
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
||||||
|
|
|
@ -8432,8 +8432,7 @@ static void test_palette_gdi(void)
|
||||||
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
||||||
|
|
||||||
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
||||||
/* Windows 2000 on the testbot assigns a different palette to the primary. Refrast? */
|
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE),
|
||||||
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE) || broken(TRUE),
|
|
||||||
"Got unexpected palette %p, expected %p.\n",
|
"Got unexpected palette %p, expected %p.\n",
|
||||||
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
||||||
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
||||||
|
|
|
@ -8243,8 +8243,7 @@ static void test_palette_gdi(void)
|
||||||
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
ok(color == 0x00252423, "Clear index 4: Got unexpected color 0x%08x.\n", color);
|
||||||
|
|
||||||
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
ddraw_palette_handle = SelectPalette(dc, GetStockObject(DEFAULT_PALETTE), FALSE);
|
||||||
/* Windows 2000 on the testbot assigns a different palette to the primary. Refrast? */
|
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE),
|
||||||
ok(ddraw_palette_handle == GetStockObject(DEFAULT_PALETTE) || broken(TRUE),
|
|
||||||
"Got unexpected palette %p, expected %p.\n",
|
"Got unexpected palette %p, expected %p.\n",
|
||||||
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
ddraw_palette_handle, GetStockObject(DEFAULT_PALETTE));
|
||||||
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
SelectPalette(dc, ddraw_palette_handle, FALSE);
|
||||||
|
|
Loading…
Reference in New Issue