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/bulk-memory-operations/linking.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/bulk-memory-operations/linking.txt')
-rw-r--r-- | test/spec/bulk-memory-operations/linking.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/test/spec/bulk-memory-operations/linking.txt b/test/spec/bulk-memory-operations/linking.txt deleted file mode 100644 index e9fcd37d..00000000 --- a/test/spec/bulk-memory-operations/linking.txt +++ /dev/null @@ -1,35 +0,0 @@ -;;; TOOL: run-interp-spec -;;; STDIN_FILE: third_party/testsuite/proposals/bulk-memory-operations/linking.wast -(;; STDOUT ;;; -out/test/spec/bulk-memory-operations/linking.wast:28: assert_unlinkable passed: - error: import signature mismatch -out/test/spec/bulk-memory-operations/linking.wast:32: assert_unlinkable passed: - error: import signature mismatch -out/test/spec/bulk-memory-operations/linking.wast:87: assert_unlinkable passed: - error: mutability mismatch in imported global, expected mutable but got immutable. -out/test/spec/bulk-memory-operations/linking.wast:91: assert_unlinkable passed: - error: mutability mismatch in imported global, expected immutable but got mutable. -out/test/spec/bulk-memory-operations/linking.wast:136: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:137: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:139: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:141: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:142: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:144: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:146: assert_trap passed: undefined table index -out/test/spec/bulk-memory-operations/linking.wast:147: assert_trap passed: undefined table index -out/test/spec/bulk-memory-operations/linking.wast:148: assert_trap passed: undefined table index -out/test/spec/bulk-memory-operations/linking.wast:149: assert_trap passed: undefined table index -out/test/spec/bulk-memory-operations/linking.wast:152: assert_trap passed: indirect call signature mismatch -out/test/spec/bulk-memory-operations/linking.wast:184: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:185: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:187: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:188: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:190: assert_trap passed: undefined table index -out/test/spec/bulk-memory-operations/linking.wast:216: assert_unlinkable passed: - error: invalid import "Mt.mem" -out/test/spec/bulk-memory-operations/linking.wast:225: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:239: assert_trap passed: uninitialized table element -out/test/spec/bulk-memory-operations/linking.wast:327: assert_unlinkable passed: - error: invalid import "Mm.tab" -96/96 tests passed. -;;; STDOUT ;;) |