summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk19@gmail.com>2015-09-29 13:46:02 -0700
committerJames Godfrey-Kittle <jamesgk19@gmail.com>2015-09-29 13:46:02 -0700
commit74bdf5953a7c20cdca0442e1b70a2d3b24072d01 (patch)
tree15881ebb67267eb67a5d7d35899184f5bbad1588
parent08202e2581802067d111b1e0ac3b66e1e8dad03b (diff)
parentb17d30ee598b6fb624ad81648e1e60d01c6275ac (diff)
Merge pull request #113 from jamesgk/add-tests
Temporarily disable superscript digit test for web
-rwxr-xr-xscripts/run_web_tests.py3
1 files changed, 3 insertions, 0 deletions
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):