[macruby-changes] [2654] MacRuby/trunk/spec/frozen/tags/macruby/core/argf

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 27 02:15:23 PDT 2009


Revision: 2654
          http://trac.macosforge.org/projects/ruby/changeset/2654
Author:   mattaimonetti at gmail.com
Date:     2009-09-27 02:15:22 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
untagged many argf specs that are now passing

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/close_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/eof_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/gets_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/lineno_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/readlines_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/to_a_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/argf/seek_tags.txt

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/close_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/close_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/close_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,3 +1 @@
-fails:ARGF.close closes the current open stream
-fails:ARGF.close raises an IOError if called on a closed stream
-critical:ARGF.close can close STDIN
+fails:ARGF.close closes the current open stream
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/eof_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/eof_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/eof_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,4 +1,2 @@
-fails:ARGF.eof returns true when reaching the end of a file
 fails:ARGF.eof raises IOError when called on a closed stream
-fails:ARGF.eof? returns true when reaching the end of a file
 fails:ARGF.eof? raises IOError when called on a closed stream

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/gets_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/gets_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/gets_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,3 +1 @@
-fails:ARGF.gets sets $_ global variable with each line read
-fails:ARGF.gets modifies the files when in place edit mode is on
-fails:ARGF.gets modifies and backups two files when in place edit mode is on
+fails:ARGF.gets sets $_ global variable with each line read
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/lineno_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/lineno_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/lineno_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,3 +1 @@
-fails:ARGF.lineno returns the current line number on each file
-fails:ARGF.lineno resets to 0 after the stream is rewound
-fails:ARGF.lineno aliases to $.
+fails:ARGF.lineno resets to 0 after the stream is rewound
\ No newline at end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/readlines_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/readlines_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/readlines_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,2 +1 @@
-fails:ARGF.readlines reads all lines of all files
-fails:ARGF.readlines returns nil when end of stream reached
+fails:ARGF.readlines reads all lines of all files
\ No newline at end of file

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/seek_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/seek_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/seek_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,3 +0,0 @@
-fails:ARGF.seek sets the absolute position relative to beginning of file
-fails:ARGF.seek sets the position relative to current position in file
-fails:ARGF.seek sets the absolute position relative to end of file

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/argf/to_a_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/argf/to_a_tags.txt	2009-09-27 07:23:09 UTC (rev 2653)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/argf/to_a_tags.txt	2009-09-27 09:15:22 UTC (rev 2654)
@@ -1,2 +1 @@
-fails:ARGF.to_a reads all lines of all files
-fails:ARGF.to_a returns nil when end of stream reached
+fails:ARGF.to_a reads all lines of all files
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090927/424145d1/attachment.html>


More information about the macruby-changes mailing list