Skip to content

chore(deps): update kotlin core dependencies #2144

chore(deps): update kotlin core dependencies

chore(deps): update kotlin core dependencies #2144

GitHub Actions / JUnit Tests (Windows, dorny/test-reporter@v1) succeeded Aug 5, 2024 in 0s

28 passed, 0 failed and 2 skipped

Tests passed successfully

Report Passed Failed Skipped Time
save-plugins/fix-and-warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest.xml 1✅ 3s
save-plugins/fix-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugins.fix.FixPluginTest.xml 4✅ 3s
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml 5✅ 6ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml 1✅ 1ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml 3✅ 2ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml 3✅ 2ms
save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml 9✅ 2⚪ 190ms
save-reporters/build/test-results/mingwX64Test/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml 2✅ 118ms

✅ save-plugins/fix-and-warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest.xml

1 tests were completed in 3s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest 1✅ 3s

✅ com.saveourtool.save.plugins.fixandwarn.FixAndWarnPluginTest

✅ base test[mingwX64]

✅ save-plugins/fix-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugins.fix.FixPluginTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugins.fix.FixPluginTest 4✅ 3s

✅ com.saveourtool.save.plugins.fix.FixPluginTest

✅ should detect two files[mingwX64]
✅ should detect two files - among other files[mingwX64]
✅ should calculate diff of discovered files[mingwX64]
✅ test for batchSize[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest.xml

5 tests were completed in 6ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest 5✅ 6ms

✅ com.saveourtool.save.plugin.warn.sarif.SarifWarningAdapterTest

✅ should convert SARIF report to SAVE warnings[mingwX64]
✅ should filter out warnings from other files[mingwX64]
✅ should filter out warnings from other files - relative paths[mingwX64]
✅ should filter out warnings from other files - absolute paths with testRoot being relative[mingwX64]
✅ should filter out warnings from other files - absolute paths with testRoot being absolute[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.ComparisonTest.xml

1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.ComparisonTest 1✅ 1ms

✅ com.saveourtool.save.plugin.warn.utils.ComparisonTest

✅ should compare warnings[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.StringUtilsTest.xml

3 tests were completed in 2ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.StringUtilsTest 3✅ 2ms

✅ com.saveourtool.save.plugin.warn.utils.StringUtilsTest

✅ checking the search of delimiters in the string[mingwX64]
✅ checking the creation of regex messages from strings[mingwX64]
✅ regression with regular expressions[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.utils.UtilsTest.xml

3 tests were completed in 2ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.utils.UtilsTest 3✅ 2ms

✅ com.saveourtool.save.plugin.warn.utils.UtilsTest

✅ should extract warnings from different text with line and col[mingwX64]
✅ should extract warnings from different text with no line but col[mingwX64]
✅ should extract warnings from different text with line but no col[mingwX64]

✅ save-plugins/warn-plugin/build/test-results/mingwX64Test/TEST-com.saveourtool.save.plugin.warn.WarnPluginTest.xml

11 tests were completed in 190ms with 9 passed, 0 failed and 2 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.plugin.warn.WarnPluginTest 9✅ 2⚪ 190ms

✅ com.saveourtool.save.plugin.warn.WarnPluginTest

✅ basic warn-plugin test[mingwX64]
✅ warn-plugin test with default warning without line[mingwX64]
✅ warn-plugin test for all mods[mingwX64]
✅ basic warn-plugin test with exactWarningsMatch = false[mingwX64]
⚪ basic warn-plugin test with ignoreTechnicalComments=true[mingwX64]
✅ warn-plugin test - multiple warnings[mingwX64]
⚪ warn-plugin test - multiple warnings and ignore technical comments[mingwX64]
✅ warn-plugin test - multiple warnings and no line-col[mingwX64]
✅ warn-plugin test for batchSize[mingwX64]
✅ regression - test resources in multiple directories[mingwX64]
✅ warn-plugin test exception[mingwX64]

✅ save-reporters/build/test-results/mingwX64Test/TEST-com.saveourtool.save.reporter.json.JsonReporterTest.xml

2 tests were completed in 118ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.saveourtool.save.reporter.json.JsonReporterTest 2✅ 118ms

✅ com.saveourtool.save.reporter.json.JsonReporterTest

✅ should produce valid serialized Report from ordinary data[mingwX64]
✅ should produce valid serialized Report when plugin crashes[mingwX64]