diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayInlineExtensionTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayInlineExtensionTest.kt index ba66ed6690243..219b6ea58b746 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayInlineExtensionTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayInlineExtensionTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayLoopTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayLoopTest.kt index 11087260f6955..2027aae60ad97 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayLoopTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayLoopTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ComplexLoopTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ComplexLoopTest.kt index c784489269f33..b9483138505b8 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ComplexLoopTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ComplexLoopTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionLoopTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionLoopTest.kt index f625d5dacb60b..0436a6a2665ab 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionLoopTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionLoopTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionsTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionsTest.kt index d878d9fbb8ac2..eba2ff7690162 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionsTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionsTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/InlineExtensionWithTypeParameterTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/InlineExtensionWithTypeParameterTest.kt index ea80ca9e026cd..0c7f0108398ed 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/InlineExtensionWithTypeParameterTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/InlineExtensionWithTypeParameterTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LambdaTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LambdaTest.kt index 3efef4e1ceb2d..fef5c847a01d5 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LambdaTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LambdaTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.kt index 894f680c7fd02..47b755e805553 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockTest.kt index 97e2e3eeeb8f5..28afe7091b7e2 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ParameterizedInlineFunExtensionTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ParameterizedInlineFunExtensionTest.kt index 242c56af3f50e..d09e2d7abcde8 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ParameterizedInlineFunExtensionTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ParameterizedInlineFunExtensionTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ArithmeticTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ArithmeticTest.kt index 6adf8a670d199..8bc59d0bd2645 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ArithmeticTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ArithmeticTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/AtomicArrayTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/AtomicArrayTest.kt index 586403606cf9f..1a0678719e002 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/AtomicArrayTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/AtomicArrayTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/IndexArrayElementGetterTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/IndexArrayElementGetterTest.kt index 7ca94e1365b00..24b8e400f4178 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/IndexArrayElementGetterTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/IndexArrayElementGetterTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/InitializationOrderTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/InitializationOrderTest.kt index f9e5155d9c8b3..24d208630fb0a 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/InitializationOrderTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/InitializationOrderTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LateinitPropertiesTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LateinitPropertiesTest.kt index 94e44e08f6f25..6010d7db450fe 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LateinitPropertiesTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LateinitPropertiesTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlinx.atomicfu.locks.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeLongCounterTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeLongCounterTest.kt index 77d1f4d562a2d..580a125e04854 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeLongCounterTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeLongCounterTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeQueueTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeQueueTest.kt index 76619af5b446e..e6dee9825473c 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeQueueTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeQueueTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeStackTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeStackTest.kt index 2aeaa3616616e..fb97d586d8189 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeStackTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeStackTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LongConcatenationTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LongConcatenationTest.kt index e5f13f179ccc9..08bb96a7bb51f 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LongConcatenationTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LongConcatenationTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LoopTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LoopTest.kt index c56c4d24ddc49..c289a854373f7 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LoopTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LoopTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/MultiInitTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/MultiInitTest.kt index 20d17b0208d23..724f4b4b7a3b3 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/MultiInitTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/MultiInitTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ScopeTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ScopeTest.kt index a82f4ec828cf6..f861829337d37 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ScopeTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ScopeTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/SimpleLockTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/SimpleLockTest.kt index 71d552ce44399..ac01d6a54d5bd 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/SimpleLockTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/SimpleLockTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/UncheckedCastTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/UncheckedCastTest.kt index 9082e797cdc58..18551c82111c0 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/UncheckedCastTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/UncheckedCastTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/delegated/DelegatedPropertiesTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/delegated/DelegatedPropertiesTest.kt index e4971af825bfd..f9ac0750af6bb 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/delegated/DelegatedPropertiesTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/delegated/DelegatedPropertiesTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/locks/ReentrantLockTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/locks/ReentrantLockTest.kt index 26d8fc5a16f66..879e3fa2fa762 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/locks/ReentrantLockTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/locks/ReentrantLockTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.locks.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/locks/SynchronizedObjectTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/locks/SynchronizedObjectTest.kt index 7e6734fe9ea32..98efc96d3da7b 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/locks/SynchronizedObjectTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/locks/SynchronizedObjectTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.locks.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/FieldInObjectTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/FieldInObjectTest.kt index be7ad814ea919..2d095869b57bc 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/FieldInObjectTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/FieldInObjectTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* import kotlin.random.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/TopLevelTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/TopLevelTest.kt index 4d87142924797..80663fda7b7c9 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/TopLevelTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/top-level/TopLevelTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.* diff --git a/plugins/atomicfu/atomicfu-compiler/testData/box/trace/TraceTest.kt b/plugins/atomicfu/atomicfu-compiler/testData/box/trace/TraceTest.kt index 90df6e1ee3a2c..3a69ff8ba9a02 100644 --- a/plugins/atomicfu/atomicfu-compiler/testData/box/trace/TraceTest.kt +++ b/plugins/atomicfu/atomicfu-compiler/testData/box/trace/TraceTest.kt @@ -1,6 +1,3 @@ -// TODO(KT-65977): reenable these tests with caches -//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE -//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE import kotlinx.atomicfu.* import kotlin.test.*