File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -327,19 +327,6 @@ jobs:
327327 working-directory : apps/interpreters/wamr/wamr
328328
329329 - name : Test
330- if : matrix.target_config.target != 'xtensa'
331- run : |
332- cd apps/interpreters/wamr/wamr/tests/wamr-test-suites
333- ./test_wamr.sh -s spec ${{ matrix.wamr_test_option.mode }} -m ${{ matrix.target_config.target }} -b -Q -P -F ${{ steps.build_firmware_path.outputs.firmware }} ${{ matrix.wamr_feature_option.mode}}
334-
335- # for xtensa, for some reasons, when running the tests
336- # with test_wamr.sh -P, nuttx occasionally hangs after
337- # "total segments stored 6" on the CI.
338- # i (yamamoto) couldn't reproduce it locally (macOS) even
339- # with the identical flash image.
340- # for now, run the tests without -P.
341- - name : Test
342- if : matrix.target_config.target == 'xtensa'
343330 run : |
344331 cd apps/interpreters/wamr/wamr/tests/wamr-test-suites
345332 ./test_wamr.sh -s spec ${{ matrix.wamr_test_option.mode }} -m ${{ matrix.target_config.target }} -b -Q -F ${{ steps.build_firmware_path.outputs.firmware }} ${{ matrix.wamr_feature_option.mode}}
You can’t perform that action at this time.
0 commit comments