We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85629e0 commit 281703bCopy full SHA for 281703b
test/test_core.py
@@ -2499,6 +2499,8 @@ def test_llvmswitch(self):
2499
2500
@no_wasm2js('massive switches can break js engines')
2501
def test_bigswitch(self):
2502
+ if not self.is_optimizing():
2503
+ self.skipTest('nodejs takes ~4GB to compile this if the wasm is not optimized, which OOMs')
2504
self.set_setting('USE_SDL')
2505
self.do_runf(test_file('bigswitch.cpp'), '''34962: GL_ARRAY_BUFFER (0x8892)
2506
26214: what?
0 commit comments