Albilaga
09/03/2025, 7:54 AM./gradlew iosSimulatorArm64Test
to run test for iOS (I run it on mac). As you can see in screenshots all tests pass, but why is it showing exit code: 1? Is there anything wrong in my setup?Rob Elliot
09/03/2025, 8:29 AMCLOVIS
09/03/2025, 8:45 AM--info
, --stacktrace
won't help hereAlbilaga
09/03/2025, 8:46 AM--stacktrace
is like this. which I am not sure what it is actually 😅😅😅Albilaga
09/03/2025, 8:48 AM--info
showing this
>> All tests passed
Specs: 40 passed, 0 failed, 40 total
Tests: 319 passed, 0 failed, 0 ignored, 319 total
Time: 35s
[ExecAsyncHandle :shared:iosSimulatorArm64Test] finished {exitValue=1, failure=null}
> Task :shared:iosSimulatorArm64Test FAILED
Build 3c6523b5-d31d-4499-b040-fdc09edeba9f is closed
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':shared:iosSimulatorArm64Test'.
> :shared:iosSimulatorArm64Test exited with errors (exit code: 1)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.
CLOVIS
09/03/2025, 8:48 AM--info
should show way more than just thatAlbilaga
09/03/2025, 8:52 AMAlbilaga
09/03/2025, 8:53 AMCLOVIS
09/03/2025, 8:54 AM--info
should look like
> Task :gradle:templates:template-app:linuxX64Test
Caching disabled for task ':gradle:templates:template-app:linuxX64Test' because:
Caching has been disabled for the task
Task ':gradle:templates:template-app:linuxX64Test' is not up-to-date because:
No history is available.
Finished generating test XML results (0.0 secs) into: /home/ivan/Projects/opensavvy/playground/gradle/templates/template-app/build/test-results/linuxX64Test
Generating HTML test report...
Finished generating test html results (0.006 secs) into: /home/ivan/Projects/opensavvy/playground/gradle/templates/template-app/build/reports/tests/linuxX64Test
Build 2711f2d2-c8b6-4d9a-b5e8-f1b6c09096ee is closed
Albilaga
09/03/2025, 9:01 AMAlbilaga
09/03/2025, 10:36 AMsam
09/04/2025, 6:02 AMAlbilaga
09/04/2025, 6:03 AMsam
09/05/2025, 6:48 PM