Skip to content

Commit

Permalink
[Truffle] Some Time specs passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 14, 2015
1 parent b27868a commit efa0527
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/time/_dump_tags.txt
@@ -1,5 +1,3 @@
fails:Time#_dump preserves the GMT flag
fails:Time#_dump dumps a Time object to a bytestring
fails:Time#_dump dumps an array with a date as first element
fails:Time#_dump dumps an array with a time as second element
fails:Time#_dump dumps like MRI's marshaled time format
1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/at_tags.txt
Expand Up @@ -4,4 +4,3 @@ fails:Time.at passed Time returns a non-UTC time if the argument is non-UTC
fails:Time.at passed Time returns a subclass instance
fails:Time.at passed non-Time, non-Numeric with an argument that responds to #to_r coerces using #to_r
fails:Time.at passed [Integer, Numeric] returns a Time object representing the given number of seconds and Integer microseconds since 1970-01-01 00:00:00 UTC
fails:Time.at passed [Integer, Numeric] returns a Time object representing the given number of seconds and Float microseconds since 1970-01-01 00:00:00 UTC
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/time/local_tags.txt
Expand Up @@ -33,8 +33,6 @@ fails:Time.local raises an ArgumentError for out of range day
fails:Time.local raises an ArgumentError for out of range hour
fails:Time.local raises an ArgumentError for out of range minute
fails:Time.local raises an ArgumentError for out of range second
fails:Time.local raises ArgumentError when given 9 arguments
fails:Time.local raises ArgumentError when given 11 arguments
fails:Time.local returns subclass instances
fails:Time.local handles string arguments
fails:Time.local handles float arguments
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/nsec_tags.txt
@@ -1,3 +1,2 @@
fails:Time#nsec returns the nanoseconds part of a Time constructed with a Float number of seconds
fails:Time#nsec returns the nanoseconds part of a Time constructed with an Float number of microseconds
fails:Time#nsec returns the nanoseconds part of a Time constructed with a Rational number of seconds
1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/subsec_tags.txt
@@ -1,3 +1,2 @@
fails:Time#subsec returns the fractional seconds as a Rational for a Time constructed with a Rational number of seconds
fails:Time#subsec returns the fractional seconds as a Rational for a Time constructed with a Float number of seconds
fails:Time#subsec returns the fractional seconds as a Rational for a Time constructed with an Float number of microseconds
1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/wday_tags.txt

This file was deleted.

0 comments on commit efa0527

Please sign in to comment.