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

Commits on Aug 3, 2017

  1. Fix casecmp tag for #4731.

    headius committed Aug 3, 2017
    Copy the full SHA
    d91b39f View commit details
  2. Copy the full SHA
    1404327 View commit details
  3. Copy the full SHA
    fd5bc37 View commit details
  4. Tag a few more 2.4 parser-related specs.

    These will get tidied up as a group by @enebo later.
    headius committed Aug 3, 2017
    Copy the full SHA
    28c06cb View commit details
  5. Copy the full SHA
    4b7b189 View commit details
  6. Copy the full SHA
    9c311fe View commit details
1 change: 1 addition & 0 deletions test/mri/excludes/TestJSON.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude :test_big_integers, "needs work in json lib to gracefully handle Bignum (flori/json#336)"
exclude :test_load_with_options, "needs investigation"
exclude :test_parse_generic_object, "needs investigation"
exclude :test_symbolize_names, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes/TestRegexp.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude :test_cclass_X, "Unicode 9.0 update in 2.4 (#4731)"
exclude :test_char_class, "needs investigation"
exclude :test_dup_warn, "needs investigation"
exclude :test_equal, "needs investigation"
@@ -8,6 +9,7 @@
exclude :test_named_capture_nonascii, "needs investigation"
exclude :test_once_multithread, "fails intermittently"
exclude :test_options_in_look_behind, "needs investigation"
exclude :test_quote, "Likely unicode 9 update-related (#4731)"
exclude :test_raw_hyphen_and_tk_char_type_after_range, "needs investigation"
exclude :test_regsub_K, "needs investigation"
exclude :test_source, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestRubyOptions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude :test_assignment_in_conditional, "line numbers don't match MRI"
exclude :test_chdir, "needs investigation"
exclude :test_copyright, "needs investigation"
exclude :test_debug, "needs investigation"
2 changes: 1 addition & 1 deletion test/mri/excludes/TestString.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
exclude :test_rpartition, "needs investigation"
exclude :test_casecmp, "missing 2.4 case-folding logic (#4731)"
exclude :test_casecmp?, "missing 2.4 case-folding logic (#4731)"
exclude :test_crypt, "does not raise as expected"
exclude :test_setter, "does not raise as expected"
exclude :test_split_invalid_argument, "raises NoMethodError: undefined method `respond_to?' for #<BasicObject:0x7ff7a4d7>"
2 changes: 1 addition & 1 deletion test/mri/excludes/TestSymbol.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude :test_casecmp, "missing 2.4 case-folding logic (#4731)"
exclude :test_casecmp?, "missing 2.4 case-folding logic (#4731)"
exclude :test_ascii_incomat_inspect, "needs investigation"
exclude :test_inspect, "needs investigation"
exclude :test_to_proc_arg, "we have plans to do different caching here, see 69662ab8cd1616a2ee076488226a473648fc6267"
2 changes: 2 additions & 0 deletions test/mri/excludes/TestSyntax.rb
Original file line number Diff line number Diff line change
@@ -10,8 +10,10 @@
exclude :test_defined_empty_argument, "needs investigation"
exclude :test_do_block_in_lambda, "needs investigation"
exclude :test_duplicated_when, "needs investigation"
exclude :test_heredoc_newline, "needs investigation"
exclude :test_integer_suffix, "needs investigation"
exclude :test_invalid_next, "needs investigation"
exclude :test_return_toplevel, "uses RubyVM"
exclude :test_syntax_error_in_rescue, "needs investigation"
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
@@ -6,6 +6,7 @@
exclude :test_past, "needs investigation"
exclude :test_plus_type, "needs investigation"
exclude :test_reinitialize, "needs investigation"
exclude :test_strftime_flags, "month case doesn't match, needs investigation"
exclude :test_strftime_invalid_flags, "needs investigation"
exclude :test_strftime_rational, "needs investigation"
exclude :test_strftime_too_wide, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes/TestTranscode.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
exclude :test_gb18030, "perhaps a bug in pack wrt encoded text"
exclude :test_invalid_replace_string, "Unicode update? #4731"
exclude :test_to_cp50221, "needs investigation"
exclude :test_unicode_public_review_issue_121, "broken via charset replacement"
exclude :test_utf8_mac, "needs investigation"
exclude :test_windows_1255, "Unicode update? #4731"
1 change: 1 addition & 0 deletions test/mri/excludes/TestVariable.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
exclude :test_global_variable_0, "needs investigation"
exclude :test_global_variables, "requires dynamic listing of backref numbers for available groups"
exclude :test_variable, "needs investigation"