[BE test] Extract and mute cases which don't work on JS from eqNullableDoubles.kt and eqNullableDoubles.kt

This commit is contained in:
Zalim Bashorov
2020-01-21 21:14:56 +03:00
parent 79fa3c2c30
commit f92376fbbd
10 changed files with 118 additions and 27 deletions
@@ -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");