File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 GC_TEST_OPTIONS : " -s spec -G -b -P"
7070 MEMORY64_TEST_OPTIONS : " -s spec -W -b -P"
7171 MULTI_MEMORY_TEST_OPTIONS : " -s spec -E -b -P"
72+ EXTENDED_CONST_EXPR_TEST_OPTIONS : " -s spec -N -b -P"
7273
7374permissions :
7475 contents : read
@@ -164,6 +165,7 @@ jobs:
164165 " -DWAMR_BUILD_MEMORY64=1" ,
165166 " -DWAMR_BUILD_MULTI_MEMORY=1" ,
166167 " -DWAMR_BUILD_SHARED=1" ,
168+ " -DWAMR_BUILD_EXTENDED_CONST_EXPR=1" ,
167169 ]
168170 os : [ubuntu-22.04]
169171 platform : [android, linux]
@@ -609,6 +611,7 @@ jobs:
609611 $GC_TEST_OPTIONS,
610612 $MEMORY64_TEST_OPTIONS,
611613 $MULTI_MEMORY_TEST_OPTIONS,
614+ $EXTENDED_CONST_EXPR_TEST_OPTIONS,
612615 ]
613616 include :
614617 - os : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ jobs:
142142 " -DWAMR_BUILD_SIMD=1" ,
143143 " -DWAMR_BUILD_TAIL_CALL=1" ,
144144 " -DWAMR_DISABLE_HW_BOUND_CHECK=1" ,
145+ " -DWAMR_BUILD_EXTENDED_CONST_EXPR=1" ,
145146 ]
146147 os : [macos-13]
147148 platform : [darwin]
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ jobs:
100100 " -DWAMR_BUILD_MULTI_MODULE=1" ,
101101 " -DWAMR_BUILD_PERF_PROFILING=1" ,
102102 " -DWAMR_BUILD_REF_TYPES=1" ,
103+ " -DWAMR_BUILD_EXTENDED_CONST_EXPR=1" ,
103104 # doesn't support
104105 " -DWAMR_BUILD_SIMD=0" ,
105106 " -DWAMR_BUILD_TAIL_CALL=1" ,
Original file line number Diff line number Diff line change 4040 DEFAULT_TEST_OPTIONS : " -s spec -P"
4141 MULTI_MODULES_TEST_OPTIONS : " -s spec -M -P"
4242 SIMD_TEST_OPTIONS : " -s spec -S -P"
43+ EXTENDED_CONST_EXPR_TEST_OPTIONS : " -s spec -N -P"
4344 THREADS_TEST_OPTIONS : " -s spec -p -P"
4445 X86_32_TARGET_TEST_OPTIONS : " -m x86_32 -P"
4546 WASI_TEST_OPTIONS : " -s wasi_certification -w"
@@ -129,6 +130,7 @@ jobs:
129130 " -DWAMR_BUILD_MEMORY64=1" ,
130131 " -DWAMR_BUILD_MULTI_MEMORY=1" ,
131132 " -DWAMR_BUILD_SHARED=1" ,
133+ " -DWAMR_BUILD_EXTENDED_CONST_EXPR=1" ,
132134 ]
133135 os : [ubuntu-22.04]
134136 platform : [android, linux]
@@ -589,6 +591,7 @@ jobs:
589591 $DEFAULT_TEST_OPTIONS,
590592 $MULTI_MODULES_TEST_OPTIONS,
591593 $SIMD_TEST_OPTIONS,
594+ $EXTENDED_CONST_EXPR_TEST_OPTIONS,
592595 $THREADS_TEST_OPTIONS,
593596 $WASI_TEST_OPTIONS,
594597 ]
You can’t perform that action at this time.
0 commit comments