summaryrefslogtreecommitdiff
path: root/test/update-spec-tests.py
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2020-10-26 15:46:16 -0700
committerGitHub <noreply@github.com>2020-10-26 15:46:16 -0700
commit8e42376ccd5f05dc1036f91b4262e67b0fc66c2d (patch)
tree8d20862bff763460a5632d9a705ffb0f77a8d4cd /test/update-spec-tests.py
parent30af7afe3c27fd2957036eb09453f74ecc75ac67 (diff)
downloadwabt-8e42376ccd5f05dc1036f91b4262e67b0fc66c2d.tar.gz
wabt-8e42376ccd5f05dc1036f91b4262e67b0fc66c2d.tar.bz2
wabt-8e42376ccd5f05dc1036f91b4262e67b0fc66c2d.zip
Changes required to make the new Memory64 spec tests run (#1560)
These uncovered some things the previous tests didn't! Also required the switching of the location of the index as discussed in https://github.com/WebAssembly/memory64/issues/5 Also one small .py change that ensures the new tests have consistent posix paths.
Diffstat (limited to 'test/update-spec-tests.py')
-rwxr-xr-xtest/update-spec-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/update-spec-tests.py b/test/update-spec-tests.py
index a78f8bd1..a34686bf 100755
--- a/test/update-spec-tests.py
+++ b/test/update-spec-tests.py
@@ -93,6 +93,7 @@ def main(args):
ProcessProposalDir('bulk-memory-operations', '--enable-bulk-memory')
ProcessProposalDir('reference-types', '--enable-reference-types')
ProcessProposalDir('simd', '--enable-simd')
+ ProcessProposalDir('memory64', '--enable-memory64')
return 0