[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Oct 4 14:36:59 UTC 2018
test/shaping/run-tests.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7b3ae5ffd202346cb3742fe0f8cfafe8c36a4bd5
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Oct 4 16:36:42 2018 +0200
More bot fixes
diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py
index 18b2118d..0b27872f 100755
--- a/test/shaping/run-tests.py
+++ b/test/shaping/run-tests.py
@@ -65,7 +65,7 @@ for filename in args:
unicodes] + (options.split (' ') if options else []))
if returncode:
- print ("hb-shape --font-funcs=ft failed.") # file=sys.stderr
+ print ("ERROR: hb-shape --font-funcs=ft failed.") # file=sys.stderr
fails = fails + 1
#continue
@@ -78,7 +78,7 @@ for filename in args:
fails = fails + 1
#continue
- if glyphs1 != glyphs2:
+ if glyphs1 != glyphs2 and glyphs_expected != '*':
print ("FT funcs: " + glyphs1) # file=sys.stderr
print ("OT funcs: " + glyphs2) # file=sys.stderr
fails = fails + 1
More information about the HarfBuzz
mailing list