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

Commits on Jan 22, 2018

  1. Add #test_symbol_op to test targets

    Currently `#test_symbol_op` does not fail.
    yui-knk committed Jan 22, 2018
    Copy the full SHA
    32a7d32 View commit details
  2. Merge pull request #4996 from yui-knk/fix_test_symbol_op

    Add `#test_symbol_op` to test targets
    enebo authored Jan 22, 2018
    Copy the full SHA
    d1976e6 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/mri/excludes/TestM17N.rb
1 change: 0 additions & 1 deletion test/mri/excludes/TestM17N.rb
Original file line number Diff line number Diff line change
@@ -2,4 +2,3 @@
exclude :test_nonascii_method_name, "lexer is not pulling mbc characters off the wire correctly"
exclude :test_split, "our impl has diverged and does not appear to handle encoded null char properly"
exclude :test_symbol, "management of differently-encoded symbols is not right"
exclude :test_symbol_op, "some symbols are created early and do not have UTF-8 encoding; management of differently-encoded symbols is not right"