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: 1b290fa5a437
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 27c0c653ce37
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 5, 2015

  1. Revert "[Truffle] Tag some failing specs."

    This reverts commit cb5da21.
    chrisseaton committed Feb 5, 2015
    Copy the full SHA
    355b0bc View commit details
  2. Copy the full SHA
    27c0c65 View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −6 spec/truffle/tags/core/array/intersection_tags.txt
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/array/intersection_tags.txt
Original file line number Diff line number Diff line change
@@ -2,9 +2,3 @@ fails:Array#& creates an array with no duplicates
fails:Array#& creates an array with elements in order they are first encountered
fails:Array#& properly handles recursive arrays
fails:Array#& determines equivalence between elements in the sense of eql?
fails:Array#& does not call to_ary on array subclasses
fails:Array#& does return subclass instances for Array subclasses
fails:Array#& tries to convert the passed argument to an Array using #to_ary
fails:Array#& tries to convert the passed argument to an Array using #to_ary
fails:Array#& does not modify the original Array
fails:Array#& creates an array with elements common to both arrays