Advertisement
Guest User

Untitled

a guest
Apr 24th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Is it normal to receive various failures from the tests after doing a build from the 2.1.3 source?
  2. On Debian 10 (latest) 32-bit I get:
  3. Finished running tests.
  4. Status:
  5. Expected failure: compiler-2.pure.lisp / DEDUPLICATED-FDEFNS
  6. Expected failure: hash.pure.lisp / SXHASH-ON-DISPLACED-STRING
  7. Expected failure: compiler.impure.lisp / BUG-308921
  8. Expected failure: dynamic-extent.impure.lisp / DX-COMPILER-NOTES
  9. Expected failure: fopcompiler.impure.lisp / FOPCOMPILER-DEPRECATED-VAR-WARNING
  10. Expected failure: full-eval.impure.lisp / INLINE-FUN-CAPTURES-DECL
  11. Skipped (broken): gethash-concurrency.impure.lisp / (HASH-TABLE UNSYNCHRONIZED)
  12. Expected failure: packages.impure.lisp / USE-PACKAGE-CONFLICT-SET
  13. Expected failure: packages.impure.lisp / IMPORT-SINGLE-CONFLICT
  14. Skipped (broken): timer.impure.lisp / (TIMER THREADED-STRESS)
  15. Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND)
  16. Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND SPECIAL)
  17. Invalid exit status: futex-wait.test.sh
  18. (31 tests skipped for this combination of platform and features)
  19. test failed, expected 104 return code, got 1
  20. and on Debian 10 (latest) 64-bit I get:
  21. Finished running tests.
  22. Status:
  23. Expected failure: hash.pure.lisp / SXHASH-ON-DISPLACED-STRING
  24. Invalid exit status: bug-936304.impure.lisp
  25. Expected failure: compiler.impure.lisp / BUG-308921
  26. Expected failure: dynamic-extent.impure.lisp / DX-COMPILER-NOTES
  27. Expected failure: fopcompiler.impure.lisp / FOPCOMPILER-DEPRECATED-VAR-WARNING
  28. Expected failure: full-eval.impure.lisp / INLINE-FUN-CAPTURES-DECL
  29. Skipped (broken): gethash-concurrency.impure.lisp / (HASH-TABLE UNSYNCHRONIZED)
  30. Expected failure: packages.impure.lisp / USE-PACKAGE-CONFLICT-SET
  31. Expected failure: packages.impure.lisp / IMPORT-SINGLE-CONFLICT
  32. Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND)
  33. Expected failure: walk.impure.lisp / (WALK MULTIPLE-VALUE-BIND SPECIAL)
  34. Expected failure: x86-64-codegen.impure.lisp / MOV-MOV-ELIM-IGNORE-RESIZED-REG
  35. Invalid exit status: futex-wait.test.sh
  36. (15 tests skipped for this combination of platform and features)
  37. test failed, expected 104 return code, got 1
  38. Are those "Expected failures", "Skipped (broken)", and "Invalid exit status" items normal? Or am I doing something wrong?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement