[JS IR] Disable some flaky stepping tests

^KT-54283
This commit is contained in:
Sergej Jaskiewicz
2022-10-03 16:48:39 +02:00
committed by Space Team
parent 860f873ac7
commit c9c50ff73c
3 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// FILE: test.kt
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
fun foo() {
try {
mightThrow()
+1 -1
View File
@@ -1,4 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
// FILE: test.kt
fun foo() {
@@ -493,18 +493,6 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
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
@TestMetadata("tryFinally.kt")
public void testTryFinally() throws Exception {