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

Commits on Jan 7, 2018

  1. Add #test_slice_before to test targets

    Currently `#test_slice_before` does not fail.
    yui-knk committed Jan 7, 2018
    Copy the full SHA
    82ffcd2 View commit details

Commits on Jan 8, 2018

  1. Merge pull request #4948 from yui-knk/test_slice_before

    Add `#test_slice_before` to test targets
    enebo authored Jan 8, 2018
    Copy the full SHA
    ab75bbb View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/mri/excludes/TestEnumerable.rb
1 change: 0 additions & 1 deletion test/mri/excludes/TestEnumerable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
exclude :test_slice_before, "needs investigation"
exclude :test_callcc, "Continuations are not supported"
exclude :test_zip, "needs investigation"
exclude :test_first, "works - but output is not exactly 'unexpected break' as in MRI"