[box-tests] Added a couple of multi-module box tests
This commit is contained in:
+12
@@ -158,6 +158,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
+12
@@ -158,6 +158,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/defineClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideInDefaultMultiModule.kt")
|
||||
public void testFakeOverrideInDefaultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideInDefaultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("fakeOverrideMultiModule.kt")
|
||||
public void testFakeOverrideMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/anonymousObject/fakeOverrideMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionExpression.kt")
|
||||
public void testFunctionExpression() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user