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

Commits on Oct 29, 2013

  1. Remove irrelevant filters

    adambeynon committed Oct 29, 2013
    Copy the full SHA
    443583a View commit details
  2. Remove irrelevant filters

    adambeynon committed Oct 29, 2013
    Copy the full SHA
    179b0e9 View commit details
  3. Re-enable ERB filter spec

    adambeynon committed Oct 29, 2013
    Copy the full SHA
    9e846a0 View commit details
  4. Copy the full SHA
    7cca2af View commit details
Showing with 0 additions and 6 deletions.
  1. +0 −2 spec/filters/bugs/kernel.rb
  2. +0 −4 spec/filters/bugs/unknown.rb
2 changes: 0 additions & 2 deletions spec/filters/bugs/kernel.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
opal_filter "Kernel" do
fails "A class definition allows the definition of class-level instance variables in a class method"

fails "Kernel.rand returns a float if no argument is passed"
fails "Kernel.rand returns an integer for an integer argument"

4 changes: 0 additions & 4 deletions spec/filters/bugs/unknown.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
opal_filter "Kernel#Integer() fix broke mspec" do
fails "Array#shuffle calls #to_f on the Object returned by #rand"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value less than 0.0"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value equal to 1.0"
fails "An exception occurred during: Mock.verify_count"
fails "Array#shuffle raises a RangeError if the random generator returns a value greater than 1.0"
fails "An exception occurred during: Mock.verify_count"
fails "A singleton class has class Bignum as the superclass of a Bignum instance"
fails "Hash.[] ignores elements that are arrays of more than 2 elements"
fails "Hash.[] creates a Hash; values can be provided as a list of value-invalid-pairs in an array"