Update scalalib/src/mill/scalalib/JavaModule.scala #36
run-tests.yml
on: push
build-linux
/
run
5m 39s
build-windows
/
run
7m 50s
test-docs
3m 24s
Matrix: cross-plat
Annotations
16 errors and 16 warnings
linux (11, 'example.thirdparty[{mockito,commons-io}].local.server.test', false) / run
Process completed with exit code 1.
|
should_stubbing_be_treated_as_interaction.org.mockitousage.stubbing.StubbingUsingDoReturnTest.should_stubbing_be_treated_as_interaction:
should_stubbing_be_treated_as_interaction#L225
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:87)
|
should_stubbing_be_treated_as_interaction.org.mockitousage.stubbing.StubbingUsingDoReturnTest.should_stubbing_be_treated_as_interaction:
should_stubbing_be_treated_as_interaction#L225
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:87)
|
UtestExampleTestSuite.exampleTest:
out/testkit/compile.dest/classes/mill/testkit/UtestExampleTestSuite.class#L19
else assert(evalResult.isSuccess)
evalResult: mill.testkit.IntegrationTester.EvalResult = EvalResult(false,Test run org.mockitosubclass.PluginTest started
Test org.mockitosubclass.PluginTest.mock_maker_should_be_inline started
Test run org.mockitoinline.bugs.SelfSpyReferenceMemoryLeakTest started
Test org.mockitoinline.bugs.SelfSpyReferenceMemoryLeakTest.no_memory_leak_when_spy_holds_reference_to_self started
Test run org.mockito.ProgrammaticMockMakerTest started
Test org.mockito.ProgrammaticMockMakerTest.test_mockability_check_uses_given_mock_maker started
Test org.mockitosubclass.PluginTest.mock_maker_should_be_inline finished, took 1.587 sec
Test org.mockitosubclass.PluginTest.member_accessor_should_be_module started
Test org.mockitosubclass.PluginTest.member_accessor_should_be_module finished, took 0.003 sec
Test run org.mockitosubclass.PluginTest finished: 0 failed, 0 ignored, 2 total, 1.612s
Test run started (JUnit Jupiter)
Test org.mockitousage.NoExtendsTest#runs() started
Test org.mockito.ProgrammaticMockMakerTest.test_mockability_check_uses_given_mock_maker finished, took 2.145 sec
Test org.mockito.ProgrammaticMockMakerTest.test_smart_nulls_inherit_mock_maker started
Test org.mockitoinline.bugs.SelfSpyReferenceMemoryLeakTest.no_memory_leak_when_spy_holds_reference_to_self finished, took 2.565 sec
Test run org.mockitoinline.bugs.SelfSpyReferenceMemoryLeakTest finished: 0 failed, 0 ignored, 1 total, 2.574s
Test run org.mockitoinline.bugs.OngoingStubShiftTest started
Test org.mockitoinline.bugs.OngoingStubShiftTest.keep_ongoing_stub_when_exception started
Test org.mockitoinline.bugs.OngoingStubShiftTest.keep_ongoing_stub_when_exception finished, took 0.232 sec
Test org.mockitoinline.bugs.OngoingStubShiftTest.keep_ongoing_stub_when_spy started
Test org.mockito.ProgrammaticMockMakerTest.test_smart_nulls_inherit_mock_maker finished, took 0.602 sec
Test org.mockito.ProgrammaticMockMakerTest.test_deep_stups_inherit_mock_maker started
Test org.mockitoinline.bugs.OngoingStubShiftTest.keep_ongoing_stub_when_spy finished, took 0.067 sec
Test org.mockito.ProgrammaticMockMakerTest.test_deep_stups_inherit_mock_maker finished, took 0.03 sec
Test run org.mockitoinline.bugs.OngoingStubShiftTest finished: 0 failed, 0 ignored, 2 total, 0.306s
Test org.mockito.ProgrammaticMockMakerTest.test_normal_mock_uses_given_mock_maker started
Test run org.mockitoinline.bugs.CyclicMockMethodArgumentMemoryLeakTest started
Test org.mockitoinline.bugs.CyclicMockMethodArgumentMemoryLeakTest.no_memory_leak_when_cyclically_calling_method_with_mocks started
Test org.mockito.ProgrammaticMockMakerTest.test_normal_mock_uses_given_mock_maker finished, took 0.015 sec
Test org.mockito.ProgrammaticMockMakerTest.test_exception_when_mock_maker_cannot_be_instantiated started
Test org.mockito.ProgrammaticMockMakerTest.test_exception_when_mock_maker_cannot_be_instantiated finished, took 0.168 sec
Test org.mockito.ProgrammaticMockMakerTest.test_returned_mocks_inherit_mock_maker started
Test org.mockito.ProgrammaticMockMakerTest.test_returned_mocks_inherit_mock_maker finished, took 0.019 sec
Test org.mockito.ProgrammaticMockMakerTest.test_custom_mock_maker started
Test org.mockito.ProgrammaticMockMakerTest.test_custom_mock_maker finished, took 0.01 sec
Test run org.mockito.ProgrammaticMockMakerTest finished: 0 failed, 0 ignored, 7 total, 3.008s
Test run org.mockitousage.annotation.ProgrammaticMockMakerAnnotationTest started
Test org.mockitousage.annotation.ProgrammaticMockMakerAnnotationTest.test_mock_uses_given_mock_maker started
Test run org.mockito.memorytest.LocationFactoryAllocationRateTest started
Test org.mockito.memorytest.LocationFactoryAllocationRateTest.shouldAllocateMuchLessMemoryThanThrowable started
Test org.mockitousage.annotation.ProgrammaticMockMakerAnnotationTest.test_mock_uses_given_mock_maker finished, took 0.197 sec
Test run org.mockitousage.annotation.ProgrammaticMockMakerAnnotationTest finished: 0 failed, 0 ignored, 1 total, 0.198s
Test org.mockitoinline.bugs.CyclicMockMethodArgumentMemoryLeakTest.no_memory_leak_when_cyclically_calling_method
|
java17Test.hello.MyCoreTests.java17Test:
java17Test#L32
expected:<1[1]> but was:<1[7]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
java11Test.hello.MyCoreTests.java11Test:
java11Test#L23
expected:<1[7]> but was:<1[1]>
|
msgTest.hello.MyCoreTests.msgTest:
msgTest#L10
expected:<Hello World[]> but was:<Hello World[!!]>
|
HelloTests.failure:
contrib/testng/test/resources/demo/testng/src/foo/HelloTests.java#L73127
expected:<"Not hello, world"> but was:<"Hello, world">
AssertionFailedError: expected:<"Not hello, world"> but was:<"Hello, world">
|
foo HelloTests.failure:
foo HelloTests#L1
Expected <Hello, world>, actual <Not hello, world>.
AssertionError: Expected <Hello, world>, actual <Not hello, world>.
|
ArgsParserTests.two:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
ArgsParserTests.two:
ArgsParserTests#L1
result.length == 80
result: Seq[String] = ArraySeq(hello, world)
|
ArgsParserSpec.parse should two:
ArgsParserSpec#L1
Array("hello", "world") had length 2 instead of expected length 80
|
windows (11, "{main,scalalib,bsp}.__.test") / run
Canceling since a higher priority waiting request for 'cancel-old-pr-runs-Run Tests-bom-modules-cs-project' exists
|
windows (11, 'integration.invalidation.__.native.server.test') / run
Canceling since a higher priority waiting request for 'cancel-old-pr-runs-Run Tests-bom-modules-cs-project' exists
|
linux (17, 'example.android.__.local.server.test', true) / run
Canceling since a higher priority waiting request for 'cancel-old-pr-runs-Run Tests-bom-modules-cs-project' exists
|
test-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-linux / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-autofix / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, contrib.__.test, false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.thirdparty[{netty,gatling}].local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
itest (17, ci/test-mill-bootstrap.sh) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.thirdparty[arrow].local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
itest (11, ci/test-dist-run.sh && ci/test-install-local.sh && ./mill -i -k __.ivyDepsTree && ./mi... / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'integration.invalidation.__.packaged.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, example.javalib.__.local.server.test, false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'integration.invalidation.__.packaged.fork.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (11, 'integration.{failure,feature,ide}.__.packaged.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (11, 'example.{cli,fundamentals,depth,extending}.__.local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, example.kotlinlib.__.native.server.test, false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, example.scalalib.__.native.server.test, false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux (17, 'example.{pythonlib,javascriptlib}.__.local.server.test', false) / run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
macos-13-selective-execution-artifact
|
275 KB |
|
macos-latest-selective-execution-artifact
|
275 KB |
|
ubuntu-24.04-arm-selective-execution-artifact
|
274 KB |
|
ubuntu-latest-artifact
|
201 MB |
|
ubuntu-latest-selective-execution-artifact
|
274 KB |
|
windows-latest-artifact
|
200 MB |
|
windows-latest-selective-execution-artifact
|
274 KB |
|