[K/N] Disable testPermanentObjectsFramework w/o GC ^KT-56233
Merge-request: KT-MR-9542 Merged-by: Alexander Shabalin <Alexander.Shabalin@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
1aba9460f2
commit
375116dcf5
@@ -5972,7 +5972,7 @@ if (isAppleTarget(project)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
frameworkTest("testPermanentObjectsFramework") {
|
frameworkTest("testPermanentObjectsFramework") {
|
||||||
enabled = isExperimentalMM
|
enabled = isExperimentalMM && !isNoopGC // Requires gc to actually happen.
|
||||||
framework("PermanentObjects") {
|
framework("PermanentObjects") {
|
||||||
sources = ['framework/permanentObjects']
|
sources = ['framework/permanentObjects']
|
||||||
opts = ['-opt-in=kotlin.native.internal.InternalForKotlinNative']
|
opts = ['-opt-in=kotlin.native.internal.InternalForKotlinNative']
|
||||||
|
|||||||
Reference in New Issue
Block a user