Skip to content

Commit 5e6f6a6

Browse files
homurollSpace Team
authored and
Space Team
committed
[tests] Turned on passing tests
#KT-65977
1 parent b968b02 commit 5e6f6a6

30 files changed

+0
-90
lines changed

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayInlineExtensionTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ArrayLoopTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ComplexLoopTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionLoopTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ExtensionsTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/InlineExtensionWithTypeParameterTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LambdaTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockFreeIntBitsTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/LockTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomic_extensions/ParameterizedInlineFunExtensionTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ArithmeticTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/AtomicArrayTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/IndexArrayElementGetterTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/InitializationOrderTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LateinitPropertiesTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlinx.atomicfu.locks.*
63
import kotlin.test.*

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeLongCounterTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeQueueTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LockFreeStackTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LongConcatenationTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/LoopTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/MultiInitTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/ScopeTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/SimpleLockTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/atomics_basic/UncheckedCastTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/delegated/DelegatedPropertiesTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/locks/ReentrantLockTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.locks.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/locks/SynchronizedObjectTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.locks.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/top-level/FieldInObjectTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63
import kotlin.random.*

plugins/atomicfu/atomicfu-compiler/testData/box/top-level/TopLevelTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

plugins/atomicfu/atomicfu-compiler/testData/box/trace/TraceTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// TODO(KT-65977): reenable these tests with caches
2-
//IGNORE_NATIVE: cacheMode=STATIC_EVERYWHERE
3-
//IGNORE_NATIVE: cacheMode=STATIC_PER_FILE_EVERYWHERE
41
import kotlinx.atomicfu.*
52
import kotlin.test.*
63

0 commit comments

Comments
 (0)