Skip to content

Fix false detection of array.length and array.clone

Sign in for the full log view
GitHub Actions / JUnit succeeded Nov 17, 2023 in 1s

18 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml 2✔️ 387ms
core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml 6✔️ 518ms
model/build/test-results/test/TEST-com.toasttab.expediter.issue.SerializationTest.xml 1✔️ 821ms
plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml 8✔️ 96s
tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml 1✔️ 442ms

✔️ animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.sniffer.DeserializerTest 2✔️ 387ms

✔️ com.toasttab.expediter.sniffer.DeserializerTest

✔️ deserialize array()
✔️ deserialize set()

✔️ core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.types.JvmTypeProviderTest 6✔️ 518ms

✔️ com.toasttab.expediter.types.JvmTypeProviderTest

✔️ java 9 has no List#copyOf()
✔️ java 10 has List#copyOf()
✔️ java 10 has no HttpClient()
✔️ java 8 has no Files#readString()
✔️ java 11 has HttpClient()
✔️ java 11 has Files#readString()

✔️ model/build/test-results/test/TEST-com.toasttab.expediter.issue.SerializationTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.issue.SerializationTest 1✔️ 821ms

✔️ com.toasttab.expediter.issue.SerializationTest

✔️ can deserialize known and unknown issues()

✔️ plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml

8 tests were completed in 96s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest 8✔️ 96s

✔️ com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest

✔️ cross library(TestProject)
✔️ android compat source only(TestProject)
✔️ ignore(TestProject)
✔️ android compat(TestProject)
✔️ jvm compat(TestProject)
✔️ multimodule(TestProject)
✔️ android lib(TestProject)
✔️ ignore file(TestProject)

✔️ tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.test.ExpediterIntegrationTest 1✔️ 442ms

✔️ com.toasttab.expediter.test.ExpediterIntegrationTest

✔️ integrate()