diff options
Diffstat (limited to 'test/spec/multi-memory/imports0.txt')
-rw-r--r-- | test/spec/multi-memory/imports0.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/spec/multi-memory/imports0.txt b/test/spec/multi-memory/imports0.txt new file mode 100644 index 00000000..a22cb035 --- /dev/null +++ b/test/spec/multi-memory/imports0.txt @@ -0,0 +1,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 ;;) |