Regenerate tests
This commit is contained in:
+10
@@ -13104,10 +13104,15 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
@TestMetadata("javaObjectType.kt")
|
@TestMetadata("javaObjectType.kt")
|
||||||
public void testJavaObjectType() throws Exception {
|
public void testJavaObjectType() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/javaObjectType.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/javaObjectType.kt");
|
||||||
|
if (KotlinTestUtils.RUN_IGNORED_TESTS_AS_REGULAR) {
|
||||||
|
doTest(fileName);
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
catch (Throwable ignore) {
|
catch (Throwable ignore) {
|
||||||
|
ignore.printStackTrace();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
||||||
@@ -13116,10 +13121,15 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
@TestMetadata("javaPrimitiveType.kt")
|
@TestMetadata("javaPrimitiveType.kt")
|
||||||
public void testJavaPrimitiveType() throws Exception {
|
public void testJavaPrimitiveType() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/javaPrimitiveType.kt");
|
||||||
|
if (KotlinTestUtils.RUN_IGNORED_TESTS_AS_REGULAR) {
|
||||||
|
doTest(fileName);
|
||||||
|
return;
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
catch (Throwable ignore) {
|
catch (Throwable ignore) {
|
||||||
|
ignore.printStackTrace();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive or add it to whitelist for that.");
|
||||||
|
|||||||
Reference in New Issue
Block a user