Add blackbox test for KT-42533.

This commit is contained in:
Mark Punzalan
2020-10-07 23:40:18 +00:00
committed by Alexander Udalov
parent 375d92cf67
commit a093efde11
8 changed files with 58 additions and 10 deletions
@@ -18807,6 +18807,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
public void testForIntInIntUntilSmartcastInt() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt");
}
@TestMetadata("kt42533.kt")
public void testKt42533() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow")
@@ -16913,16 +16913,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectChar.kt");
}
@TestMetadata("primitiveEqObjectInt.kt")
public void testPrimitiveEqObjectInt() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectInt.kt");
}
@TestMetadata("primitiveEqObjectLong.kt")
public void testPrimitiveEqObjectLong() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectLong.kt");
}
@TestMetadata("primitiveEqObjectShort.kt")
public void testPrimitiveEqObjectShort() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/equalityWithObject/generated/primitiveEqObjectShort.kt");
@@ -18807,6 +18797,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
public void testForIntInIntUntilSmartcastInt() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt");
}
@TestMetadata("kt42533.kt")
public void testKt42533() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow")
@@ -18912,6 +18912,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
public void testForIntInIntUntilSmartcastInt() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/forIntInIntUntilSmartcastInt.kt");
}
@TestMetadata("kt42533.kt")
public void testKt42533() throws Exception {
runTest("compiler/testData/codegen/box/ranges/forInUntil/kt42533.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/ranges/forWithPossibleOverflow")