Enabled disabled targets

This commit is contained in:
Sergey Bogolepov
2017-09-22 02:01:12 +07:00
committed by ilmat192
parent ca567ac35c
commit 46eed4efbb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2086,7 +2086,7 @@ kotlinNativeInterop {
task interop0(type: RunInteropKonanTest) {
disabled = (project.testTarget == 'wasm32') || // No interop for wasm yet.
(project.testTarget == 'mips') || // st_uid of '/' is not equal to 0 when using qemu
(project.testTarget == 'mipsel') // st_uid of '/' is not equal to 0 when using qemu
(project.testTarget == 'mipsel')
goldValue = "0\n0\n"
source = "interop/basics/0.kt"
interop = 'sysstat'