JS: unmute tests that now pass
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// Enable when callable references to builtin members and using lambdas as extension lambdas (KT-13312) is supported
|
// Enable when callable references to builtin members and using lambdas as extension lambdas (KT-13312) is supported
|
||||||
// IGNORE_BACKEND: JS
|
|
||||||
// FILE: 1.kt
|
// FILE: 1.kt
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// Enable when callable references to builtin members and using lambdas as extension lambdas (KT-13312) is supported
|
// Enable when callable references to builtin members and using lambdas as extension lambdas (KT-13312) is supported
|
||||||
// IGNORE_BACKEND: JS
|
|
||||||
// FILE: 1.kt
|
// FILE: 1.kt
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|||||||
+2
-14
@@ -57,13 +57,7 @@ public class CallableReferenceInlineTestsGenerated extends AbstractCallableRefer
|
|||||||
@TestMetadata("intrinsic.kt")
|
@TestMetadata("intrinsic.kt")
|
||||||
public void testIntrinsic() throws Exception {
|
public void testIntrinsic() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/intrinsic.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/intrinsic.kt");
|
||||||
try {
|
doTest(fileName);
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
catch (Throwable ignore) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt15449.kt")
|
@TestMetadata("kt15449.kt")
|
||||||
@@ -75,13 +69,7 @@ public class CallableReferenceInlineTestsGenerated extends AbstractCallableRefer
|
|||||||
@TestMetadata("propertyIntrinsic.kt")
|
@TestMetadata("propertyIntrinsic.kt")
|
||||||
public void testPropertyIntrinsic() throws Exception {
|
public void testPropertyIntrinsic() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/propertyIntrinsic.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/propertyIntrinsic.kt");
|
||||||
try {
|
doTest(fileName);
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
catch (Throwable ignore) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("propertyReference.kt")
|
@TestMetadata("propertyReference.kt")
|
||||||
|
|||||||
Reference in New Issue
Block a user