JVM: Fix IEEE 754 comparison generation for boxed numbers
This commit is contained in:
+10
@@ -1101,6 +1101,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/binaryOp/compareWithBoxedLong.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compareWithBoxedNotNullDouble.kt")
|
||||
public void testCompareWithBoxedNotNullDouble() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/compareWithBoxedNotNullDouble.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compareWithBoxedNotNullLong.kt")
|
||||
public void testCompareWithBoxedNotNullLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/compareWithBoxedNotNullLong.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("divisionByZero.kt")
|
||||
public void testDivisionByZero() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/binaryOp/divisionByZero.kt");
|
||||
|
||||
Reference in New Issue
Block a user