File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -656,22 +656,12 @@ jobs:
656
656
command : echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
657
657
- run-tests :
658
658
title : " wasm64"
659
- test_targets : "
660
- wasm64
661
- core_2gb.test_*em_asm*
662
- core_2gb.test_*embind*
663
- core_2gb.test_fs_js_api_wasmfs
664
- wasm64l.test_hello_world
665
- wasm64l.test_bigswitch
666
- wasm64l.test_module_wasm_memory
667
- wasm64l.test_longjmp2_emscripten
668
- other.test_memory64_proxies
669
- other.test_failing_growth_wasm64"
659
+ test_targets : " wasm64"
670
660
- upload-test-results
671
661
test-wasm64-4gb :
672
662
environment :
673
663
LANG : " C.UTF-8"
674
- # Only run 2 tests at a time to avoid OOM (since each tests used >4gb)
664
+ # Only run 2 tests at a time to avoid OOM (since each test used >4gb)
675
665
EMCC_CORES : " 2"
676
666
# We don't use `bionic` here since its too old to run recent node versions:
677
667
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
@@ -691,7 +681,16 @@ jobs:
691
681
command : echo "NODE_JS = NODE_JS_TEST" >> ~/emsdk/.emscripten
692
682
- run-tests :
693
683
title : " wasm64_4gb"
694
- test_targets : " wasm64_4gb"
684
+ test_targets : " wasm64_4gb
685
+ core_2gb.test_*em_asm*
686
+ core_2gb.test_*embind*
687
+ core_2gb.test_fs_js_api_wasmfs
688
+ wasm64l.test_hello_world
689
+ wasm64l.test_bigswitch
690
+ wasm64l.test_module_wasm_memory
691
+ wasm64l.test_longjmp2_emscripten
692
+ other.test_memory64_proxies
693
+ other.test_failing_growth_wasm64"
695
694
- upload-test-results
696
695
test-jsc :
697
696
executor : linux-python
@@ -1066,9 +1065,6 @@ workflows:
1066
1065
- test-core3 :
1067
1066
requires :
1068
1067
- build-linux
1069
- - test-wasm64 :
1070
- requires :
1071
- - build-linux
1072
1068
- test-wasm64-4gb :
1073
1069
requires :
1074
1070
- build-linux
You can’t perform that action at this time.
0 commit comments