Generate tests

This commit is contained in:
Zalim Bashorov
2023-08-01 00:42:35 +02:00
parent acc3dc0daa
commit cac5342add
23 changed files with 276 additions and 0 deletions
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1494,6 +1494,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1494,6 +1494,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1518,6 +1518,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {
@@ -1494,6 +1494,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
}
@Test
@TestMetadata("nestedCallsWithGeneric.kt")
public void testNestedCallsWithGeneric() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
}
@Test
@TestMetadata("nestedCallsWithGenericToInt.kt")
public void testNestedCallsWithGenericToInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
}
@Test
@TestMetadata("swapAndWith.kt")
public void testSwapAndWith() throws Exception {