Skip to content

Commit

Permalink
Tag remaining Time spec failures
Browse files Browse the repository at this point in the history
These failures are due to not yet supporting a Rational
UTC offset (which in turn requires Rational subsecond
support).
  • Loading branch information
jfirebaugh committed Mar 26, 2012
1 parent c7ec4e0 commit 571806d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/tags/19/ruby/core/time/getlocal_tags.txt
@@ -0,0 +1,2 @@
fails:Time#getlocal returns a Time with a UTC offset of the specified number of Rational seconds
fails:Time#getlocal with an argument that responds to #to_r coerces using #to_r
2 changes: 2 additions & 0 deletions spec/tags/19/ruby/core/time/localtime_tags.txt
@@ -0,0 +1,2 @@
fails:Time#localtime returns a Time with a UTC offset of the specified number of Rational seconds
fails:Time#localtime with an argument that responds to #to_r coerces using #to_r
2 changes: 2 additions & 0 deletions spec/tags/19/ruby/core/time/new_tags.txt
@@ -0,0 +1,2 @@
fails:Time.new with a utc_offset argument returns a Time with a UTC offset of the specified number of Rational seconds
fails:Time.new with a utc_offset argument with an argument that responds to #to_r coerces using #to_r

0 comments on commit 571806d

Please sign in to comment.