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

Commits on May 7, 2015

  1. RubySpec: Moving specs for Singleton#_dump to /unsupported

    Replaces pull request #760
    Sidu Ponnappa committed May 7, 2015
    Copy the full SHA
    af8dd18 View commit details
  2. Missed removing Singleton#_dump spec from filters/bugs

    Sidu Ponnappa committed May 7, 2015
    Copy the full SHA
    628d0bf View commit details
  3. Merge pull request #836 from c42engineering/rubyspec_singleton_dump

    RubySpec: Moving specs for Singleton#_dump to /unsupported
    elia committed May 7, 2015

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    fc55bbd View commit details
Showing with 4 additions and 2 deletions.
  1. +0 −2 spec/filters/bugs/singleton.rb
  2. +4 −0 spec/filters/unsupported/marshal.rb
2 changes: 0 additions & 2 deletions spec/filters/bugs/singleton.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
opal_filter "Singleton" do
fails "Singleton#_dump returns an empty string"
fails "Singleton#_dump returns an empty string from a singleton subclass"
fails "Singleton.instance returns an instance of the singleton's clone"
fails "Singleton.instance returns the same instance for multiple class to instance on clones"
end
4 changes: 4 additions & 0 deletions spec/filters/unsupported/marshal.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
opal_filter "Singleton" do
fails "Singleton#_dump returns an empty string"
fails "Singleton#_dump returns an empty string from a singleton subclass"
end