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