mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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 {
|
node {
|
||||||
version = '8.10.0'
|
version = '8.11.2'
|
||||||
// version = '+'
|
// version = '+'
|
||||||
// download = true
|
download = true
|
||||||
}
|
}
|
||||||
|
|
||||||
task nodeVersion(type: NodeTask) {
|
task nodeVersion(type: NodeTask) {
|
||||||
|
@ -60,7 +60,7 @@ public class RuntimeErrors {
|
|||||||
if( newlineIdx > 0 ) {
|
if( newlineIdx > 0 ) {
|
||||||
error = error.substring( 0, newlineIdx );
|
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 );
|
assertEquals( expected, error );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user