aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-05 11:44:30 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-05 11:44:30 +0000
commitfab171e541f7b7373efe386ae956d7a44ce4e330 (patch)
tree4c78cab8639d6cea73b318ebb4466860b2158017 /ChangeLog
parent37ab3ed99d47a00f28253ea336d127efefd80ac6 (diff)
downloadruby-fab171e541f7b7373efe386ae956d7a44ce4e330.tar.gz
* test/ruby/test_thread.rb: fix potential race condition.
The thread could have a "sleep" status because it tries to acquire the mutex, but does not have it yet. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5586420d45..1985c52ea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 5 20:39:32 2015 Benoit Daloze <eregontp@gmail.com>
+
+ * test/ruby/test_thread.rb: fix potential race condition.
+ The thread could have a "sleep" status because it tries
+ to acquire the mutex, but does not have it yet.
+
Mon Oct 5 15:39:30 2015 Zachary Scott <zzak@ruby-lang.org>
* numeric.c: [DOC] Overview for Numeric class by Joe Corcoran