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: 75f5b50f3b7c
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 36633785606e
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 19, 2016

  1. Copy the full SHA
    6ce4f33 View commit details
  2. Copy the full SHA
    b684ed7 View commit details
  3. Copy the full SHA
    3663378 View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 test/mri/excludes/TestMarshal.rb
5 changes: 5 additions & 0 deletions test/mri/excludes/TestMarshal.rb
Original file line number Diff line number Diff line change
@@ -11,10 +11,15 @@
exclude :test_marshal_symbol_ascii8bit, "needs investigation"
exclude :test_modify_array_during_dump, "needs investigation"
exclude :test_module_ivar, "needs investigation"
exclude :test_no_internal_ids, "debug info for frozen strings is visible in JRuby"
exclude :test_object_prepend, "needs investigation"
exclude :test_regexp, "needs investigation"
exclude :test_regexp2, "needs investigation"
exclude :test_singleton, "needs investigation"
exclude :test_struct_invalid_members, "needs investigation"
exclude :test_symlink_in_ivar, "seems to be trying to deserialize a symbol with ivars, which we don't support"
exclude :test_time_subclass, "needs investigation"
exclude :test_unloadable_data, "we do not represent Time as T_DATA internally, so this test does not apply"
exclude :test_unloadable_userdef, "multibyte class names don't marshal properly (#3688)"
exclude :test_unloadable_usrmarshal, "multibyte class names don't marshal properly (#3688)"
exclude :test_userdef_encoding, "needs investigation"