[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
+2 -1
View File
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// WITH_STDLIB
// IGNORE_BACKEND: JS_IR
private fun test(x: Long) =
countIssues {
+(spentTime lessEq 2 * 60)
@@ -2025,6 +2025,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/thisInEnumConstructor.kt");
}
@TestMetadata("timesInBuilder.kt")
public void testTimesInBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/timesInBuilder.kt");
}
@TestMetadata("TypeParameterBounds.kt")
public void testTypeParameterBounds() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
@@ -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 {