IR: add and unmute tests

This commit is contained in:
Georgy Bronnikov
2020-08-09 17:03:33 +03:00
parent 85ba170217
commit ea57b4cccb
10 changed files with 94 additions and 1 deletions
@@ -5725,6 +5725,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt", "kotlin.coroutines");
}
@TestMetadata("suspendLambdaInInterface.kt")
public void testSuspendLambdaInInterface() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendLambdaInInterface.kt");
}
@TestMetadata("suspendLambdaWithArgumentRearrangement.kt")
public void testSuspendLambdaWithArgumentRearrangement_1_3() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt", "kotlin.coroutines");
@@ -13626,6 +13631,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/localClasses/localExtendsInnerAndReferencesOuterMember.kt");
}
@TestMetadata("localGenericWithTypeParameters.kt")
public void testLocalGenericWithTypeParameters() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/localGenericWithTypeParameters.kt");
}
@TestMetadata("nameWithWhitespace.kt")
public void testNameWithWhitespace() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/nameWithWhitespace.kt");
@@ -5725,6 +5725,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt", "kotlin.coroutines");
}
@TestMetadata("suspendLambdaInInterface.kt")
public void testSuspendLambdaInInterface() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendLambdaInInterface.kt");
}
@TestMetadata("suspendLambdaWithArgumentRearrangement.kt")
public void testSuspendLambdaWithArgumentRearrangement_1_3() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt", "kotlin.coroutines");
@@ -13626,6 +13631,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/localClasses/localExtendsInnerAndReferencesOuterMember.kt");
}
@TestMetadata("localGenericWithTypeParameters.kt")
public void testLocalGenericWithTypeParameters() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/localGenericWithTypeParameters.kt");
}
@TestMetadata("nameWithWhitespace.kt")
public void testNameWithWhitespace() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/nameWithWhitespace.kt");
@@ -5725,6 +5725,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendInTheMiddleOfObjectConstruction.kt", "kotlin.coroutines");
}
@TestMetadata("suspendLambdaInInterface.kt")
public void testSuspendLambdaInInterface() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/suspendLambdaInInterface.kt");
}
@TestMetadata("suspendLambdaWithArgumentRearrangement.kt")
public void testSuspendLambdaWithArgumentRearrangement_1_3() throws Exception {
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendLambdaWithArgumentRearrangement.kt", "kotlin.coroutines");
@@ -13691,6 +13696,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/localClasses/localExtendsInnerAndReferencesOuterMember.kt");
}
@TestMetadata("localGenericWithTypeParameters.kt")
public void testLocalGenericWithTypeParameters() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/localGenericWithTypeParameters.kt");
}
@TestMetadata("nameWithWhitespace.kt")
public void testNameWithWhitespace() throws Exception {
runTest("compiler/testData/codegen/box/localClasses/nameWithWhitespace.kt");