Skip to content

Commit

Permalink
More tags working after Time#new fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Nov 3, 2023
1 parent 45e9f7f commit 37df30c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/at_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/tags/ruby/core/time/gm_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails(linux):Time.gm handles real leap seconds
fails:Time.gm raises an ArgumentError for out of range month
fails:Time.gm raises an ArgumentError for out of range second
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/time/local_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/localtime_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ fails:Time#localtime raises ArgumentError if the String argument is not in an AS
fails:Time#localtime with an argument that responds to #to_r coerces using #to_r
fails:Time#localtime does nothing if already in a local time zone
fails(not implemented, jruby/jruby#6161):Time#localtime raises ArgumentError if the String argument is not of the form (+|-)HH:MM
fails:Time#localtime returns a Time with a UTC offset specified as A-Z military zone
2 changes: 0 additions & 2 deletions spec/tags/ruby/core/time/mktime_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/tags/ruby/core/time/now_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/tags/ruby/core/time/utc_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
fails:Time#utc? does treat time with 'UTC' offset as UTC
fails:Time#utc? does treat time with Z offset as UTC
fails:Time#utc? does treat time with -00:00 offset as UTC
fails:Time.utc raises an ArgumentError for out of range month
fails:Time.utc raises an ArgumentError for out of range second

0 comments on commit 37df30c

Please sign in to comment.