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

Commits on Jul 31, 2017

  1. Copy the full SHA
    55d2e34 View commit details
  2. Copy the full SHA
    4368789 View commit details
Showing with 6 additions and 1 deletion.
  1. +4 −0 test/mri/excludes/TestParse.rb
  2. +2 −1 test/mri/excludes/TestProcess.rb
4 changes: 4 additions & 0 deletions test/mri/excludes/TestParse.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
exclude :test_arg_concat, "needs investigation"
exclude :test_disallowed_class_variable, "needs investigation"
exclude :test_disallowed_gloal_variable, "needs investigation"
exclude :test_disallowed_instance_variable, "needs investigation"
exclude :test_dstr_disallowed_variable, "needs investigation"
exclude :test_here_document, "needs investigation"
exclude :test_invalid_char, "needs investigation"
@@ -8,3 +11,4 @@
exclude :test_rescue_in_command_assignment, "needs investigation"
exclude :test_unused_variable, "missing warning in parser (#2147)"
exclude :test_void_expr_stmts_value, "1; next; 2 is figured via compile.c. IR can do equivalent for 9k. Not a huge issue for 1.7.x barring real issue"
exclude :test_yyerror_at_eol, "needs investigation"
3 changes: 2 additions & 1 deletion test/mri/excludes/TestProcess.rb
Original file line number Diff line number Diff line change
@@ -58,13 +58,14 @@
exclude :test_seteuid_name, "argument coersion error"
exclude :test_sh_exec, "needs investigation"
exclude :test_signals_work_after_exec_fail, "requires fork"
exclude :test_threading_works_after_exec_fail, "requires fork"
exclude :test_spawn_noshell, "needs investigation"
exclude :test_spawn_too_long_path, "out of memory error"
exclude :test_spawn_wordsplit, "needs investigation"
exclude :test_status_kill, "needs investigation"
exclude :test_status_quit, "needs investigation"
exclude :test_system_wordsplit, "needs investigation"
exclude :test_threading_works_after_exec_fail, "requires fork"
exclude :test_to_hash_on_arguments, "needs investigation"
exclude :test_uid_re_exchangeable_p, "unimplemented"
exclude :test_uid_sid_available?, "unimplemented"
exclude :test_wait_exception, "Interrupt expected but nothing was raised."