From c1137d9986ce642f60b1cbfa7bc54865a2420319 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Tue, 5 Jul 2022 11:25:04 +0200 Subject: [PATCH] Revert "Set android ignore directives for debug mode tests" This reverts commit 12e40e7b924ae4c85a2e308ca962556b10cc09b6. --- .../codegen/box/coroutines/varSpilling/debugMode/backEdge.kt | 1 - .../testData/codegen/box/coroutines/varSpilling/debugMode/if.kt | 1 - .../codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt | 1 - .../codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt | 1 - .../codegen/box/coroutines/varSpilling/debugMode/simple.kt | 1 - .../codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt | 1 - .../box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt | 1 - .../codegen/box/coroutines/varSpilling/debugMode/when.kt | 1 - 8 files changed, 8 deletions(-) diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt index 6d2d572cb5c..38057f1fa95 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt index f5b6c0c7caa..0df3640d240 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt index 41a8a81090d..c170169c100 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt index a4bb4208dbc..e75a7482605 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt index ff83cde5c2a..ece156fbaf8 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt index ea5689f5fd4..0709e752bf0 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt index 8d172770279..8648f7469ca 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt @@ -1,7 +1,6 @@ // WITH_STDLIB // FULL_JDK // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt index b1fa6acaade..ffcd6692b0e 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.*