Codebase list emscripten / d4de085
update testsuite coverage Jonas Smedegaard 3 years ago
1 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
208208 FAILS_other += \
209209 test_supported_linker_flags
210210
211 # requires bugfix for AssertionError: subprocess exited with non-zero return code(1):
212 # `emcc -nostdlib++ /<<PKGBUILDDIR>>/tests/other/test_split_main_module.c
213 # -o test_split_main_module.js -Werror
214 # -g -sMAIN_MODULE=2 -sEXPORTED_FUNCTIONS=[_printf] -sSPLIT_MODULE=1
215 # -Wno-experimental --embed-file libhello.wasm
216 # --post-js /<<PKGBUILDDIR>>/tests/other/test_split_module.post.js
217 # -sINITIAL_TABLE=16
218 # -I. -I/<<PKGBUILDDIR>>/tests/other -I/<<PKGBUILDDIR>>/tests/other/include`
219 FAILS_other += \
220 test_split_main_module
221
211222 # avoid unimportant mode causing multiple failures: strict
212223 CHECK_MODES_WASMX = wasm0 wasm1 wasm2 wasm3 wasms wasmz
213224 CHECK_MODES_WASMJS = wasm2js1 wasm2js2 wasm2js3 wasm2jss wasm2jsz