[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:
committed by
Space Team
parent
200fb1e5ce
commit
1a8d5056bf
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_STDLIB
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
|
||||
private fun test(x: Long) =
|
||||
countIssues {
|
||||
+(spentTime lessEq 2 * 60)
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Generated
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user