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

Commits on Nov 6, 2014

  1. Copy the full SHA
    3a62b2f View commit details
  2. Copy the full SHA
    683b62f View commit details
Showing with 5 additions and 0 deletions.
  1. +4 −0 test/mri/excludes/TestSyntax.rb
  2. +1 −0 test/mri/excludes/TestZlibDeflate.rb
4 changes: 4 additions & 0 deletions test/mri/excludes/TestSyntax.rb
Original file line number Diff line number Diff line change
@@ -12,15 +12,19 @@
exclude :test_do_block_in_cmdarg, "needs investigation"
exclude :test_do_block_in_cmdarg_begin, "needs investigation"
exclude :test_duplicated_when, "needs investigation"
exclude :test_error_message_encoding, "#2127"
exclude :test_integer_suffix, "needs investigation"
exclude :test_keyword_rest, "needs investigation"
exclude :test_keyword_self_reference, "#2124"
exclude :test_keyword_splat, "needs investigation"
exclude :test_lineno_after_heredoc, "needs investigation"
exclude :test_optional_self_reference, "#2124"
exclude :test_script_lines, "needs investigation"
exclude :test_syntax_ext, "non-existing directory"
exclude :test_syntax_lib, "non-existing directory"
exclude :test_syntax_sample, "non-existing directory"
exclude :test_syntax_test, "non-existing directory"
exclude :test_unexpected_fraction, "#2126"
exclude :test_value_of_def, "process launching issues"
exclude :test_warn_balanced, "needs investigation"
exclude :test_warn_grouped_expression, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestZlibDeflate.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exclude :test_deflate_chunked, "needs investigation"
exclude :test_deflate_chunked_break, "needs investigation"
exclude :test_deflate_stream, "#2128"