Skip to content

Commit

Permalink
Enable test_regexp.rb for #2777 and update excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 2, 2015
1 parent 2bf3974 commit 7f5ea0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions test/mri.index
Expand Up @@ -75,8 +75,7 @@ ruby/test_range.rb
ruby/test_rational.rb
ruby/test_rational2.rb
ruby/test_readpartial.rb
# TODO 2.1 parser? new regexp option?
#ruby/test_regexp.rb
ruby/test_regexp.rb
ruby/test_require.rb
ruby/test_rubyoptions.rb
# Removed until we can implement the remaining features (#2143)
Expand Down
9 changes: 6 additions & 3 deletions test/mri/excludes/TestRegexp.rb
@@ -1,14 +1,17 @@
exclude :test_char_class, "needs investigation"
exclude :test_dup_warn, "needs investigation"
exclude :test_eq_tilde_can_be_overridden, "needs investigation"
exclude :test_equal, "needs investigation"
exclude :test_error_message_on_failed_conversion, "needs investigation"
exclude :test_has_NOENCODING, "needs investigation"
exclude :test_initialize, "needs investigation"
exclude :test_invalid_escape_error, "needs investigation"
exclude :test_invalid_fragment, "needs investigation"
exclude :test_property_warn, "needs investigation"
exclude :test_named_capture_nonascii, "needs investigation"
exclude :test_once_multithread, "needs investigation"
exclude :test_options_in_look_behind, "needs investigation"
exclude :test_raw_hyphen_and_tk_char_type_after_range, "needs investigation"
exclude :test_regsub_K, "needs investigation"
exclude :test_source, "needs investigation"
exclude :test_source_unescaped, "needs investigation"
exclude :test_taint, "needs investigation"
exclude :test_to_s, "needs investigation"
exclude :test_unescape, "needs investigation"

0 comments on commit 7f5ea0a

Please sign in to comment.