Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:ConditionVariable#broadcast releases all threads waiting in line for this resource
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:ConditionVariable#signal releases the first thread waiting in line for this resource
2 changes: 1 addition & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -82,6 +82,7 @@ class MSpecScript
"spec/ruby/library/abbrev",
"spec/ruby/library/base64",
"spec/ruby/library/complex",
"spec/ruby/library/conditionvariable",
"spec/ruby/library/date",
"spec/ruby/library/datetime",
"spec/ruby/library/delegate",
@@ -108,7 +109,6 @@ class MSpecScript
# Not yet explored
"^spec/ruby/library/bigdecimal",
"^spec/ruby/library/cgi",
"^spec/ruby/library/conditionvariable",
"^spec/ruby/library/continuation",
"^spec/ruby/library/csv",
"^spec/ruby/library/digest",

0 comments on commit 5491ae1

Please sign in to comment.