Don't like ads? PRO users don't see any ads ;-)
Guest

hotness

By: a guest on May 15th, 2012  |  syntax: None  |  size: 3.14 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Blackbox version 1.0 report generated Wed May 16 00:19:46 2012
  2.  
  3. 5/6 tests FAILED:
  4.   001.operators                : binary
  5.   003.notch-original           : console
  6.   004.syntax-errors            : exit status, console
  7.   005.symbol-parse-errors      : exit status
  8.   006.symbol-validation-errors : exit status
  9.  
  10. Full report:
  11. ===============================================================
  12. 001.operators FAILURE: Binary output differs:
  13. --- reference
  14. +++ new
  15. @@ -1,4 +1,4 @@
  16. -00000000  de ad 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  17. +00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  18.  00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
  19.  00000020  00 00 00 00                                       |....|
  20.  00000024
  21.  
  22.  
  23. 001.operators cmdline was:
  24. ../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
  25. ===============================================================
  26. 003.notch-original FAILURE: Console output differs:
  27. --- reference
  28. +++ new
  29. @@ -1 +1 @@
  30. -warning: Unused symbol 'jon1'
  31. +Warning: line 25: Unused symbol 'jon1'
  32.  
  33.  
  34. 003.notch-original cmdline was:
  35. ../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
  36. ===============================================================
  37. 004.syntax-errors FAILURE: Exit status was 1, expected 0
  38.  
  39. ===============================================================
  40. 004.syntax-errors FAILURE: Console output differs:
  41. --- reference
  42. +++ new
  43. @@ -0,0 +1,4 @@
  44. +Warning: Literal value used as destination
  45. +line 4: Error: syntax error, unexpected ',', expecting '\n'
  46. +line 6: Error: syntax error, unexpected '\n'
  47. +Aborting from parse error
  48.  
  49.  
  50. 004.syntax-errors cmdline was:
  51. ../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
  52. ===============================================================
  53. 005.symbol-parse-errors FAILURE: Exit status was 1, expected 0
  54.  
  55. 005.symbol-parse-errors cmdline was:
  56. ../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
  57. ===============================================================
  58. 006.symbol-validation-errors FAILURE: Exit status was 1, expected 0
  59.  
  60. 006.symbol-validation-errors cmdline was:
  61. ../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
  62. ===============================================================
  63.  
  64. List of tests run (6):
  65.   001.operators
  66.   002.short-literals
  67.   003.notch-original
  68.   004.syntax-errors
  69.   005.symbol-parse-errors
  70.   006.symbol-validation-errors