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

Commits on Jul 21, 2017

  1. Copy the full SHA
    941a7b0 View commit details
  2. Copy the full SHA
    fe237b9 View commit details
Showing with 4 additions and 0 deletions.
  1. +2 −0 test/mri/excludes/TestSyntax.rb
  2. +1 −0 test/mri/excludes/TestTime.rb
  3. +1 −0 test/mri/excludes/TestUnicodeEscape.rb
2 changes: 2 additions & 0 deletions test/mri/excludes/TestSyntax.rb
Original file line number Diff line number Diff line change
@@ -6,10 +6,12 @@
exclude :test_dedented_heredoc_with_indentation, "needs investigation #4308"
exclude :test_dedented_heredoc_with_interpolated_expression, "needs investigation #4308"
exclude :test_dedented_heredoc_with_interpolated_string, "needs investigation #4308"
exclude :test_dedented_heredoc_invalid_identifer, "needs investigation #4308"
exclude :test_defined_empty_argument, "needs investigation"
exclude :test_do_block_in_lambda, "needs investigation"
exclude :test_duplicated_when, "needs investigation"
exclude :test_integer_suffix, "needs investigation"
exclude :test_invalid_next, "needs investigation"
exclude :test_return_toplevel, "uses RubyVM"
exclude :test_warn_unreachable, "needs investigation"
exclude :test_warning_literal_in_condition, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestTime.rb
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
exclude :test_at_rational, "MRI uses less precision than JRuby, which causes it to produce incorrect values"
exclude :test_future, "needs investigation"
exclude :test_marshal_nsec_191, "needs investigation"
exclude :test_num_exact_error, "error message formatting"
exclude :test_past, "needs investigation"
exclude :test_plus_type, "needs investigation"
exclude :test_reinitialize, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestUnicodeEscape.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_basic, "needs investigation"
exclude :test_fail, "error message formatting"