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: a7c6602fa479
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26b57c0d0437
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 13, 2015

  1. Copy the full SHA
    833d823 View commit details
  2. Merge pull request #2699 from bjfish/truffle_array_bulk_untag

    [Truffle] Bulk untagging some passing Array specs.
    chrisseaton committed Mar 13, 2015
    Copy the full SHA
    26b57c0 View commit details
Showing with 0 additions and 7 deletions.
  1. +0 −2 spec/truffle/tags/core/array/hash_tags.txt
  2. +0 −1 spec/truffle/tags/core/array/sort_tags.txt
  3. +0 −4 spec/truffle/tags/core/array/to_h_tags.txt
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/array/hash_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
fails:Array#hash returns the same hash for equal recursive arrays
fails:Array#hash returns the same hash for equal recursive arrays through hashes
fails:Array#hash calls to_int on result of calling hash on each element
fails:Array#hash returns same hash code for arrays with the same content
fails:Array#hash returns the same value if arrays are #eql?
fails:Array#hash properly handles recursive arrays
1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/sort_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Array#sort sorts reverse-sorted Arrays
fails:Array#sort may take a block which is used to determine the order of objects a and b described as -1, 0 or +1
fails:Array#sort raises an error when a given block returns nil
fails:Array#sort completes when supplied a block that always returns the same result
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/array/to_h_tags.txt

This file was deleted.