File tree 3 files changed +3
-1
lines changed
tags/library/conditionvariable
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ fails:ConditionVariable#broadcast releases all threads waiting in line for this resource
Original file line number Diff line number Diff line change
1
+ fails:ConditionVariable#signal releases the first thread waiting in line for this resource
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ class MSpecScript
82
82
"spec/ruby/library/abbrev" ,
83
83
"spec/ruby/library/base64" ,
84
84
"spec/ruby/library/complex" ,
85
+ "spec/ruby/library/conditionvariable" ,
85
86
"spec/ruby/library/date" ,
86
87
"spec/ruby/library/datetime" ,
87
88
"spec/ruby/library/delegate" ,
@@ -108,7 +109,6 @@ class MSpecScript
108
109
# Not yet explored
109
110
"^spec/ruby/library/bigdecimal" ,
110
111
"^spec/ruby/library/cgi" ,
111
- "^spec/ruby/library/conditionvariable" ,
112
112
"^spec/ruby/library/continuation" ,
113
113
"^spec/ruby/library/csv" ,
114
114
"^spec/ruby/library/digest" ,
You can’t perform that action at this time.
0 commit comments