Revision: 3898 http://trac.macosforge.org/projects/ruby/changeset/3898 Author: eloy.de.enige@gmail.com Date: 2010-03-30 12:48:13 -0700 (Tue, 30 Mar 2010) Log Message: ----------- Tag remaining failing specs Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/source_tags.txt Added Paths: ----------- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/scan_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/dir/chdir_tags.txt 2010-03-30 19:48:13 UTC (rev 3898) @@ -2,3 +2,4 @@ fails:Dir.chdir changes to the specified directory fails:Dir.chdir changes to the specified directory for the duration of the block fails:Dir.chdir always returns to the original directory when given a block +fails:Dir.chdir prefers #to_path over #to_str Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt 2010-03-30 19:48:13 UTC (rev 3898) @@ -7,3 +7,4 @@ fails:Kernel#caller in a Proc or eval begins with the eval's sender's sender for caller(1) in eval fails:Kernel#caller in a Proc or eval shows the current line in the calling block twice when evaled fails:Kernel#caller in a Proc or eval begins with the eval's sender's sender for caller(4) in eval +fails:Kernel.caller returns one entry per call, even for recursive methods Added: MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/scan_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/scan_tags.txt (rev 0) +++ MacRuby/trunk/spec/frozen/tags/macruby/library/stringscanner/scan_tags.txt 2010-03-30 19:48:13 UTC (rev 3898) @@ -0,0 +1 @@ +fails:StringScanner#scan raises a TypeError if pattern isn't a Regexp and can't be converted to a String Modified: MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/source_tags.txt =================================================================== --- MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/source_tags.txt 2010-03-30 19:19:18 UTC (rev 3897) +++ MacRuby/trunk/spec/macruby/tags/macruby/library/dispatch/source_tags.txt 2010-03-30 19:48:13 UTC (rev 3898) @@ -2,3 +2,4 @@ fails:Dispatch::Source PROC signal fires with data on signal count fails:Dispatch::Source PROC process can use bitfields as well as arrays fails:Dispatch::Source add fires with data on summed inputs +fails:Dispatch::Source VNODE file fires with data on file events