From b17d30ee598b6fb624ad81648e1e60d01c6275ac Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Tue, 29 Sep 2015 13:33:26 -0700 Subject: Tmp disable superscript digit test for web. See added comment for motivation. Probably the *.frac and *superior glyphs should be merged. More info: https://github.com/google/roboto/issues/22 https://github.com/google/roboto/issues/108 --- scripts/run_web_tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py index f201114..7687989 100755 --- a/scripts/run_web_tests.py +++ b/scripts/run_web_tests.py @@ -64,6 +64,9 @@ class TestNames(common_tests.TestNames): class TestDigitWidths(common_tests.TestDigitWidths): loaded_fonts = FONTS + # disable this test while *.frac and *superior glyphs are separate + # the webfont glyph subset contains *.frac but not *superior + test_superscript_digits = False class TestCharacterCoverage(common_tests.TestCharacterCoverage): -- cgit v1.2.3