File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ commands:
236236 default : false
237237 expected_passed :
238238 type : integer
239- default : 18979
239+ default : 19044
240240 expected_failed :
241241 type : integer
242242 default : 0
@@ -251,7 +251,7 @@ commands:
251251 working_directory : ~/build
252252 command : |
253253 if [ ! -d wasm-spec ]; then
254- git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20201113 --depth 1 wasm-spec
254+ git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20210212 --depth 1 wasm-spec
255255 mkdir json && cd json
256256 options='--disable-saturating-float-to-int --disable-sign-extension --disable-multi-value'
257257 find ../wasm-spec/test/core -name '*.wast' -exec wast2json $options {} \;
You can’t perform that action at this time.
0 commit comments