[3218] MacRuby/trunk/spec/macruby
Revision: 3218 http://trac.macosforge.org/projects/ruby/changeset/3218 Author: ernest.prabhakar@gmail.com Date: 2010-01-08 16:11:43 -0800 (Fri, 08 Jan 2010) Log Message: ----------- Bad Dispatch::Semaphore spec, cleaning up Modified Paths: -------------- MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt Modified: MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb =================================================================== --- MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb 2010-01-08 23:29:13 UTC (rev 3217) +++ MacRuby/trunk/spec/macruby/core/gcd/semaphore_spec.rb 2010-01-09 00:11:43 UTC (rev 3218) @@ -37,7 +37,6 @@ it "returns false if explicit timeout DOES expire" do @sema0.wait(0.01).should == false - @sema1.wait(0.01).should == false end it "returns true if explicit timeout does NOT expire" do Modified: MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt =================================================================== --- MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt 2010-01-08 23:29:13 UTC (rev 3217) +++ MacRuby/trunk/spec/macruby/tags/macruby/core/gcd/semaphore_tags.txt 2010-01-09 00:11:43 UTC (rev 3218) @@ -1,2 +1,2 @@ critical:Dispatch::Semaphore raises an ArgumentError if the count isn't specified -fails:Dispatch::Semaphore wait returns false if explicit timeout DOES expire +#fails:Dispatch::Semaphore wait returns false if explicit timeout DOES expire
participants (1)
-
source_changes@macosforge.org