Add a compiler box test for Boolean.hashCode()
This commit is contained in:
committed by
Space Team
parent
193aa0f935
commit
36924775c8
+6
@@ -28335,6 +28335,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNullCallsFun.kt")
|
||||
public void testComparisonWithNullCallsFun() throws Exception {
|
||||
|
||||
+6
@@ -28985,6 +28985,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNullCallsFun.kt")
|
||||
public void testComparisonWithNullCallsFun() throws Exception {
|
||||
|
||||
+6
@@ -28011,6 +28011,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNullCallsFun.kt")
|
||||
public void testComparisonWithNullCallsFun() throws Exception {
|
||||
|
||||
+6
@@ -28336,6 +28336,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/primitiveTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("booleanHashCode.kt")
|
||||
public void testBooleanHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/primitiveTypes/booleanHashCode.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("comparisonWithNullCallsFun.kt")
|
||||
public void testComparisonWithNullCallsFun() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user