File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -387,6 +387,9 @@ jobs:
387387 - name : " Remove GC tests"
388388 run : |
389389 rm -rf ./test/web-assembly3/gc
390+ rm ./test/web-assembly3/jit/gc_cast_abstract.wast
391+ rm ./test/web-assembly3/jit/gc_cast_concrete.wast
392+ rm ./test/web-assembly3/jit/gc_refeq.wast
390393 - name : Run Tests
391394 run : |
392395 $RUNNER --engine="$GITHUB_WORKSPACE/out/nogc/walrus" ${{ matrix.switch }}
@@ -419,7 +422,10 @@ jobs:
419422 rm ./test/wasm-spec/core/call_indirect.wast
420423 - name : " Remove GC tests"
421424 run : |
422- rm -rf ./test/extended/gc
425+ rm -rf ./test/web-assembly3/gc
426+ rm ./test/web-assembly3/jit/gc_cast_abstract.wast
427+ rm ./test/web-assembly3/jit/gc_cast_concrete.wast
428+ rm ./test/web-assembly3/jit/gc_refeq.wast
423429 - name : Run Tests
424430 run : |
425431 #FIXME try-catch is unstable in macos build
You can’t perform that action at this time.
0 commit comments