JS: regenerate tests

This commit is contained in:
Alexey Andreev
2016-11-17 14:41:17 +03:00
parent 6f95667f54
commit f4011ecb3d
@@ -9665,14 +9665,8 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("prefixIncDec.kt") @TestMetadata("prefixIncDec.kt")
public void testPrefixIncDec() throws Exception { public void testPrefixIncDec() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/prefixIncDec.kt"); String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/intrinsics/prefixIncDec.kt");
try {
doTest(fileName); doTest(fileName);
} }
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("rangeFromCollection.kt") @TestMetadata("rangeFromCollection.kt")
public void testRangeFromCollection() throws Exception { public void testRangeFromCollection() throws Exception {
@@ -12368,14 +12362,8 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("kt4152.kt") @TestMetadata("kt4152.kt")
public void testKt4152() throws Exception { public void testKt4152() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/kt4152.kt"); String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/operatorConventions/kt4152.kt");
try {
doTest(fileName); doTest(fileName);
} }
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("kt4987.kt") @TestMetadata("kt4987.kt")
public void testKt4987() throws Exception { public void testKt4987() throws Exception {
@@ -19892,26 +19880,14 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("incInClassObject.kt") @TestMetadata("incInClassObject.kt")
public void testIncInClassObject() throws Exception { public void testIncInClassObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInClassObject.kt"); String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInClassObject.kt");
try {
doTest(fileName); doTest(fileName);
} }
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("incInObject.kt") @TestMetadata("incInObject.kt")
public void testIncInObject() throws Exception { public void testIncInObject() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInObject.kt"); String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/statics/incInObject.kt");
try {
doTest(fileName); doTest(fileName);
} }
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("inheritedPropertyInClassObject.kt") @TestMetadata("inheritedPropertyInClassObject.kt")
public void testInheritedPropertyInClassObject() throws Exception { public void testInheritedPropertyInClassObject() throws Exception {