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

Commits on Nov 17, 2016

  1. Copy the full SHA
    9764fd0 View commit details
  2. Missed one. #4303

    headius committed Nov 17, 2016
    Copy the full SHA
    d7fbe36 View commit details
Showing with 1 addition and 0 deletions.
  1. 0 test/mri/excludes/{TestRipper.rb → TestRipper/Ripper.rb}
  2. +1 −0 test/mri/excludes/TestSymbol.rb
File renamed without changes.
1 change: 1 addition & 0 deletions test/mri/excludes/TestSymbol.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
exclude :test_ascii_incomat_inspect, "needs investigation"
exclude :test_inspect, "needs investigation"
exclude :test_to_proc_arg, "we have plans to do different caching here, see 69662ab8cd1616a2ee076488226a473648fc6267"
exclude :test_to_proc_binding, "needs investigation #4303"
exclude :test_to_proc_iseq, "needs investigation #4303"
exclude :test_symbol_encoding, "needs investigation"
exclude :test_symbol_fstr_leak, "assert_no_memory_leak fails due an unexpected nil"