We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0af6bf commit 4a3877bCopy full SHA for 4a3877b
.github/workflows/actions.yml
@@ -491,6 +491,8 @@ jobs:
491
Remove-Item .\test\web-assembly3/jit\gc_cast_abstract.wast
492
Remove-Item .\test\web-assembly3/jit\gc_cast_concrete.wast
493
Remove-Item .\test\web-assembly3/jit\gc_refeq.wast
494
+ Remove-Item .\test\web-assembly3\jit\array_copy_large_value.wast
495
+ Remove-Item .\test\web-assembly3\jit\array_fill_large_value.wast
496
- name: Run tests
497
run: |
498
python tools\run-tests.py --engine=%cd%\out\walrus.exe ${{ matrix.switch }}
0 commit comments