[BE test] Extract and mute cases which don't work on JS from eqNullableDoubles.kt and eqNullableDoubles.kt
This commit is contained in:
+10
@@ -1121,6 +1121,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoubles.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eqNullableDoublesToInt.kt")
|
||||
public void testEqNullableDoublesToInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoublesToInt.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eqNullableDoublesToIntWithTP.kt")
|
||||
public void testEqNullableDoublesToIntWithTP() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoublesToIntWithTP.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("eqNullableDoublesWithTP.kt")
|
||||
public void testEqNullableDoublesWithTP() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/eqNullableDoublesWithTP.kt");
|
||||
|
||||
Reference in New Issue
Block a user