-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
Showing
18 changed files
with
141 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 30 additions & 2 deletions
32
core/src/test/java/org/jruby/runtime/TestDynamicScope.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
exclude :test_abort, "" | ||
exclude :test_list_read_timeout_exceeded, "needs investigation #4303" | ||
exclude :test_status, "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exclude :test_parse_ascii_8bit, "produces an error with UTF-8 encoding for invalid bytes, which test/unit tries to split and blows up" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exclude :test_regexp_with_option, "needs investigation #4308" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
exclude :test_binmode, "needs investigation #4303" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exclude :test_new_dupilicate, 'needs investigation #4303' | ||
exclude :test_nonascii, '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
exclude :test_new_dupilicate, 'needs investigation #4303' | ||
exclude :test_nonascii, '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
exclude :test_ascii_incomat_inspect, "needs investigation" | ||
exclude :test_inspect, "needs investigation" | ||
#exclude :test_inspect_dollar, "needs investigation" | ||
exclude :test_to_proc_arg, "we have plans to do different caching here, see 69662ab8cd1616a2ee076488226a473648fc6267" | ||
exclude :test_to_proc_binding, "needs investigation #4303" | ||
exclude :test_to_proc_iseq, "needs investigation #4303" | ||
exclude :test_symbol_encoding, "needs investigation" | ||
exclude :test_symbol_fstr_leak, "assert_no_memory_leak fails due an unexpected nil" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
exclude :test__END___cr, "needs investigation" | ||
exclude :test_alias_symbol, "needs investigation #4308" | ||
exclude :test_cmdarg_kwarg_lvar_clashing_method, "needs investigation #4308" | ||
exclude :test_constant_reassignment_nested, "needs investigation" | ||
exclude :test_constant_reassignment_toplevel, "needs investigation" | ||
exclude :test_dedented_heredoc_with_blank_more_indented_line, "needs investigation #4308" | ||
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_with_newline, "hangs" | ||
exclude :test_dedented_heredoc_without_indentationsh, "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_null_range_cmdarg, "needs investigation" | ||
exclude :test_syntax_ext, "needs investigation #4308" | ||
exclude :test_syntax_lib, "needs investigation #4308" | ||
exclude :test_syntax_sample, "needs investigation #4308" | ||
exclude :test_syntax_test, "needs investigation #4308" | ||
exclude :test_undef_symbol, "needs investigation #4308" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters