[Git][cmucl/cmucl][rtoy-bignum-mult-less-consing] Disable test issue.41.1
![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch rtoy-bignum-mult-less-consing at cmucl / cmucl Commits: cb6e99a3 by Raymond Toy at 2018-07-15T16:01:01-07:00 Disable test issue.41.1 - - - - - 1 changed file: - tests/issues.lisp Changes: ===================================== tests/issues.lisp ===================================== --- a/tests/issues.lisp +++ b/tests/issues.lisp @@ -397,6 +397,10 @@ (sleep 5) (assert-eql :exited (ext:process-status p))))) +;; For some reason this used to work linux CI but not doesn't. But +;; this test passes on my Fedora and debian systesm. +;; See issue #64. +#-linux (define-test issue.41.1 (:tag :issues) (issue-41-tester unix:sigstop)) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/cb6e99a302be745711615f3b35... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/cb6e99a302be745711615f3b35... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy