From 435eeead73cf02a6fb5bc7d7a36dd45b8d700cb2 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 20 Aug 2024 17:16:44 -0700 Subject: Add the upstream spec testsuite as a submodule (#6853) Run the upstream tests by default, except for a large list of them that do not successfully run. Remove the local version of those that do successfully run where the local version is entirely subsumed by the upstream version. --- src/tools/wasm2js.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/tools/wasm2js.cpp b/src/tools/wasm2js.cpp index feba358c4..286f89890 100644 --- a/src/tools/wasm2js.cpp +++ b/src/tools/wasm2js.cpp @@ -809,6 +809,9 @@ void AssertionEmitter::emit() { // Skip other action assertions. continue; } + } else if (std::get_if(assn)) { + // Skip module assertions + continue; } else { Fatal() << "unsupported assertion on line " << script[i].line; } -- cgit v1.2.3