JVM: prepare asmLike tests for indy lambdas by default
Use -Xlambdas=class in tests which were checking specific things related to how anonymous classes for lambdas work (such as receiver mangling, function arity etc.)
This commit is contained in:
committed by
Space Team
parent
4c4afbd646
commit
163afc94bc
-6
@@ -2814,12 +2814,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getArityViaFunctionImpl.kt")
|
||||
public void testGetArityViaFunctionImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassConstructorWithTwoReceivers.kt")
|
||||
public void testInnerClassConstructorWithTwoReceivers() throws Exception {
|
||||
|
||||
-6
@@ -2868,12 +2868,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getArityViaFunctionImpl.kt")
|
||||
public void testGetArityViaFunctionImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassConstructorWithTwoReceivers.kt")
|
||||
public void testInnerClassConstructorWithTwoReceivers() throws Exception {
|
||||
|
||||
-6
@@ -2868,12 +2868,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getArityViaFunctionImpl.kt")
|
||||
public void testGetArityViaFunctionImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassConstructorWithTwoReceivers.kt")
|
||||
public void testInnerClassConstructorWithTwoReceivers() throws Exception {
|
||||
|
||||
-6
@@ -2868,12 +2868,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericWithDependentType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getArityViaFunctionImpl.kt")
|
||||
public void testGetArityViaFunctionImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/getArityViaFunctionImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassConstructorWithTwoReceivers.kt")
|
||||
public void testInnerClassConstructorWithTwoReceivers() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user