mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
25 lines
888 B
Diff
25 lines
888 B
Diff
|
From 46a3f35c38aa4dcb9ca3101fc346fe44fa0d240d Mon Sep 17 00:00:00 2001
|
||
|
From: Sebastian Lackner <sebastian@fds-team.de>
|
||
|
Date: Sun, 15 May 2016 17:30:35 +0200
|
||
|
Subject: d2d1/tests: Avoid test failure on specific Nvidia graphic cards.
|
||
|
|
||
|
---
|
||
|
dlls/d2d1/tests/d2d1.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/dlls/d2d1/tests/d2d1.c b/dlls/d2d1/tests/d2d1.c
|
||
|
index 7f9632f..0961373 100644
|
||
|
--- a/dlls/d2d1/tests/d2d1.c
|
||
|
+++ b/dlls/d2d1/tests/d2d1.c
|
||
|
@@ -1103,6 +1103,7 @@ static void test_bitmap_brush(void)
|
||
|
hr = ID2D1RenderTarget_EndDraw(rt, NULL, NULL);
|
||
|
ok(SUCCEEDED(hr), "Failed to end draw, hr %#x.\n", hr);
|
||
|
match = compare_surface(surface, "393636185359a550d459e1e5f0e25411814f724c");
|
||
|
+ todo_wine_if (compare_surface(surface, "f428a7d2f886e33a8be006a831fb38d88b235884"))
|
||
|
ok(match, "Surface does not match.\n");
|
||
|
|
||
|
ID2D1RenderTarget_BeginDraw(rt);
|
||
|
--
|
||
|
2.8.0
|
||
|
|