From f5c12f8d8f39f405426e6cef153f91cdfe409710 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 18 Aug 2015 19:34:08 +0100 Subject: [test] Add Thai and Arabic to test-pangocairo-threads Apparently libthai is not threadsafe. This crashes right away if libthai is enabled... --- tests/test-pangocairo-threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-pangocairo-threads.c b/tests/test-pangocairo-threads.c index 515fbd1f..4f1c4a2f 100644 --- a/tests/test-pangocairo-threads.c +++ b/tests/test-pangocairo-threads.c @@ -5,7 +5,7 @@ #define WIDTH 100 #define HEIGHT 100 -const char *text = "The quick brown fox jumped over the lazy dog!"; +const char *text = "Hamburgerfonts\nวิวิวิวิวิวิ\nبهداد"; int num_iters = 200; -- cgit v1.2.1