From 60f84ef014f9280da24d5eb9ce833a7f37210242 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Jan 2018 20:46:58 -0500 Subject: [PATCH] Disable MORX-13/14 Really, need better way to catch these :(. --- test/shaping/data/text-rendering-tests/DISABLED | 2 ++ test/shaping/data/text-rendering-tests/Makefile.sources | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/shaping/data/text-rendering-tests/DISABLED b/test/shaping/data/text-rendering-tests/DISABLED index 809edb610..45b8510a8 100644 --- a/test/shaping/data/text-rendering-tests/DISABLED +++ b/test/shaping/data/text-rendering-tests/DISABLED @@ -14,6 +14,8 @@ tests/MORX-9.tests tests/MORX-10.tests tests/MORX-11.tests tests/MORX-12.tests +tests/MORX-13.tests +tests/MORX-14.tests # Rounding differences tests/SHARAN-1.tests diff --git a/test/shaping/data/text-rendering-tests/Makefile.sources b/test/shaping/data/text-rendering-tests/Makefile.sources index 81b378964..311812c7a 100644 --- a/test/shaping/data/text-rendering-tests/Makefile.sources +++ b/test/shaping/data/text-rendering-tests/Makefile.sources @@ -28,8 +28,6 @@ TESTS = \ tests/HVAR-2.tests \ tests/KERN-1.tests \ tests/KERN-2.tests \ - tests/MORX-13.tests \ - tests/MORX-14.tests \ tests/SHBALI-3.tests \ tests/SHKNDA-1.tests \ $(NULL) @@ -39,6 +37,8 @@ DISBALED_TESTS = \ tests/MORX-10.tests \ tests/MORX-11.tests \ tests/MORX-12.tests \ + tests/MORX-13.tests \ + tests/MORX-14.tests \ tests/MORX-1.tests \ tests/MORX-2.tests \ tests/MORX-3.tests \