[JS IR BE] Disable deprecated jsName tests
This commit is contained in:
-25
@@ -7015,31 +7015,6 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/reflection/external.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsClass.kt")
|
||||
public void testJsClass() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/jsClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsClassName.kt")
|
||||
public void testJsClassName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/jsClassName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsClassOnReifiedType.kt")
|
||||
public void testJsClassOnReifiedType() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/jsClassOnReifiedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsClassOnReifiedTypeInLambda.kt")
|
||||
public void testJsClassOnReifiedTypeInLambda() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/jsClassOnReifiedTypeInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jsClassSimpleName.kt")
|
||||
public void testJsClassSimpleName() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/jsClassSimpleName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kClass.kt")
|
||||
public void testKClass() throws Exception {
|
||||
runTest("js/js.translator/testData/box/reflection/kClass.kt");
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1322
|
||||
package foo
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1328
|
||||
package foo
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1318
|
||||
package foo
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1320
|
||||
package foo
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
// EXPECTED_REACHABLE_NODES: 1331
|
||||
package foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user