[test] Mute an irText test on JS_IR instead of making it JVM-only

The test is not in any way JVM-specific, but it fails on the JS BE
because of different fq-names of stdlib symbols on JVM and JS.

The fix is in progress. Mute the test until the fix is ready.
This commit is contained in:
Sergej Jaskiewicz
2023-05-11 13:19:30 +02:00
committed by Space Team
parent 200fb1e5ce
commit 1a8d5056bf
5 changed files with 25 additions and 1 deletions
@@ -2324,6 +2324,12 @@ public class FirLightTreeJsIrTextTestGenerated extends AbstractFirLightTreeJsIrT
runTest("compiler/testData/ir/irText/firProblems/thisInEnumConstructor.kt");
}
@Test
@TestMetadata("timesInBuilder.kt")
public void testTimesInBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/timesInBuilder.kt");
}
@Test
@TestMetadata("TypeParameterBounds.kt")
public void testTypeParameterBounds() throws Exception {
@@ -2324,6 +2324,12 @@ public class FirPsiJsIrTextTestGenerated extends AbstractFirPsiJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/thisInEnumConstructor.kt");
}
@Test
@TestMetadata("timesInBuilder.kt")
public void testTimesInBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/timesInBuilder.kt");
}
@Test
@TestMetadata("TypeParameterBounds.kt")
public void testTypeParameterBounds() throws Exception {
@@ -2324,6 +2324,12 @@ public class ClassicJsIrTextTestGenerated extends AbstractClassicJsIrTextTest {
runTest("compiler/testData/ir/irText/firProblems/thisInEnumConstructor.kt");
}
@Test
@TestMetadata("timesInBuilder.kt")
public void testTimesInBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/timesInBuilder.kt");
}
@Test
@TestMetadata("TypeParameterBounds.kt")
public void testTypeParameterBounds() throws Exception {