@@ -127,9 +127,7 @@ jobs:
127127 exclude :
128128 # uncompatiable feature and platform
129129 # uncompatiable mode and feature
130- # MULTI_MODULE only on INTERP mode
131- - make_options_run_mode : $AOT_BUILD_OPTIONS
132- make_options_feature : " -DWAMR_BUILD_MULTI_MODULE=1"
130+ # MULTI_MODULE only on INTERP mode and AOT mode
133131 - make_options_run_mode : $FAST_JIT_BUILD_OPTIONS
134132 make_options_feature : " -DWAMR_BUILD_MULTI_MODULE=1"
135133 - make_options_run_mode : $LLVM_LAZY_JIT_BUILD_OPTIONS
@@ -252,7 +250,7 @@ jobs:
252250 exclude :
253251 # uncompatiable feature and platform
254252 # uncompatiable mode and feature
255- # MULTI_MODULE only on INTERP mode
253+ # MULTI_MODULE only on INTERP mode and AOT mode
256254 - make_options_run_mode : $FAST_JIT_BUILD_OPTIONS
257255 make_options_feature : " -DWAMR_BUILD_MULTI_MODULE=1"
258256 # SIMD only on JIT/AOT mode
@@ -553,9 +551,7 @@ jobs:
553551 test_option : $SIMD_TEST_OPTIONS
554552 - running_mode : " fast-interp"
555553 test_option : $SIMD_TEST_OPTIONS
556- # aot and jit don't support multi module
557- - running_mode : " aot"
558- test_option : $MULTI_MODULES_TEST_OPTIONS
554+ # llvm jit doesn't support multi module
559555 - running_mode : " jit"
560556 test_option : $MULTI_MODULES_TEST_OPTIONS
561557 # fast-jit doesn't support multi module, simd
@@ -660,4 +656,4 @@ jobs:
660656 timeout-minutes : 40
661657 if : env.TEST_ON_X86_32 == 'true'
662658 run : ./test_wamr.sh ${{ env.X86_32_TARGET_TEST_OPTIONS }} ${{ matrix.test_option }} -t ${{ matrix.running_mode }}
663- working-directory : ./tests/wamr-test-suites
659+ working-directory : ./tests/wamr-test-suites
0 commit comments