Mute some new tests for JS and regenerate tests

This commit is contained in:
Zalim Bashorov
2016-11-09 21:50:03 +03:00
parent 4c8f5e4540
commit 41bd276814
6 changed files with 46 additions and 4 deletions
@@ -21136,7 +21136,7 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
@RunWith(JUnit3RunnerWithInners.class)
public static class UnderscoresInNumericLiterals extends AbstractDiagnosticsTest {
public void testAllFilesPresentInUnderscoresInNumericLiterals() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/underscoresInNumericLiterals"), Pattern.compile("^(.+)\\.kt$"), true);
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/underscoresInNumericLiterals"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
}
@TestMetadata("illegalUnderscores.kt")