diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 17:29:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 17:29:32 -0800 |
commit | c67e7e831cfd3c67b533f9e44b75c0925a5c52b9 (patch) | |
tree | 4dbb43354d8cbb8a4e0ad52e016221cda66c9435 /tests/runner.py | |
parent | 05299686d45df2b5ee273c464dbf6d4b49d58fb5 (diff) |
disable/update various browser tests for fastcomp
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 37e307e9..72e940cb 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -649,6 +649,7 @@ class BrowserCore(RunnerCore): def btest(self, filename, expected=None, reference=None, force_c=False, reference_slack=0, manual_reference=False, post_build=None, args=[], outfile='test.html', message='.'): # TODO: use in all other tests + if os.environ.get('EMCC_FAST_COMPILER') == '1' and 'LEGACY_GL_EMULATION=1' in args: return self.skip('no legacy gl emulation in fastcomp') # if we are provided the source and not a path, use that filename_is_src = '\n' in filename src = filename if filename_is_src else '' |