Minor: regenerate tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// IGNORE_BACKEND: JS, NATIVE, JS_IR
|
// IGNORE_BACKEND: JS, NATIVE
|
||||||
// COMMON_COROUTINES_TEST
|
// COMMON_COROUTINES_TEST
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
|
|||||||
Generated
+2
-4
@@ -6300,14 +6300,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
|||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_2() throws Exception {
|
public void testFromJava_1_2() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines.experimental");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_3() throws Exception {
|
public void testFromJava_1_3() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("longArgs.kt")
|
@TestMetadata("longArgs.kt")
|
||||||
|
|||||||
+2
-4
@@ -6300,14 +6300,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
|||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_2() throws Exception {
|
public void testFromJava_1_2() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines.experimental");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_3() throws Exception {
|
public void testFromJava_1_3() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("longArgs.kt")
|
@TestMetadata("longArgs.kt")
|
||||||
|
|||||||
+2
-4
@@ -6300,14 +6300,12 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
|||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_2() throws Exception {
|
public void testFromJava_1_2() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines.experimental");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_3() throws Exception {
|
public void testFromJava_1_3() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines");
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("longArgs.kt")
|
@TestMetadata("longArgs.kt")
|
||||||
|
|||||||
+1
-8
@@ -5505,14 +5505,7 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_2() throws Exception {
|
public void testFromJava_1_2() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines.experimental");
|
||||||
try {
|
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
|
||||||
}
|
|
||||||
catch (Throwable ignore) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("longArgs.kt")
|
@TestMetadata("longArgs.kt")
|
||||||
|
|||||||
+1
-8
@@ -5505,14 +5505,7 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
|
|
||||||
@TestMetadata("fromJava.kt")
|
@TestMetadata("fromJava.kt")
|
||||||
public void testFromJava_1_2() throws Exception {
|
public void testFromJava_1_2() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt");
|
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/fromJava.kt", "kotlin.coroutines.experimental");
|
||||||
try {
|
|
||||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
|
||||||
}
|
|
||||||
catch (Throwable ignore) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("longArgs.kt")
|
@TestMetadata("longArgs.kt")
|
||||||
|
|||||||
Reference in New Issue
Block a user