Skip to content

Commit

Permalink
Forgot to untag now passing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 16, 2024
1 parent 91f0d71 commit 9b371bc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/io/each_line_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
hangs:IO#each_line with limit when limit is 0 raises an ArgumentError
fails:IO#each_line with both separator and limit when no block is given returns an Enumerator
fails:IO#each_line when passed chomp raises exception when options passed as Hash
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/io/foreach_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fails:IO.foreach when the filename starts with | gets data from a fork when passed -
windows:IO.foreach when the filename starts with | gets data from the standard out of the subprocess
critical(hangs):IO.foreach when passed name, object when the object is an Integer when passed limit raises ArgumentError when passed 0 as a limit
fails:IO.foreach when passed name, object when the object is an options Hash raises TypeError exception
fails:IO.foreach when passed name, object, object when the second object is an options Hash raises TypeError exception
1 change: 0 additions & 1 deletion spec/tags/ruby/core/io/gets_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
windows:IO#gets ignores the internal encoding if the default external encoding is ASCII-8BIT
windows:IO#gets transcodes to internal encoding if the IO object's external encoding is ASCII-8BIT
fails:IO#gets when passed chomp raises exception when options passed as Hash
fails:IO#gets sets $_ to nil after the last line has been read
3 changes: 0 additions & 3 deletions spec/tags/ruby/core/io/readlines_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ windows:IO#readlines when passed a separator updates self's position based on th
fails:IO.readlines when passed a string that starts with a | gets data from a fork when passed -
critical(hangs):IO.readlines when passed name, object when the object is an Integer when passed limit raises ArgumentError when passed 0 as a limit
critical(hangs):IO#readlines when passed limit raises ArgumentError when passed 0 as a limit
fails:IO#readlines when passed chomp raises exception when options passed as Hash
fails:IO.readlines when passed name, object when the object is an options Hash raises TypeError exception
fails:IO.readlines when passed name, object, object when the second object is an options Hash raises TypeError exception
1 change: 0 additions & 1 deletion spec/tags/ruby/library/stringio/each_line_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:An exception occurred during: stringio_each_separator
fails(https://github.com/ruby/stringio/pull/61):StringIO#each_line when passed a separator yields each paragraph with all separation characters when passed an empty String as separator
1 change: 0 additions & 1 deletion spec/tags/ruby/library/stringio/each_tags.txt

This file was deleted.

0 comments on commit 9b371bc

Please sign in to comment.