- Blackbox version 1.0 report generated Wed May 16 00:19:46 2012
- 5/6 tests FAILED:
- 001.operators : binary
- 003.notch-original : console
- 004.syntax-errors : exit status, console
- 005.symbol-parse-errors : exit status
- 006.symbol-validation-errors : exit status
- Full report:
- ===============================================================
- 001.operators FAILURE: Binary output differs:
- --- reference
- +++ new
- @@ -1,4 +1,4 @@
- -00000000 de ad 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- +00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000020 00 00 00 00 |....|
- 00000024
- 001.operators cmdline was:
- ../das --no-dump-header -o results/001.operators/output.bin --dumpfile results/001.operators/das.dump.txt 001.operators/operators.s>results/001.operators/das.console.txt 2>&1
- ===============================================================
- 003.notch-original FAILURE: Console output differs:
- --- reference
- +++ new
- @@ -1 +1 @@
- -warning: Unused symbol 'jon1'
- +Warning: line 25: Unused symbol 'jon1'
- 003.notch-original cmdline was:
- ../das --no-dump-header -o results/003.notch-original/output.bin --dumpfile results/003.notch-original/das.dump.txt 003.notch-original/notch1.s>results/003.notch-original/das.console.txt 2>&1
- ===============================================================
- 004.syntax-errors FAILURE: Exit status was 1, expected 0
- ===============================================================
- 004.syntax-errors FAILURE: Console output differs:
- --- reference
- +++ new
- @@ -0,0 +1,4 @@
- +Warning: Literal value used as destination
- +line 4: Error: syntax error, unexpected ',', expecting '\n'
- +line 6: Error: syntax error, unexpected '\n'
- +Aborting from parse error
- 004.syntax-errors cmdline was:
- ../das --no-dump-header -o results/004.syntax-errors/output.bin --dumpfile results/004.syntax-errors/das.dump.txt 004.syntax-errors/errors.s>results/004.syntax-errors/das.console.txt 2>&1
- ===============================================================
- 005.symbol-parse-errors FAILURE: Exit status was 1, expected 0
- 005.symbol-parse-errors cmdline was:
- ../das --no-dump-header -o results/005.symbol-parse-errors/output.bin --dumpfile results/005.symbol-parse-errors/das.dump.txt 005.symbol-parse-errors/symbol-parse-errors.s>results/005.symbol-parse-errors/das.console.txt 2>&1
- ===============================================================
- 006.symbol-validation-errors FAILURE: Exit status was 1, expected 0
- 006.symbol-validation-errors cmdline was:
- ../das --no-dump-header -o results/006.symbol-validation-errors/output.bin --dumpfile results/006.symbol-validation-errors/das.dump.txt 006.symbol-validation-errors/symbol-parse-errors.s>results/006.symbol-validation-errors/das.console.txt 2>&1
- ===============================================================
- List of tests run (6):
- 001.operators
- 002.short-literals
- 003.notch-original
- 004.syntax-errors
- 005.symbol-parse-errors
- 006.symbol-validation-errors