We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This test sometimes succeeds, sometimes fails, at least on Mac:
==== Testing Threads ... failed Errors found in this section: test parameter.2 on (let ((th1 (make-thread (lambda () (parameterize ((p 4)) (thread-yield!) (set! *thr1-val* (p)))))) (th2 (make-thread (lambda () (parameterize ((p 5)) (thread-yie ld!) (set! *thr2-val* (p))))))) (thread-start! th1) (thread-start! th2) (thread-join! th1) (thread-join! th2) (list (p) *thr1-val* *thr2-val*)) expected (3 4 5) but got (4 5 3)
The text was updated successfully, but these errors were encountered:
Argh, I hate this one. I thought that it was corrected. (I had this problem a long time ago).
Sorry, something went wrong.
No branches or pull requests
This test sometimes succeeds, sometimes fails, at least on Mac:
The text was updated successfully, but these errors were encountered: