Wabt.js support the new exception proposal now

This commit is contained in:
Volker Berlin 2021-03-09 20:07:57 +01:00
parent a6222e634b
commit a80e3efa93

View File

@ -1,5 +1,5 @@
/*
* Copyright 2018 - 2020 Volker Berlin (i-net software)
* Copyright 2018 - 2021 Volker Berlin (i-net software)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -64,7 +64,6 @@ public class Exceptions extends AbstractBaseTest {
@Test
public void test() {
assumeFalse( getScriptEngine().name().startsWith( "SpiderMonkey" ) ); //TODO https://bugzilla.mozilla.org/show_bug.cgi?id=1335652
assumeFalse( getScriptEngine().name().contains( "NodeWat" ) ); //TODO Current Node version 8.1 has the wrong order of Event section but Wabt has already the right version
super.test();
}