Skip to content

Commit

Permalink
[Truffle] Whitelist conditionvariable specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Apr 24, 2015
1 parent 1502275 commit 5491ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
@@ -0,0 +1 @@
fails:ConditionVariable#broadcast releases all threads waiting in line for this resource
@@ -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
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5491ae1

Please sign in to comment.