Split combined test into two to avoid flaky behaviour

Prevent simultaneous access to the library directory
This commit is contained in:
Pavel Kirpichenkov
2021-02-01 12:48:49 +03:00
parent 9ad88a5a0d
commit 8f675fe757
4 changed files with 179 additions and 0 deletions
@@ -714,7 +714,9 @@ class CompileKotlinAgainstCustomBinariesTest : AbstractKotlinCompilerIntegration
listOf(library),
K2MetadataCompiler(),
)
}
fun testAnonymousObjectTypeMetadataKlib() {
val klibLibrary = compileCommonLibrary(
libraryName = "library",
listOf("-Xexpect-actual-linker"),