summaryrefslogtreecommitdiff
path: root/test/spec/bulk-memory-operations
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2020-05-28 11:30:38 -0700
committerGitHub <noreply@github.com>2020-05-28 11:30:38 -0700
commitbf46c08b05fc6fcc457f1657e936fab24b4dceee (patch)
treef57a19c670a3e222896c252c829d5eb5ec4db6d2 /test/spec/bulk-memory-operations
parent0630dc53755678239d7609b61776b125221eefb8 (diff)
downloadwabt-bf46c08b05fc6fcc457f1657e936fab24b4dceee.tar.gz
wabt-bf46c08b05fc6fcc457f1657e936fab24b4dceee.tar.bz2
wabt-bf46c08b05fc6fcc457f1657e936fab24b4dceee.zip
Reference types changes to remove subtyping (#1407)
Main changes: * Rename `anyref` -> `externref` * Remove `nullref` * Rename `hostref` -> `externref` * `ref.null` and `ref.is_null` now have "ref kind" parameter * Add ref kind keywords: `func`, `extern`, `exn`
Diffstat (limited to 'test/spec/bulk-memory-operations')
-rw-r--r--test/spec/bulk-memory-operations/binary.txt2
-rw-r--r--test/spec/bulk-memory-operations/linking.txt5
2 files changed, 4 insertions, 3 deletions
diff --git a/test/spec/bulk-memory-operations/binary.txt b/test/spec/bulk-memory-operations/binary.txt
index 69430f69..a072beba 100644
--- a/test/spec/bulk-memory-operations/binary.txt
+++ b/test/spec/bulk-memory-operations/binary.txt
@@ -140,7 +140,7 @@ out/test/spec/bulk-memory-operations/binary.wast:725: assert_malformed passed:
0000024: error: expected ref.null or ref.func in passive element segment
0000025: error: expected END opcode after element expression
out/test/spec/bulk-memory-operations/binary.wast:751: assert_malformed passed:
- 0000022: error: segment elem expr type must be a reference type (got i32)
+ 0000022: error: table elem type must be a reference type
out/test/spec/bulk-memory-operations/binary.wast:832: assert_malformed passed:
000000a: error: invalid section size: extends past end
out/test/spec/bulk-memory-operations/binary.wast:843: assert_malformed passed:
diff --git a/test/spec/bulk-memory-operations/linking.txt b/test/spec/bulk-memory-operations/linking.txt
index d9a5b0ac..b1f24953 100644
--- a/test/spec/bulk-memory-operations/linking.txt
+++ b/test/spec/bulk-memory-operations/linking.txt
@@ -29,7 +29,8 @@ out/test/spec/bulk-memory-operations/linking.wast:190: assert_trap passed: undef
out/test/spec/bulk-memory-operations/linking.wast:216: assert_unlinkable passed:
error: invalid import "Mt.mem"
out/test/spec/bulk-memory-operations/linking.wast:225: assert_trap passed: uninitialized table element
-out/test/spec/bulk-memory-operations/linking.wast:326: assert_unlinkable passed:
+out/test/spec/bulk-memory-operations/linking.wast:239: assert_trap passed: uninitialized table element
+out/test/spec/bulk-memory-operations/linking.wast:327: assert_unlinkable passed:
error: invalid import "Mm.tab"
-94/94 tests passed.
+96/96 tests passed.
;;; STDOUT ;;)