diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-29 16:50:45 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-29 16:50:45 -0800 |
commit | ee756a273a609153ac2f89ee3e5b1c89cdf65458 (patch) | |
tree | 6a1eb8b19b5f6cf8aafe0e02543f524b4042bd84 | |
parent | b33f0674512eb4201c6add183a635659f6b237ee (diff) |
enable test_bigswitch in asm
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index ad35178c..18d7d74a 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -2071,7 +2071,6 @@ def process(filename): def test_bigswitch(self): if self.run_name != 'default': return self.skip('TODO: issue #781') - if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp') src = open(path_from_root('tests', 'bigswitch.cpp')).read() self.do_run(src, '''34962: GL_ARRAY_BUFFER (0x8892) |