From 6a5cbb94fad9b375469d6433429521988b1de20b Mon Sep 17 00:00:00 2001 From: Keith Winstein <208955+keithw@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:00:59 -0700 Subject: Update testsuite (#2495) The memory64 `table.wast` test has started to depend on function-references and gc (which WABT doesn't support yet), so vendor an older version of the test. --- test/wasm2c/spec/multi-memory/align.txt | 6 ++++++ test/wasm2c/spec/multi-memory/imports.txt | 2 +- test/wasm2c/spec/multi-memory/memory.txt | 2 +- test/wasm2c/spec/multi-memory/memory_grow.txt | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 test/wasm2c/spec/multi-memory/align.txt (limited to 'test/wasm2c/spec/multi-memory') diff --git a/test/wasm2c/spec/multi-memory/align.txt b/test/wasm2c/spec/multi-memory/align.txt new file mode 100644 index 00000000..44bf3901 --- /dev/null +++ b/test/wasm2c/spec/multi-memory/align.txt @@ -0,0 +1,6 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/align.wast +;;; ARGS*: --enable-multi-memory +(;; STDOUT ;;; +48/48 tests passed. +;;; STDOUT ;;) diff --git a/test/wasm2c/spec/multi-memory/imports.txt b/test/wasm2c/spec/multi-memory/imports.txt index b31cef7b..35aab146 100644 --- a/test/wasm2c/spec/multi-memory/imports.txt +++ b/test/wasm2c/spec/multi-memory/imports.txt @@ -14,5 +14,5 @@ spectest.print_f64(24) spectest.print_f64(24) spectest.print_f64(24) spectest.print_i32(13) -37/37 tests passed. +34/34 tests passed. ;;; STDOUT ;;) diff --git a/test/wasm2c/spec/multi-memory/memory.txt b/test/wasm2c/spec/multi-memory/memory.txt index 57013cc7..454d48c8 100644 --- a/test/wasm2c/spec/multi-memory/memory.txt +++ b/test/wasm2c/spec/multi-memory/memory.txt @@ -2,5 +2,5 @@ ;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/memory.wast ;;; ARGS*: --enable-multi-memory (;; STDOUT ;;; -45/45 tests passed. +53/53 tests passed. ;;; STDOUT ;;) diff --git a/test/wasm2c/spec/multi-memory/memory_grow.txt b/test/wasm2c/spec/multi-memory/memory_grow.txt index 3731de5d..7af15912 100644 --- a/test/wasm2c/spec/multi-memory/memory_grow.txt +++ b/test/wasm2c/spec/multi-memory/memory_grow.txt @@ -2,5 +2,5 @@ ;;; STDIN_FILE: third_party/testsuite/proposals/multi-memory/memory_grow.wast ;;; ARGS*: --enable-multi-memory (;; STDOUT ;;; -131/131 tests passed. +134/134 tests passed. ;;; STDOUT ;;) -- cgit v1.2.3