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

Commits on Jan 5, 2018

  1. Add #test_singleton_method to test targets

    Currently `#test_singleton_method` does not fail.
    yui-knk committed Jan 5, 2018
    Copy the full SHA
    e2c8040 View commit details
  2. Merge pull request #4938 from yui-knk/test_singleton_method

    Add `#test_singleton_method` to test targets
    enebo authored Jan 5, 2018
    Copy the full SHA
    9892aac View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/mri/excludes/TestMethod.rb
1 change: 0 additions & 1 deletion test/mri/excludes/TestMethod.rb
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
exclude :test_hash, "won't pass since Array#map is not a Array#collect alias as in MRI"
exclude :test_orphan_callee, "needs investigation"
exclude :test_prepended_public_zsuper, "2.4 fix/change to prepend + method + super_method (#4687)"
exclude :test_singleton_method, "needs investigation"
exclude :test_splat_long_array, "passes locally but fails on travis OOME"
exclude :test_super_method_removed, "finds super method when super method has been undef (#2155)"
exclude :test_to_proc_binding, "NullPointerException in parser"