diff options
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r-- | scripts/test/shared.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 909b20c4b..b629eafc1 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -399,9 +399,8 @@ os.chdir(options.out_dir) # delete the old file, make sure you rename the corresponding .wast.log file in # expected-output/ if any. SPEC_TESTS_TO_SKIP = [ - # Malformed module accepted + # Requires us to write our own floating point parser 'const.wast', - 'address.wast', # Unlinkable module accepted 'linking.wast', |