diff options
author | Heejin Ahn <aheejin@gmail.com> | 2019-11-26 18:16:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 18:16:12 -0800 |
commit | 132d81eca7f9b07520ce17f69ea348bfb4dbc8e8 (patch) | |
tree | fec8d09cf9320053cdfd3d449c21833e833decaa /test/spec/expected-output | |
parent | d15fe879834b0c58d2d4d8526cb428990f7b50a7 (diff) | |
download | binaryen-132d81eca7f9b07520ce17f69ea348bfb4dbc8e8.tar.gz binaryen-132d81eca7f9b07520ce17f69ea348bfb4dbc8e8.tar.bz2 binaryen-132d81eca7f9b07520ce17f69ea348bfb4dbc8e8.zip |
Auto-update spec test outputs (#2481)
This makes auto_update_tests.py update spec test outputs (ones that are
printed with `spectest.print` import) and extracts spec tests blacklist
into shared.py with comments for reasons why each of them fails.
Also deletes if-label-scope.fail.wast.log because it does not seem to
match with any of existing tests.
Diffstat (limited to 'test/spec/expected-output')
-rw-r--r-- | test/spec/expected-output/if-label-scope.fail.wast.log | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/spec/expected-output/if-label-scope.fail.wast.log b/test/spec/expected-output/if-label-scope.fail.wast.log deleted file mode 100644 index a3e1d79e1..000000000 --- a/test/spec/expected-output/if-label-scope.fail.wast.log +++ /dev/null @@ -1 +0,0 @@ -test/if-label-scope.fail.wast:1.26-1.28: syntax error: unknown label $l |