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/spec/float_exprs.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/spec/float_exprs.txt')
-rw-r--r-- | test/spec/float_exprs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/float_exprs.txt b/test/spec/float_exprs.txt index 54662d41..47d33ecf 100644 --- a/test/spec/float_exprs.txt +++ b/test/spec/float_exprs.txt @@ -11,5 +11,5 @@ init(i32:8, f64:15.200000) => init(i32:16, f64:15.300000) => init(i32:24, f64:15.400000) => run(i32:32, f64:3.000000) => -900/900 tests passed. +927/927 tests passed. ;;; STDOUT ;;) |