Skip to content

Commit 5d1256a

Browse files
committed
WIP: remove all gc tests
Signed-off-by: Máté Tokodi [email protected]
1 parent 1f7178b commit 5d1256a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -420,6 +423,9 @@ jobs:
420423
- name: "Remove GC tests"
421424
run: |
422425
rm -rf ./test/extended/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

0 commit comments

Comments
 (0)