Update spec tests

This commit is contained in:
Andrew Brown
2020-12-04 15:48:14 -08:00
parent f1025322fa
commit 2c765c18c2
3 changed files with 3 additions and 5 deletions

View File

@@ -371,9 +371,6 @@ impl WastContext {
fn is_matching_assert_invalid_error_message(expected: &str, actual: &str) -> bool {
actual.contains(expected)
// Waiting on https://github.com/WebAssembly/bulk-memory-operations/pull/137
// to propagate to WebAssembly/testsuite.
|| (expected.contains("unknown table") && actual.contains("unknown elem"))
// `elem.wast` and `proposals/bulk-memory-operations/elem.wast` disagree
// on the expected error message for the same error.
|| (expected.contains("out of bounds") && actual.contains("does not fit"))