aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-09 11:52:02 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-09 11:52:02 -0800
commit9faadeb8a446584864ff04111e9a1d1695d8f458 (patch)
tree3369113a2f965ab3fbb7bb0b57e397fb66cbbb4b /tests/runner.py
parent6cdd7405376a72a47889e0b3d325f908951680b1 (diff)
enable legacy gl emulation in fastcomp
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 0 insertions, 1 deletions
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 ''