From 415c3bb1b70c5edc9beb3a7e2cea5d9247e1e52c Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 9 Jan 2020 11:36:21 -0800 Subject: Update testsuite (#1275) The two primary changes involved are: 1. Removal of `assert_return_canonical_nan`/`arithetic nan` in favor of special `nan:canonical`/`nan:arithmetic` constants that can only be used in test expectations. See: https://github.com/WebAssembly/spec/pull/1104 2. New trapping behaviour for bulk memory operations. Range checks are now performed up front for opterations such as memory.fill and memory.copy. See: https://github.com/webassembly/bulk-memory-operations/issues/111 And: https://github.com/webassembly/bulk-memory-operations/pull/123 The old behaviour is still kept around to support table.fill which is defined in reference-types proposal and has yet to be updated. --- third_party/testsuite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/testsuite b/third_party/testsuite index 4e4ceb6c..dfd21598 160000 --- a/third_party/testsuite +++ b/third_party/testsuite @@ -1 +1 @@ -Subproject commit 4e4ceb6ccbcd9ef39d464a9a6a61d94a7d57e7ba +Subproject commit dfd21598aa86fc0b03b92eeb881ebb45171d1699 -- cgit v1.2.3