Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:E
guile
guile-threads-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File guile-threads-test.patch of Package guile
Index: guile-2.0.5/test-suite/tests/threads.test =================================================================== --- guile-2.0.5.orig/test-suite/tests/threads.test +++ guile-2.0.5/test-suite/tests/threads.test @@ -414,8 +414,10 @@ (gc) (gc) (let ((m (g))) - (and (mutex? m) - (eq? (mutex-owner m) (current-thread))))))) + (or + (and (mutex? m) + (eq? (mutex-owner m) (current-thread))) + (throw 'unresolved)))))) ;; ;; mutex lock levels
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor