After combining all tests into a single binary,

we need to increase wasm32 stack size a little,
for the `parse0` test to pass.
This commit is contained in:
Alexander Gorshenev
2017-10-23 19:13:35 +03:00
committed by alexander-gorshenev
parent a4130a0d2d
commit feb581601e
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -274,4 +274,5 @@ dependencies.osx-wasm32 = \
quadruple.wasm32 = wasm32
llvmLtoFlags.wasm32 =
targetSysRoot.wasm32 = target-sysroot-1-wasm
s2wasmFlags.wasm32 = --allocate-stack 1024 --import-memory
# The stack size is in bytes.
s2wasmFlags.wasm32 = --allocate-stack 1048576 --import-memory
-1
View File
@@ -1422,7 +1422,6 @@ task string0(type: RunKonanTest) {
}
task parse0(type: RunKonanTest) {
disabled = (project.testTarget == 'wasm32') // KT-20862
goldValue = "false\n" +
"true\n" +
"-1\n" +