aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-22 18:23:40 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-22 18:23:40 -0700
commitc61081ec5bbe51a116cd0820fad9790ed9ebc8da (patch)
tree393249b38de3e81be97a1d48e57382c0df53e531
parent0bfc56ac82c9c051deda26cf6b3892857db7794f (diff)
disable test_bigswitch in most modes, needs bigger stack size
-rw-r--r--tests/test_core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 81b21bd0..a477c05e 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -3935,6 +3935,8 @@ def process(filename):
self.do_run(src, 'Hello world!')
def test_bigswitch(self):
+ if self.run_name != 'default': return self.skip('TODO: issue #781')
+
src = open(path_from_root('tests', 'bigswitch.cpp')).read()
self.do_run(src, '''34962: GL_ARRAY_BUFFER (0x8892)
26214: what?