forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More tags working after Time#new fixes
- Loading branch information
Showing
7 changed files
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |