JVM_IR fix string concatenation performance issues
KT-50080 KT-50084 KT-50140
This commit is contained in:
committed by
TeamCityServer
parent
fa41e0f5a9
commit
3017397960
+30
@@ -31681,6 +31681,30 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/concatDynamicWithSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithNullablePrimitiveUpperBound.kt")
|
||||
public void testConcatGenericWithNullablePrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithNullablePrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithPrimitiveUpperBound.kt")
|
||||
public void testConcatGenericWithPrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithPrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatGenericWithStringUpperBound.kt")
|
||||
public void testConcatGenericWithStringUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatGenericWithStringUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("concatNullableGenericWithPrimitiveUpperBound.kt")
|
||||
public void testConcatNullableGenericWithPrimitiveUpperBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/concatNullableGenericWithPrimitiveUpperBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("constInStringTemplate.kt")
|
||||
public void testConstInStringTemplate() throws Exception {
|
||||
@@ -31741,6 +31765,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/kt47917.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50140.kt")
|
||||
public void testKt50140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/kt50140.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5389_stringBuilderGet.kt")
|
||||
public void testKt5389_stringBuilderGet() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user