Skip to content

Commit

Permalink
Showing 6 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/file/utime_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails(linux):File.utime allows Time instances in the far future to set mtime and atime
3 changes: 2 additions & 1 deletion spec/tags/ruby/core/io/each_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fails:IO#each with limit when limit is 0 raises an ArgumentError
critical:IO#each with limit when limit is 0 raises an ArgumentError
windows:IO#each with no separator yields each line starting from the current position
windows:IO#each when passed nil as a separator yields self's content starting from the current position when the passed separator is nil
fails:IO#each with both separator and limit when no block is given returns an Enumerator
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/priority_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Thread#priority= sets priority even when the thread has died
fails:Thread#priority= when set with an integer clamps the priority to -3..3
1 change: 1 addition & 0 deletions spec/tags/ruby/core/time/gm_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails(linux):Time.gm handles real leap seconds
1 change: 1 addition & 0 deletions spec/tags/ruby/core/time/utc_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Time#utc on a frozen time does not raise an error if already in UTC
fails:Time.utc handles real leap seconds
3 changes: 2 additions & 1 deletion spec/tags/ruby/language/string_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
windows:Ruby character strings allows HEREDOC with <<'identifier', no interpolation
windows:Ruby character strings allows HEREDOC with <<-'identifier', allowing to indent identifier, no interpolation
fails(--debug is required for other tests, but turns on frozen string debugging):Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files
fails(--debug is required for other tests, but turns on frozen string debugging):Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different filesfails:Ruby String literals with a magic frozen comment produce the same object for literals with the same content
fails:Ruby String literals with a magic frozen comment produce the same object for literals with the same content in different files

0 comments on commit 747f40a

Please sign in to comment.