mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
use node version 10.8.0 for experimental features
This commit is contained in:
parent
a27733234f
commit
4aedc02d5e
@ -59,9 +59,9 @@ artifacts {
|
||||
}
|
||||
|
||||
node {
|
||||
version = '8.10.0'
|
||||
version = '8.11.2'
|
||||
// version = '+'
|
||||
// download = true
|
||||
download = true
|
||||
}
|
||||
|
||||
task nodeVersion(type: NodeTask) {
|
||||
|
@ -60,7 +60,7 @@ public class RuntimeErrors {
|
||||
if( newlineIdx > 0 ) {
|
||||
error = error.substring( 0, newlineIdx );
|
||||
}
|
||||
String expected = script == ScriptEngine.SpiderMonkey ? "TypeError: cannot pass i64 to or from JS" : "TypeError: invalid type";
|
||||
String expected = script == ScriptEngine.SpiderMonkey ? "TypeError: cannot pass i64 to or from JS" : "TypeError: wasm function signature contains illegal type";
|
||||
assertEquals( expected, error );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user