-
-
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.
Fix an issue in output of invalid hex.
Exclude weird syntax tests after evaluating them. Not important enough to fix atm.
- 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
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
exclude :test_arg_concat, "needs investigation" | ||
exclude :test_error_def_in_argument, "provides different syntax errors" | ||
exclude :test_invalid_char, "needs investigation" | ||
exclude :test_lparenarg, "space issue with parens in really weird syntax" | ||
exclude :test_method_block_location, "needs investigation" | ||
exclude :test_method_location_in_rescue, "parser updates corrected defs to use first line" | ||
exclude :test_named_capture_conflict, "needs investigation" | ||
exclude :test_negative_line_number, "only backtrace is wrong from linenum instr getting wrong number" | ||
exclude :test_question, "needs investigation" | ||
exclude :test_rescue_in_command_assignment, "needs investigation" | ||
exclude :test_string, "lots of very specific error messages in which we differ a little" | ||
exclude :test_symbol, "we should allow empty unicode escapes that not really" | ||
exclude :test_truncated_source_line, "2.5 truncates long source lines...we dont yet" | ||
exclude :test_unexpected_token_after_numeric, "More strict parsing of text immediately after numbers" | ||
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" |