summaryrefslogtreecommitdiff
path: root/changes/weasel-testuite-thread-fixes
diff options
context:
space:
mode:
Diffstat (limited to 'changes/weasel-testuite-thread-fixes')
-rw-r--r--changes/weasel-testuite-thread-fixes8
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/weasel-testuite-thread-fixes b/changes/weasel-testuite-thread-fixes
deleted file mode 100644
index 4c32c3881a..0000000000
--- a/changes/weasel-testuite-thread-fixes
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes:
- - Testsuite: In the util/threads test no longer free the test_mutex
- before all worker threads have finished.
- - Testsuite: The master thread could starve the worker threads quite
- badly on certain systems, causing them to run only partially in
- the allowed window. This resulted in test failures. Now the master
- thread sleeps occasionally for a few microseconds while the two
- worker-threads compete for the mutex.