diff options
author | Keith Winstein <208955+keithw@users.noreply.github.com> | 2024-10-30 20:00:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 20:00:59 -0700 |
commit | 6a5cbb94fad9b375469d6433429521988b1de20b (patch) | |
tree | 847c7b09e581bdeb5de8ed1fb014cd643b7b1d0e /test/wasm2c/spec/memory64/imports.txt | |
parent | 9a7cf04d0fb9d4fbf0d943b7a7c5a761c014eb09 (diff) | |
download | wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.gz wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.bz2 wabt-6a5cbb94fad9b375469d6433429521988b1de20b.zip |
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.
Diffstat (limited to 'test/wasm2c/spec/memory64/imports.txt')
-rw-r--r-- | test/wasm2c/spec/memory64/imports.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/wasm2c/spec/memory64/imports.txt b/test/wasm2c/spec/memory64/imports.txt new file mode 100644 index 00000000..7cefbce0 --- /dev/null +++ b/test/wasm2c/spec/memory64/imports.txt @@ -0,0 +1,19 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/proposals/memory64/imports.wast +;;; ARGS*: --enable-memory64 --enable-exceptions --enable-multi-memory +(;; STDOUT ;;; +spectest.print_i32(13) +spectest.print_i32_f32(14 42) +spectest.print_i32(13) +spectest.print_i32(13) +spectest.print_f32(13) +spectest.print_i32(13) +spectest.print_i64(24) +spectest.print_f64_f64(25 53) +spectest.print_i64(24) +spectest.print_f64(24) +spectest.print_f64(24) +spectest.print_f64(24) +spectest.print_i32(13) +34/34 tests passed. +;;; STDOUT ;;) |