MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_indirectbr_many

Method test_indirectbr_many

test/test_core.py:2321–2324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2319 @no_ubsan('local count too large for VMs')
2320 @no_wasm2js('extremely deep nesting, hits stack limit on some VMs')
2321 def test_indirectbr_many(self):
2322 if not self.is_optimizing():
2323 self.skipTest('nodejs takes ~1.8GB to compile this if the wasm is not optimized, which can cause OOM on the test runners')
2324 self.do_core_test('test_indirectbr_many.c')
2325
2326 def test_pack(self):
2327 src = '''

Callers

nothing calls this directly

Calls 2

is_optimizingMethod · 0.95
do_core_testMethod · 0.95

Tested by

no test coverage detected