Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ae6e152600d1
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 808576477486
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 15, 2015

  1. Revert "Merge pull request #2597 from fniephaus/truffle-kwargs"

    This reverts commit e792a66, reversing
    changes made to 5dc368f.
    chrisseaton committed Feb 15, 2015
    Copy the full SHA
    1a8f725 View commit details
  2. Revert "Merge pull request #2588 from fniephaus/truffle-kwargs"

    This reverts commit 5dc368f, reversing
    changes made to 08da5c5.
    chrisseaton committed Feb 15, 2015
    Copy the full SHA
    8c129aa View commit details
  3. Copy the full SHA
    56e864f View commit details
  4. Copy the full SHA
    37a1eda View commit details
  5. Copy the full SHA
    8085764 View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 spec/truffle/tags/core/time/local_tags.txt
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/time/local_tags.txt
Original file line number Diff line number Diff line change
@@ -40,3 +40,6 @@ fails:Time.local handles fractional microseconds as a Float
fails:Time.local handles fractional microseconds as a Rational
fails:Time.local ignores fractional seconds if a passed whole number of microseconds
fails:Time.local ignores fractional seconds if a passed fractional number of microseconds
fails:Time.local raises ArgumentError when given 9 arguments
fails:Time.local raises ArgumentError when given 11 arguments