[box-tests] Added a couple of reproducers for KT-52795
This commit is contained in:
+12
@@ -356,6 +356,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
+12
@@ -356,6 +356,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795.kt")
|
||||
public void testKt52795() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52795_2.kt")
|
||||
public void testKt52795_2() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6007.kt")
|
||||
public void testKt6007() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user