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

Commits on Nov 27, 2013

  1. Copy the full SHA
    c1fecba View commit details
  2. Copy the full SHA
    0393ad0 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 spec/opal/filters/bugs/array.rb
5 changes: 0 additions & 5 deletions spec/opal/filters/bugs/array.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
opal_filter "Array" do
fails "Array#clone copies singleton methods"
fails "Array#clone creates a new array containing all elements or the original"

fails "Array#collect! returns an Enumerator when no block given, and the enumerator can modify the original array"

fails "Array#combination generates from a defensive copy, ignoring mutations"
fails "Array#combination yields a partition consisting of only singletons"
@@ -99,8 +96,6 @@

fails "Array#last tries to convert the passed argument to an Integer usinig #to_int"

fails "Array#map! returns an Enumerator when no block given, and the enumerator can modify the original array"

fails "Array#- removes an identical item even when its #eql? isn't reflexive"
fails "Array#- doesn't remove an item with the same hash but not #eql?"
fails "Array#- removes an item identified as equivalent via #hash and #eql?"