Disable init test on WASM.

This commit is contained in:
Nikolay Igotti
2019-05-28 20:06:23 +03:00
parent 0f6859f29c
commit ba02e62426
+1
View File
@@ -599,6 +599,7 @@ task array_to_any(type: RunKonanTest) {
}
task runtime_basic_init(type: RunStandaloneKonanTest) {
disabled = (project.testTarget == 'wasm32') // -g not yet properly works for WASM.
source = "runtime/basic/init.kt"
flags = ['-g']
expectedExitStatus = 0