diff options
-rw-r--r-- | tests/freetype/ref_4.txt | 32 | ||||
-rwxr-xr-x | tests/runner.py | 6 |
2 files changed, 38 insertions, 0 deletions
diff --git a/tests/freetype/ref_4.txt b/tests/freetype/ref_4.txt new file mode 100644 index 00000000..e8124c1d --- /dev/null +++ b/tests/freetype/ref_4.txt @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + ****** ****** + ********** ********** + ************ ************ + ***** ***** ***** ***** + **** **** **** **** + **** *** **** + **** **** **** + **************** *********** + **************** ************* + **************** ************** + **** ***** **** + **** **** **** + **** **** **** ***** + ***** **** ***** ****** + ************* ********** ***** + *********** ********* ***** + ******* ***** **** +Non-0s: 332 diff --git a/tests/runner.py b/tests/runner.py index 7028dd33..b6522aca 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4754,6 +4754,12 @@ def process(filename): includes=[path_from_root('tests', 'freetype', 'include')], post_build=post) + print '[issue 324 case 3]' + self.do_run('', + open(path_from_root('tests', 'freetype', 'ref_4.txt'), 'r').read(), + ['font.ttf', 'ea', '40', '32', '0'], + no_build=True) + def test_sqlite(self): # gcc -O3 -I/home/alon/Dev/emscripten/tests/sqlite -ldl src.c if self.emcc_args is None: return self.skip('Very slow without ta2, and we would also need to include dlmalloc manually without emcc') |