From 326ab1cd022932a6f3dbb8eab2e139149cf0845c Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 18 Nov 2020 13:56:33 +0100 Subject: [PATCH] [build][tests] disable interop_concurrentRuntime - very unstable --- .../backend.native/tests/build.gradle | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/kotlin-native/backend.native/tests/build.gradle b/kotlin-native/backend.native/tests/build.gradle index bb3fdb5875c..fc5d49d2e57 100644 --- a/kotlin-native/backend.native/tests/build.gradle +++ b/kotlin-native/backend.native/tests/build.gradle @@ -4523,25 +4523,25 @@ dynamicTest("produce_dynamic") { source = "produce_dynamic/simple/hello.kt" cSource = "$projectDir/produce_dynamic/simple/main.c" goldValue = "Hello, dynamic!\n" + - "Base.foo\n" + - "Base.fooParam: a 1 q\n" + - "Child.fooParam: b 2 null\n" + - "Child.fooParam: c 3 null\n" + - "Impl1.I: d 4 Impl1\n" + - "Impl2.I: e 5 Impl2\n" + - "String is Kotlin/Native nullable is Hi null is OK\n" + - "RO property is 42\n" + - "RW property is 239\n" + - "enum100 = 100\n" + - "enum42 = 42\n" + - "object = 42\n" + - "singleton = I am single\n" + - "mutable = foo\n" + - "topLevel = 777 3\n" + - "IsInstance1 = PASS\n" + - "IsInstance2 = PASS\n" + - "getVector128 = (1, 2, 3, 4)\n" + - "Error handler: kotlin.Error: Expected error\n" + "Base.foo\n" + + "Base.fooParam: a 1 q\n" + + "Child.fooParam: b 2 null\n" + + "Child.fooParam: c 3 null\n" + + "Impl1.I: d 4 Impl1\n" + + "Impl2.I: e 5 Impl2\n" + + "String is Kotlin/Native nullable is Hi null is OK\n" + + "RO property is 42\n" + + "RW property is 239\n" + + "enum100 = 100\n" + + "enum42 = 42\n" + + "object = 42\n" + + "singleton = I am single\n" + + "mutable = foo\n" + + "topLevel = 777 3\n" + + "IsInstance1 = PASS\n" + + "IsInstance2 = PASS\n" + + "getVector128 = (1, 2, 3, 4)\n" + + "Error handler: kotlin.Error: Expected error\n" } dynamicTest("kt36639") {