File: TestRegexp.rb

package info (click to toggle)
jruby 9.3.9.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,856 kB
  • sloc: ruby: 517,823; java: 260,094; xml: 31,930; ansic: 5,777; yacc: 4,973; sh: 1,163; makefile: 105; jsp: 48; tcl: 40; exp: 11
file content (11 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
exclude :test_absent, "until fixed"
exclude :test_dup_warn, "temporary failure due to disabling a warning jruby/joni#34"
exclude :test_invalid_escape_error, "needs investigation"
exclude :test_invalid_fragment, "needs investigation"
exclude :test_match_without_regexp, "matches non-unicode with exception message using regexp, but our messages are always unicode"
exclude :test_named_capture_nonascii, "needs investigation"
exclude :test_once_multithread, "Won't fix (GH-2798). Requires us to prevent more than one thread from executing dynamic parts of a dregexp"
exclude :test_to_s, "needs investigation"
exclude :test_unescape, "needs investigation"
exclude :test_union, "unfinished in initial 2.6 work, #6161"
exclude :test_assign_named_capture_to_reserved_word, "needs investigation"