diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-13 19:11:41 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-13 19:11:41 -0800 |
commit | edfccbf2708ee4cb5e9cae5a04badf6f2b84b799 (patch) | |
tree | 23156677e343327d7146f5b6cc638c27329e0e44 | |
parent | c1135eeb3547d747e61a60c0f73e7a82e87981b3 (diff) |
disable bigswitch test until relooper can support it
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 7c0edcbe..30f5213b 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3348,6 +3348,8 @@ def process(filename): self.do_run(src, '*96,97,98,-14,-14,101*') def test_bigswitch(self): + if Settings.RELOOP: return self.skip('TODO: switch in relooper, issue #781') + src = open(path_from_root('tests', 'bigswitch.cpp')).read() self.do_run(src, '''34962: GL_ARRAY_BUFFER (0x8892) 26214: what? |