JVM: enable -Xlambdas=class in some codegen tests
Most of these tests check the specific structure of lambdas when they are generated as classes, and they start to fail once invokedynamic lambdas are enabled by default.
This commit is contained in:
committed by
Space Team
parent
163afc94bc
commit
cd9209a7ee
-6
@@ -15482,12 +15482,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringNoReflect.kt")
|
||||
public void testFunctionNtoStringNoReflect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringNoReflect.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
|
||||
-6
@@ -15844,12 +15844,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringNoReflect.kt")
|
||||
public void testFunctionNtoStringNoReflect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringNoReflect.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
|
||||
-6
@@ -15301,12 +15301,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringNoReflect.kt")
|
||||
public void testFunctionNtoStringNoReflect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringNoReflect.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
|
||||
-6
@@ -15663,12 +15663,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringNoReflect.kt")
|
||||
public void testFunctionNtoStringNoReflect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringNoReflect.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user