Switch default JVM target to 1.8

#KT-29405 Fixed
This commit is contained in:
Alexander Udalov
2021-01-21 17:12:46 +01:00
parent 509ed64917
commit d022bb0248
52 changed files with 247 additions and 164 deletions
@@ -14315,6 +14315,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt");
}
@Test
@TestMetadata("callWithIncorrectNumberOfArguments_1_6.kt")
public void testCallWithIncorrectNumberOfArguments_1_6() throws Exception {
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments_1_6.kt");
}
@Test
@TestMetadata("function255.kt")
public void testFunction255() throws Exception {
@@ -35848,6 +35854,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/super/interfaceHashCode.kt");
}
@Test
@TestMetadata("interfaceHashCode_1_6.kt")
public void testInterfaceHashCode_1_6() throws Exception {
runTest("compiler/testData/codegen/box/super/interfaceHashCode_1_6.kt");
}
@Test
@TestMetadata("kt14243.kt")
public void testKt14243() throws Exception {
@@ -640,6 +640,12 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/fold.kt");
}
@Test
@TestMetadata("hashCodeOnNonNull.kt")
public void testHashCodeOnNonNull() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/boxingOptimization/hashCodeOnNonNull.kt");
}
@Test
@TestMetadata("inlineClassesAndInlinedLambda.kt")
public void testInlineClassesAndInlinedLambda() throws Exception {
@@ -3119,9 +3125,9 @@ public class FirBytecodeTextTestGenerated extends AbstractFirBytecodeTextTest {
}
@Test
@TestMetadata("hashCode.kt")
public void testHashCode() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/hashCode/hashCode.kt");
@TestMetadata("hashCode_1_6.kt")
public void testHashCode_1_6() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/hashCode/hashCode_1_6.kt");
}
@Test