[PATCH] d2d1/tests: Some languages need a longer buffer for property display names.

Francois Gouget fgouget at codeweavers.com
Mon Aug 16 02:20:20 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
This fixes failures on German, Spanish and Russian test configurations:
https://test.winehq.org/data/patterns.html#d2d1:d2d1
---
 dlls/d2d1/tests/d2d1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d2d1/tests/d2d1.c b/dlls/d2d1/tests/d2d1.c
index cd58d642ce1..3e2eda8a4a4 100644
--- a/dlls/d2d1/tests/d2d1.c
+++ b/dlls/d2d1/tests/d2d1.c
@@ -9690,7 +9690,7 @@ static void test_effect(BOOL d3d11)
     ID2D1Bitmap *bitmap;
     ID2D1Effect *effect;
     D2D1_SIZE_U size;
-    BYTE buffer[64];
+    BYTE buffer[256];
     BOOL cached;
     CLSID clsid;
     HRESULT hr;
-- 
2.20.1



More information about the wine-devel mailing list