Skip to content

Commit

Permalink
Add tags for new failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 27, 2018
1 parent fbc2c9a commit b28603d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/core/io/ungetbyte_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:IO#ungetbyte ... but not for Bignum argument (eh?)
1 change: 1 addition & 0 deletions spec/tags/core/time/gm_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:Time.gm handles real leap seconds
fails:Time.gm raises an ArgumentError for out of range microsecond
1 change: 1 addition & 0 deletions spec/tags/core/time/local_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Time.local raises an ArgumentError for out of range microsecond
1 change: 1 addition & 0 deletions spec/tags/core/time/mktime_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Time.mktime raises an ArgumentError for out of range microsecond
1 change: 1 addition & 0 deletions spec/tags/core/time/utc_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:Time#utc on a frozen time raises a RuntimeError if the time is not UTC
fails:Time.utc handles real leap seconds
fails:Time.utc raises an ArgumentError for out of range microsecond

0 comments on commit b28603d

Please sign in to comment.