Remove redundant tests
This commit is contained in:
@@ -1,39 +0,0 @@
|
|||||||
// FILE: 1*E.kt
|
|
||||||
|
|
||||||
package test
|
|
||||||
|
|
||||||
inline fun inlineFun(lambda: () -> String): String {
|
|
||||||
return lambda()
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 2.kt
|
|
||||||
import test.*
|
|
||||||
|
|
||||||
fun box(): String {
|
|
||||||
return inlineFun { "OK" }
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 1+a.smap
|
|
||||||
|
|
||||||
// FILE: 2.smap
|
|
||||||
|
|
||||||
SMAP
|
|
||||||
2.kt
|
|
||||||
Kotlin
|
|
||||||
*S Kotlin
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
+ 2 1*E.kt
|
|
||||||
test/_1_EKt
|
|
||||||
*L
|
|
||||||
1#1,8:1
|
|
||||||
6#2:9
|
|
||||||
*E
|
|
||||||
*S KotlinDebug
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
*L
|
|
||||||
5#1:9
|
|
||||||
*E
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
// FILE: 1*F.kt
|
|
||||||
|
|
||||||
package test
|
|
||||||
|
|
||||||
inline fun inlineFun(lambda: () -> String): String {
|
|
||||||
return lambda()
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 2.kt
|
|
||||||
import test.*
|
|
||||||
|
|
||||||
fun box(): String {
|
|
||||||
return inlineFun { "OK" }
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 1+a.smap
|
|
||||||
|
|
||||||
// FILE: 2.smap
|
|
||||||
|
|
||||||
SMAP
|
|
||||||
2.kt
|
|
||||||
Kotlin
|
|
||||||
*S Kotlin
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
+ 2 1*F.kt
|
|
||||||
test/_1_FKt
|
|
||||||
*L
|
|
||||||
1#1,8:1
|
|
||||||
6#2:9
|
|
||||||
*E
|
|
||||||
*S KotlinDebug
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
*L
|
|
||||||
5#1:9
|
|
||||||
*E
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
// FILE: 1*L.kt
|
|
||||||
|
|
||||||
package test
|
|
||||||
|
|
||||||
inline fun inlineFun(lambda: () -> String): String {
|
|
||||||
return lambda()
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 2.kt
|
|
||||||
import test.*
|
|
||||||
|
|
||||||
fun box(): String {
|
|
||||||
return inlineFun { "OK" }
|
|
||||||
}
|
|
||||||
|
|
||||||
// FILE: 1+a.smap
|
|
||||||
|
|
||||||
// FILE: 2.smap
|
|
||||||
|
|
||||||
SMAP
|
|
||||||
2.kt
|
|
||||||
Kotlin
|
|
||||||
*S Kotlin
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
+ 2 1*L.kt
|
|
||||||
test/_1_LKt
|
|
||||||
*L
|
|
||||||
1#1,8:1
|
|
||||||
6#2:9
|
|
||||||
*E
|
|
||||||
*S KotlinDebug
|
|
||||||
*F
|
|
||||||
+ 1 2.kt
|
|
||||||
_2Kt
|
|
||||||
*L
|
|
||||||
5#1:9
|
|
||||||
*E
|
|
||||||
-15
@@ -2866,21 +2866,6 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
|||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt23369_E.kt")
|
|
||||||
public void testKt23369_E() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_E.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_F.kt")
|
|
||||||
public void testKt23369_F() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_F.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_L.kt")
|
|
||||||
public void testKt23369_L() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_L.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("oneFile.kt")
|
@TestMetadata("oneFile.kt")
|
||||||
public void testOneFile() throws Exception {
|
public void testOneFile() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
||||||
|
|||||||
Generated
-15
@@ -2866,21 +2866,6 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
|||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt23369_E.kt")
|
|
||||||
public void testKt23369_E() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_E.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_F.kt")
|
|
||||||
public void testKt23369_F() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_F.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_L.kt")
|
|
||||||
public void testKt23369_L() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_L.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("oneFile.kt")
|
@TestMetadata("oneFile.kt")
|
||||||
public void testOneFile() throws Exception {
|
public void testOneFile() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
||||||
|
|||||||
-15
@@ -2866,21 +2866,6 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
|||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt23369_E.kt")
|
|
||||||
public void testKt23369_E() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_E.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_F.kt")
|
|
||||||
public void testKt23369_F() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_F.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("kt23369_L.kt")
|
|
||||||
public void testKt23369_L() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_L.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("oneFile.kt")
|
@TestMetadata("oneFile.kt")
|
||||||
public void testOneFile() throws Exception {
|
public void testOneFile() throws Exception {
|
||||||
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user