[Gradle, K/N] Enable compiler daemon in tests

This commit is contained in:
Alexander.Likhachev
2020-09-19 07:12:23 +07:00
parent 923e7f7de5
commit 8aa9ef5049
26 changed files with 4 additions and 27 deletions
@@ -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 +0,0 @@
kotlin.native.disableCompilerDaemon=true
@@ -1 +0,0 @@
kotlin.native.disableCompilerDaemon=true
@@ -1 +0,0 @@
kotlin.native.disableCompilerDaemon=true
@@ -1,2 +1 @@
kotlin.native.disableCompilerDaemon=true
kotlin.native.cacheKind=none
@@ -1,3 +1,2 @@
# Enable escaping TC service messages in logs.
teamcity=true
kotlin.native.disableCompilerDaemon=true
teamcity=true
@@ -1,2 +1 @@
kotlin.native.disableCompilerDaemon=true
kotlin.native.cacheKind=none
@@ -1,2 +1 @@
kotlin.native.disableCompilerDaemon=true
kotlin.native.cacheKind=none
@@ -1,2 +1 @@
kotlin.native.disableCompilerDaemon=true
kotlin.js.compiler=ir
@@ -1,2 +1 @@
kotlin.tests.individualTaskReports=true
kotlin.native.disableCompilerDaemon=true
kotlin.tests.individualTaskReports=true