-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
The parallel/tarray_of_channels test fails on OpenBSD with the following output:
Category: parallel
Name: tests/parallel/tarray_of_channels.nim C
Action: run
Result: reOutputsDiffer
-------- Expected -------
(x: 0.0)
(x: 0.0)
(x: 0.0)
test
test
test
--------- Given --------
(x: 0.0)
(x: 0.0)
(x: 0.0)
pthread_mutex_destroy on mutex with waiters!
pthread_mutex_destroy on mutex with waiters!
pthread_mutex_destroy on mutex with waiters!
test
test
test
This is due to OpenBSD's pthread_mutex_destroy function writing this message to stderr if a mutex isn't unlocked before destroying it: