Do not generate JS tests for experimental coroutines support

#KT-36083
This commit is contained in:
Ilya Gorbunov
2020-01-20 21:55:28 +03:00
parent b5a0daabc3
commit cef81e11b7
12 changed files with 7 additions and 1335 deletions
@@ -415,11 +415,6 @@ public class DiagnosticsTestWithJsStdLibGenerated extends AbstractDiagnosticsTes
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithJsStdLib/module"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@TestMetadata("coroutineProhibitedMigration.kt")
public void testCoroutineProhibitedMigration() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/module/coroutineProhibitedMigration.kt");
}
@TestMetadata("dualModuleFromUmd.kt")
public void testDualModuleFromUmd() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJsStdLib/module/dualModuleFromUmd.kt");