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

Commits on Jan 31, 2018

  1. Add #test_windows_1255 to test targets

    Currently `#test_windows_1255` does not fail.
    yui-knk committed Jan 31, 2018
    Copy the full SHA
    294f76f View commit details
  2. Merge pull request #5024 from yui-knk/include_test_windows_1255

    Add `#test_windows_1255` to test targets
    enebo authored Jan 31, 2018
    Copy the full SHA
    aa2ea83 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/mri/excludes/TestTranscode.rb
1 change: 0 additions & 1 deletion test/mri/excludes/TestTranscode.rb
Original file line number Diff line number Diff line change
@@ -3,4 +3,3 @@
exclude :test_to_cp50221, "needs investigation"
exclude :test_unicode_public_review_issue_121, "broken via charset replacement"
exclude :test_utf8_mac, "needs investigation"
exclude :test_windows_1255, "Unicode update? #4731"