[Gradle, K/N] Enable compiler daemon in tests
This commit is contained in:
+2
@@ -251,6 +251,7 @@ class GeneralNativeIT : BaseGradleIT() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
fun testNativeBinaryGroovyDSL() {
|
||||
// Building K/N binaries is very time-consuming. So we check building only for Kotlin DSL.
|
||||
// For Groovy DSl we just check that a project can be configured.
|
||||
@@ -294,6 +295,7 @@ class GeneralNativeIT : BaseGradleIT() {
|
||||
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
fun testNativeBinaryKotlinDSL() = with(
|
||||
transformProjectWithPluginsDsl("kotlin-dsl", directoryPrefix = "native-binaries")
|
||||
) {
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1,2 +1 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
kotlin.native.cacheKind=none
|
||||
+1
-2
@@ -1,3 +1,2 @@
|
||||
# Enable escaping TC service messages in logs.
|
||||
teamcity=true
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
teamcity=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1,2 +1 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
kotlin.native.cacheKind=none
|
||||
-1
@@ -1,2 +1 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
kotlin.native.cacheKind=none
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1,2 +1 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
kotlin.js.compiler=ir
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
-1
@@ -1 +0,0 @@
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
+1
-2
@@ -1,2 +1 @@
|
||||
kotlin.tests.individualTaskReports=true
|
||||
kotlin.native.disableCompilerDaemon=true
|
||||
kotlin.tests.individualTaskReports=true
|
||||
Reference in New Issue
Block a user