Created
March 26, 2022 17:02
-
-
Save andrzejsliwa/e83ffcdda64c2db95a5714ff9ddc39e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/c64_learning]$ ./gradlew test rvm:ruby-2.6.6 | |
> Task :downloadDeps | |
Unable to get progress logger. Download progress will not be displayed. | |
Unable to get progress logger. Download progress will not be displayed. | |
Unable to get progress logger. Download progress will not be displayed. | |
Unable to get progress logger. Download progress will not be displayed. | |
Unable to get progress logger. Download progress will not be displayed. | |
> Task :asmSpec | |
example.spec.specOut | |
[-libdir, .ra/deps/c64lib, -libdir, .ra/deps/c64lib, -o, /Users/andrzejsliwa/c64_learning/spec/example.spec.prg, -vicesymbols, :on_exit=jam, :write_final_results_to_file=true, :result_file_name=example.spec.specOut, /Users/andrzejsliwa/c64_learning/spec/example.spec.asm] | |
//------------------------------------------------------ | |
//------------------------------------------------------ | |
// Kick Assembler v5.23 by Mads Nielsen | |
//------------------------------------------------------ | |
//------------------------------------------------------ | |
User Arguments: result_file_name=example.spec.specOut, on_exit=jam, write_final_results_to_file=true | |
parsing | |
flex pass 1 | |
flex pass 2 | |
flex pass 3 | |
Output pass | |
neg($00) gives $FF=255 (255) | |
neg($FF) gives $00=0 (0) | |
neg(%10101010) gives %01010101=85 (85) | |
convertHires("........") = 0=0 (0) | |
convertHires(".......#") = 1=1 (1) | |
convertHires("########") = 255=255 (255) | |
convertMultic("....") = 0=0 (0) | |
convertMultic("...#") = 3=3 (3) | |
convertMultic("####") = 255=255 (255) | |
Writing prg file: /Users/andrzejsliwa/c64_learning/spec/example.spec.prg | |
Made 24 asserts , 0 failed | |
Writing Vice symbol file: /Users/andrzejsliwa/c64_learning/spec/example.spec.vs | |
> Task :test FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':test'. | |
> A problem occurred starting process 'command 'x64'' | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
* Get more help at https://help.gradle.org | |
BUILD FAILED in 5s | |
4 actionable tasks: 4 executed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment