Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. # Run 1
  2. ```
  3. $ ./Bootstrap.3/bin/libraries-test-suite-app --suite streams-protocol-test-suite
  4. Running suite streams-protocol-test-suite:
  5. Running test streams-protocol-constants-test: PASSED in 0.001424s and 0B
  6. Running test streams-protocol-variables-test: PASSED in 0.000012s and 0B
  7. Running test streams-protocol-classes-test: CRASHED in 0.017604s and 0B
  8. {<simple-wrapper-stream>} is not of type {<class>: <positionable-stream>}
  9. Running test streams-protocol-functions-test: PASSED in 0.010819s and 0B
  10. Running test streams-protocol-macros-test: PASSED in 0.000737s and 0B
  11. Completed suite streams-protocol-test-suite: FAILED in 0.030596s
  12.  
  13. streams-protocol-test-suite failed
  14. streams-protocol-classes-test crashed [{<simple-wrapper-stream>} is not of type {<class>: <positionable-stream>}]
  15.  
  16. streams-protocol-test-suite FAILED in 0.030596 seconds:
  17. Ran 1 suite: 0 passed (0.0%), 1 failed, 0 skipped, 0 not implemented, 0 crashed
  18. Ran 5 tests: 4 passed (80.000000%), 0 failed, 0 skipped, 0 not implemented, 1 crashed
  19. Ran 0 benchmarks: 0 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  20. Ran 462 checks: 462 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  21. ```
  22. # Run 2
  23. ```
  24. $ ./Bootstrap.3/bin/libraries-test-suite-app --suite streams-protocol-test-suite
  25. Running suite streams-protocol-test-suite:
  26. Running test streams-protocol-constants-test: PASSED in 0.001143s and 0B
  27. Running test streams-protocol-variables-test: PASSED in 0.000011s and 0B
  28. Running test streams-protocol-classes-test:
  29. make <buffer> with required arguments: [Error evaluating assertion expressions: No applicable method, applying {<sealed-generic-function>: class-spec-modifiers} to {<simple-object-vector>: #f}.]
  30.  
  31. output <indenting-stream> size 0: stream-element-type: [expression "subtype?(stream-element-type(stream), info.info-class-info.info-element-type)" evaluates to #f, not a true value.]
  32. CRASHED in 0.042696s and 0B
  33. {<indenting-stream>} is not of type {<class>: <positionable-stream>}
  34. Running test streams-protocol-functions-test: PASSED in 0.011799s and 0B
  35. Running test streams-protocol-macros-test: PASSED in 0.000724s and 0B
  36. Completed suite streams-protocol-test-suite: FAILED in 0.056373s
  37.  
  38. streams-protocol-test-suite failed
  39. streams-protocol-classes-test crashed [{<indenting-stream>} is not of type {<class>: <positionable-stream>}]
  40. make <buffer> with required arguments crashed [Error evaluating assertion expressions: No applicable method, applying {<sealed-generic-function>: class-spec-modifiers} to {<simple-object-vector>: #f}.]
  41. output <indenting-stream> size 0: stream-element-type failed [expression "subtype?(stream-element-type(stream), info.info-class-info.info-element-type)" evaluates to #f, not a true value.]
  42.  
  43. streams-protocol-test-suite FAILED in 0.056373 seconds:
  44. Ran 1 suite: 0 passed (0.0%), 1 failed, 0 skipped, 0 not implemented, 0 crashed
  45. Ran 5 tests: 4 passed (80.000000%), 0 failed, 0 skipped, 0 not implemented, 1 crashed
  46. Ran 0 benchmarks: 0 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  47. Ran 1246 checks: 1244 passed (99.839488%), 1 failed, 0 skipped, 0 not implemented, 1 crashed
  48. ```
  49. # Run 3
  50. ```
  51. $ ./Bootstrap.3/bin/libraries-test-suite-app --suite streams-protocol-test-suite
  52. Running suite streams-protocol-test-suite:
  53. Running test streams-protocol-constants-test: PASSED in 0.001059s and 0B
  54. Running test streams-protocol-variables-test: PASSED in 0.000011s and 0B
  55. Running test streams-protocol-classes-test:
  56. make <buffer> with required arguments: [Error evaluating assertion expressions: No applicable method, applying {<sealed-generic-function>: class-spec-modifiers} to {<simple-object-vector>: #f}.]
  57.  
  58. output <indenting-stream> size 0: stream-element-type: [expression "subtype?(stream-element-type(stream), info.info-class-info.info-element-type)" evaluates to #f, not a true value.]
  59. CRASHED in 0.037594s and 0B
  60. {<indenting-stream>} is not of type {<class>: <positionable-stream>}
  61. Running test streams-protocol-functions-test: PASSED in 0.015188s and 0B
  62. Running test streams-protocol-macros-test: PASSED in 0.000712s and 0B
  63. Completed suite streams-protocol-test-suite: FAILED in 0.054564s
  64.  
  65. streams-protocol-test-suite failed
  66. streams-protocol-classes-test crashed [{<indenting-stream>} is not of type {<class>: <positionable-stream>}]
  67. make <buffer> with required arguments crashed [Error evaluating assertion expressions: No applicable method, applying {<sealed-generic-function>: class-spec-modifiers} to {<simple-object-vector>: #f}.]
  68. output <indenting-stream> size 0: stream-element-type failed [expression "subtype?(stream-element-type(stream), info.info-class-info.info-element-type)" evaluates to #f, not a true value.]
  69.  
  70. streams-protocol-test-suite FAILED in 0.054564 seconds:
  71. Ran 1 suite: 0 passed (0.0%), 1 failed, 0 skipped, 0 not implemented, 0 crashed
  72. Ran 5 tests: 4 passed (80.000000%), 0 failed, 0 skipped, 0 not implemented, 1 crashed
  73. Ran 0 benchmarks: 0 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  74. Ran 1143 checks: 1141 passed (99.825024%), 1 failed, 0 skipped, 0 not implemented, 1 crashed
  75. ```
  76. # Run 4
  77. ```
  78. $ ./Bootstrap.3/bin/libraries-test-suite-app --suite streams-protocol-test-suite
  79. Running suite streams-protocol-test-suite:
  80. Running test streams-protocol-constants-test: PASSED in 0.001983s and 0B
  81. Running test streams-protocol-variables-test: PASSED in 0.000016s and 0B
  82. Running test streams-protocol-classes-test: CRASHED in 0.019712s and 0B
  83. {<simple-wrapper-stream>} is not of type {<class>: <positionable-stream>}
  84. Running test streams-protocol-functions-test: PASSED in 0.011080s and 0B
  85. Running test streams-protocol-macros-test: PASSED in 0.000731s and 0B
  86. Completed suite streams-protocol-test-suite: FAILED in 0.033522s
  87.  
  88. streams-protocol-test-suite failed
  89. streams-protocol-classes-test crashed [{<simple-wrapper-stream>} is not of type {<class>: <positionable-stream>}]
  90.  
  91. streams-protocol-test-suite FAILED in 0.033522 seconds:
  92. Ran 1 suite: 0 passed (0.0%), 1 failed, 0 skipped, 0 not implemented, 0 crashed
  93. Ran 5 tests: 4 passed (80.000000%), 0 failed, 0 skipped, 0 not implemented, 1 crashed
  94. Ran 0 benchmarks: 0 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  95. Ran 465 checks: 465 passed (100.00000%), 0 failed, 0 skipped, 0 not implemented, 0 crashed
  96. ```
Add Comment
Please, Sign In to add comment