diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-21 12:04:21 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-21 17:09:49 -0700 |
commit | 9275eafe6d7c40302ca3f600e39634e16e8718c3 (patch) | |
tree | 9ca5e17533d11e464afc94f6593b7ff30c05be22 | |
parent | ef3b19e6e6e9669cf75e57ac46ff171221f16fb4 (diff) |
enable test_bigswitch everywhere; closes #781
-rw-r--r-- | tests/test_core.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 29a04e1e..81b21bd0 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -3935,9 +3935,6 @@ def process(filename): self.do_run(src, 'Hello world!') def test_bigswitch(self): - if Settings.RELOOP: return self.skip('TODO: switch in relooper, issue #781') - if Settings.ASM_JS: return self.skip('TODO: switch too large for asm') - src = open(path_from_root('tests', 'bigswitch.cpp')).read() self.do_run(src, '''34962: GL_ARRAY_BUFFER (0x8892) 26214: what? |