Skip to content

Commit 25205ab

Browse files
authored
Merge pull request #690 from wasmx/update-spectests
ci: Update spectests branch
2 parents 978073a + 88f2cc8 commit 25205ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {} \;

0 commit comments

Comments
 (0)