[JS IR] Enable StringTrimLowering for JS IR backend
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -27924,6 +27924,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimOptimization.kt")
|
||||
public void testTrimOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/trimOptimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("twoArgumentNullableStringOperatorPlus.kt")
|
||||
public void testTwoArgumentNullableStringOperatorPlus() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/twoArgumentNullableStringOperatorPlus.kt");
|
||||
|
||||
Generated
+5
@@ -27330,6 +27330,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimOptimization.kt")
|
||||
public void testTrimOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/trimOptimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("twoArgumentNullableStringOperatorPlus.kt")
|
||||
public void testTwoArgumentNullableStringOperatorPlus() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/twoArgumentNullableStringOperatorPlus.kt");
|
||||
|
||||
Generated
+5
@@ -27240,6 +27240,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimOptimization.kt")
|
||||
public void testTrimOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/trimOptimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("twoArgumentNullableStringOperatorPlus.kt")
|
||||
public void testTwoArgumentNullableStringOperatorPlus() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/twoArgumentNullableStringOperatorPlus.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -21164,6 +21164,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/strings/surrogatePair.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("trimOptimization.kt")
|
||||
public void testTrimOptimization() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/trimOptimization.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("twoArgumentNullableStringOperatorPlus.kt")
|
||||
public void testTwoArgumentNullableStringOperatorPlus() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/strings/twoArgumentNullableStringOperatorPlus.kt");
|
||||
|
||||
Reference in New Issue
Block a user