diff options
author | Sam Clegg <sbc@chromium.org> | 2021-10-18 11:54:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 11:54:59 -0700 |
commit | 61be173f4b4754cf6e46408a6fd21e175fc8eb7c (patch) | |
tree | 49728637adcda20550279cd6390613501ccefeb4 /test/spec/exports.txt | |
parent | 669d32b09920c41bec6a4524c0f2c371483ad12c (diff) | |
download | wabt-61be173f4b4754cf6e46408a6fd21e175fc8eb7c.tar.gz wabt-61be173f4b4754cf6e46408a6fd21e175fc8eb7c.tar.bz2 wabt-61be173f4b4754cf6e46408a6fd21e175fc8eb7c.zip |
Update testsuite (#1738)
bulk-memory-operations and reference-types were completely
removed from the upstream testsuite becuase there were
merged into the upstream spec:
https://github.com/WebAssembly/testsuite/pull/44
In order to land this I had to disable several spec tests
under wasm2c because it lacks support for mutli-table and
reference types. I filed #1737 to track this.
Diffstat (limited to 'test/spec/exports.txt')
-rw-r--r-- | test/spec/exports.txt | 65 |
1 files changed, 34 insertions, 31 deletions
diff --git a/test/spec/exports.txt b/test/spec/exports.txt index 7e3c530f..5534e755 100644 --- a/test/spec/exports.txt +++ b/test/spec/exports.txt @@ -1,95 +1,98 @@ ;;; TOOL: run-interp-spec ;;; STDIN_FILE: third_party/testsuite/exports.wast (;; STDOUT ;;; -out/test/spec/exports.wast:29: assert_invalid passed: +out/test/spec/exports.wast:39: assert_invalid passed: 0000000: error: function variable out of range: 0 (max 0) 000000f: error: OnExport callback failed -out/test/spec/exports.wast:33: assert_invalid passed: +out/test/spec/exports.wast:43: assert_invalid passed: 0000000: error: function variable out of range: 1 (max 1) 0000019: error: OnExport callback failed -out/test/spec/exports.wast:37: assert_invalid passed: +out/test/spec/exports.wast:47: assert_invalid passed: 0000000: error: function variable out of range: 1 (max 1) 000002e: error: OnExport callback failed -out/test/spec/exports.wast:41: assert_invalid passed: +out/test/spec/exports.wast:51: assert_invalid passed: error: duplicate export "a" 000001d: error: OnExport callback failed -out/test/spec/exports.wast:45: assert_invalid passed: +out/test/spec/exports.wast:55: assert_invalid passed: error: duplicate export "a" 000001e: error: OnExport callback failed -out/test/spec/exports.wast:49: assert_invalid passed: +out/test/spec/exports.wast:59: assert_invalid passed: error: duplicate export "a" 0000025: error: OnExport callback failed -out/test/spec/exports.wast:53: assert_invalid passed: +out/test/spec/exports.wast:63: assert_invalid passed: error: duplicate export "a" 0000023: error: OnExport callback failed -out/test/spec/exports.wast:57: assert_invalid passed: +out/test/spec/exports.wast:67: assert_invalid passed: error: duplicate export "a" 0000022: error: OnExport callback failed -out/test/spec/exports.wast:86: assert_invalid passed: +out/test/spec/exports.wast:96: assert_invalid passed: 0000000: error: global variable out of range: 0 (max 0) 000000f: error: OnExport callback failed -out/test/spec/exports.wast:90: assert_invalid passed: +out/test/spec/exports.wast:100: assert_invalid passed: 0000000: error: global variable out of range: 1 (max 1) 0000017: error: OnExport callback failed -out/test/spec/exports.wast:94: assert_invalid passed: +out/test/spec/exports.wast:104: assert_invalid passed: 0000000: error: global variable out of range: 1 (max 1) 0000029: error: OnExport callback failed -out/test/spec/exports.wast:98: assert_invalid passed: +out/test/spec/exports.wast:108: assert_invalid passed: error: duplicate export "a" 000001b: error: OnExport callback failed -out/test/spec/exports.wast:102: assert_invalid passed: +out/test/spec/exports.wast:112: assert_invalid passed: error: duplicate export "a" 0000020: error: OnExport callback failed -out/test/spec/exports.wast:106: assert_invalid passed: +out/test/spec/exports.wast:116: assert_invalid passed: error: duplicate export "a" 0000025: error: OnExport callback failed -out/test/spec/exports.wast:110: assert_invalid passed: +out/test/spec/exports.wast:120: assert_invalid passed: error: duplicate export "a" 0000021: error: OnExport callback failed -out/test/spec/exports.wast:114: assert_invalid passed: +out/test/spec/exports.wast:124: assert_invalid passed: error: duplicate export "a" 0000020: error: OnExport callback failed -out/test/spec/exports.wast:142: assert_invalid passed: +out/test/spec/exports.wast:151: assert_invalid passed: 0000000: error: table variable out of range: 0 (max 0) 000000f: error: OnExport callback failed -out/test/spec/exports.wast:146: assert_invalid passed: +out/test/spec/exports.wast:155: assert_invalid passed: 0000000: error: table variable out of range: 1 (max 1) 0000015: error: OnExport callback failed -out/test/spec/exports.wast:150: assert_invalid passed: +out/test/spec/exports.wast:159: assert_invalid passed: 0000000: error: table variable out of range: 1 (max 1) 0000026: error: OnExport callback failed -out/test/spec/exports.wast:154: assert_invalid passed: +out/test/spec/exports.wast:163: assert_invalid passed: error: duplicate export "a" 0000019: error: OnExport callback failed -out/test/spec/exports.wast:163: assert_invalid passed: +out/test/spec/exports.wast:167: assert_invalid passed: + error: duplicate export "a" + 000001c: error: OnExport callback failed +out/test/spec/exports.wast:171: assert_invalid passed: error: duplicate export "a" 0000023: error: OnExport callback failed -out/test/spec/exports.wast:167: assert_invalid passed: +out/test/spec/exports.wast:175: assert_invalid passed: error: duplicate export "a" 0000021: error: OnExport callback failed -out/test/spec/exports.wast:171: assert_invalid passed: +out/test/spec/exports.wast:179: assert_invalid passed: error: duplicate export "a" 000001e: error: OnExport callback failed -out/test/spec/exports.wast:199: assert_invalid passed: +out/test/spec/exports.wast:207: assert_invalid passed: 0000000: error: memory variable out of range: 0 (max 0) 000000f: error: OnExport callback failed -out/test/spec/exports.wast:203: assert_invalid passed: +out/test/spec/exports.wast:211: assert_invalid passed: 0000000: error: memory variable out of range: 1 (max 1) 0000014: error: OnExport callback failed -out/test/spec/exports.wast:207: assert_invalid passed: +out/test/spec/exports.wast:215: assert_invalid passed: 0000000: error: memory variable out of range: 1 (max 1) 0000026: error: OnExport callback failed -out/test/spec/exports.wast:211: assert_invalid passed: +out/test/spec/exports.wast:219: assert_invalid passed: error: duplicate export "a" 0000018: error: OnExport callback failed -out/test/spec/exports.wast:220: assert_invalid passed: +out/test/spec/exports.wast:228: assert_invalid passed: error: duplicate export "a" 0000022: error: OnExport callback failed -out/test/spec/exports.wast:224: assert_invalid passed: +out/test/spec/exports.wast:232: assert_invalid passed: error: duplicate export "a" 0000020: error: OnExport callback failed -out/test/spec/exports.wast:228: assert_invalid passed: +out/test/spec/exports.wast:236: assert_invalid passed: error: duplicate export "a" 000001e: error: OnExport callback failed -36/36 tests passed. +40/40 tests passed. ;;; STDOUT ;;) |