summaryrefslogtreecommitdiff
path: root/test/spec/multi-memory/imports0.txt
blob: a22cb035225922a896a87edccb0c0e30a0a76d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/imports0.wast
;;; ARGS*: --enable-multi-memory
(;; STDOUT ;;;
out/test/spec/multi-memory/imports0.wast:21: assert_unlinkable passed:
  error: expected import "test.memory-2-inf" to have kind func, not memory
out/test/spec/multi-memory/imports0.wast:25: assert_unlinkable passed:
  error: expected import "test.memory-2-4" to have kind func, not memory
out/test/spec/multi-memory/imports0.wast:30: assert_unlinkable passed:
  error: expected import "test.memory-2-inf" to have kind global, not memory
out/test/spec/multi-memory/imports0.wast:34: assert_unlinkable passed:
  error: expected import "test.memory-2-4" to have kind global, not memory
out/test/spec/multi-memory/imports0.wast:39: assert_unlinkable passed:
  error: expected import "test.memory-2-inf" to have kind table, not memory
out/test/spec/multi-memory/imports0.wast:43: assert_unlinkable passed:
  error: expected import "test.memory-2-4" to have kind table, not memory
7/7 tests passed.
;;; STDOUT ;;)