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

Commits on Nov 7, 2014

  1. Copy the full SHA
    3c56776 View commit details
  2. Merge pull request #2134 from cheald/hash_exclusions

    Exclude a couple of tests which depend on MRI-specific behavior
    headius committed Nov 7, 2014
    Copy the full SHA
    17a3c17 View commit details
Showing with 2 additions and 0 deletions.
  1. +1 −0 test/mri/excludes/TestHash.rb
  2. +1 −0 test/mri/excludes/TestHash/TestSubHash.rb
1 change: 1 addition & 0 deletions test/mri/excludes/TestHash.rb
Original file line number Diff line number Diff line change
@@ -16,3 +16,4 @@
exclude :test_reject, "needs investigation"
exclude :test_shift_none, "needs investigation"
exclude :test_to_a, "needs investigation"
exclude :test_AREF_fstring_key, "Depends on MRI-specific GC.stat key"
1 change: 1 addition & 0 deletions test/mri/excludes/TestHash/TestSubHash.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude :test_AREF_fstring_key, "Depends on MRI-specific GC.stat key"