From 9faadeb8a446584864ff04111e9a1d1695d8f458 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 9 Feb 2014 11:52:02 -0800 Subject: enable legacy gl emulation in fastcomp --- tests/runner.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/runner.py') diff --git a/tests/runner.py b/tests/runner.py index 4dd93b1a..fffd039c 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -653,7 +653,6 @@ 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 '' -- cgit v1.2.3-18-g5258