Add a compiler box test for Boolean.hashCode()

This commit is contained in:
Abduqodiri Qurbonzoda
2023-06-12 00:13:54 +03:00
committed by Space Team
parent 193aa0f935
commit 36924775c8
16 changed files with 114 additions and 0 deletions
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {