Skip to content

Commit

Permalink
Merge pull request #534 from wasmx/update-spectests
Browse files Browse the repository at this point in the history
Update spectests with backports
  • Loading branch information
axic authored Nov 17, 2020
2 parents b58d6e6 + 25feb8d commit 1e3d1a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands:
else
[[ $OSTYPE = darwin* ]] && os=macos || os=ubuntu
cd /usr/local
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.19/wabt-1.0.19-$os.tar.gz | sudo tar xz --strip 1
curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.20/wabt-1.0.20-$os.tar.gz | sudo tar xz --strip 1
fi
install_testfloat:
Expand Down Expand Up @@ -210,13 +210,13 @@ commands:
default: false
expected_passed:
type: integer
default: 18900
default: 18975
expected_failed:
type: integer
default: 2
default: 4
expected_skipped:
type: integer
default: 477
default: 499

steps:
- install_wabt
Expand All @@ -225,7 +225,7 @@ commands:
working_directory: ~/build
command: |
if [ ! -d wasm-spec ]; then
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-jsontests-20200813 --depth 1 wasm-spec
git clone https://github.com/wasmx/wasm-spec --branch w3c-1.0-tests-backported-20201113 --depth 1 wasm-spec
mkdir json && cd json
options='--disable-saturating-float-to-int --disable-sign-extension --disable-multi-value'
find ../wasm-spec/test/core -name '*.wast' -exec wast2json $options {} \;
Expand Down

0 comments on commit 1e3d1a2

Please sign in to comment.