[JS IR] Disable some flaky stepping tests
^KT-54283
This commit is contained in:
committed by
Space Team
parent
860f873ac7
commit
c9c50ff73c
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
|
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
|
||||||
fun foo() {
|
fun foo() {
|
||||||
try {
|
try {
|
||||||
mightThrow()
|
mightThrow()
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
|
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
|
||||||
// FILE: test.kt
|
// FILE: test.kt
|
||||||
|
|
||||||
fun foo() {
|
fun foo() {
|
||||||
|
|||||||
-12
@@ -493,18 +493,6 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
|
|||||||
runTest("compiler/testData/debug/stepping/tryCatch.kt");
|
runTest("compiler/testData/debug/stepping/tryCatch.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("tryCatchExpression.kt")
|
|
||||||
public void testTryCatchExpression() throws Exception {
|
|
||||||
runTest("compiler/testData/debug/stepping/tryCatchExpression.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("tryCatchFinally.kt")
|
|
||||||
public void testTryCatchFinally() throws Exception {
|
|
||||||
runTest("compiler/testData/debug/stepping/tryCatchFinally.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("tryFinally.kt")
|
@TestMetadata("tryFinally.kt")
|
||||||
public void testTryFinally() throws Exception {
|
public void testTryFinally() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user