JVM KT-49548 progression iterators can be tainted

This commit is contained in:
Dmitry Petrov
2021-11-09 13:50:06 +03:00
committed by TeamCityServer
parent 646d156bde
commit 9a4cff0dc7
15 changed files with 193 additions and 32 deletions
@@ -1618,6 +1618,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/boxingOptimization/kt48394.kt");
}
@TestMetadata("kt49548.kt")
public void testKt49548() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt49548.kt");
}
@TestMetadata("kt5493.kt")
public void testKt5493() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/kt5493.kt");
@@ -1698,6 +1703,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/boxingOptimization/unsafeRemoving.kt");
}
@TestMetadata("unsignedArrayForEach.kt")
public void testUnsignedArrayForEach() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/unsignedArrayForEach.kt");
}
@TestMetadata("variables.kt")
public void testVariables() throws Exception {
runTest("compiler/testData/codegen/box/boxingOptimization/variables.kt");