2014-04-06 22:14:38 +00:00
|
|
|
---
|
|
|
|
- name: rubyspec
|
2014-06-09 15:13:13 +00:00
|
|
|
namespace: Rubyspec
|
2015-12-19 22:17:30 +00:00
|
|
|
repo_uri: 'https://github.com/ruby/rubyspec.git'
|
2014-06-09 15:13:13 +00:00
|
|
|
mutation_coverage: false
|
|
|
|
mutation_generation: true
|
2016-04-23 20:11:06 -07:00
|
|
|
expected_errors:
|
|
|
|
"#<Parser::SyntaxError: invalid multibyte escape: /\xAA/>":
|
|
|
|
- language/regexp/escapes_spec.rb
|
|
|
|
"#<Parser::SyntaxError: literal contains escape sequences incompatible with UTF-8>":
|
|
|
|
- core/string/shared/each_codepoint_without_block.rb
|
|
|
|
- core/string/shared/encode.rb
|
|
|
|
- core/string/shared/eql.rb
|
|
|
|
- core/string/shared/succ.rb
|
|
|
|
- core/string/slice_spec.rb
|
|
|
|
- core/string/squeeze_spec.rb
|
|
|
|
- core/string/unicode_normalize_spec.rb
|
|
|
|
- core/string/valid_encoding_spec.rb
|
|
|
|
- core/symbol/casecmp_spec.rb
|
|
|
|
- core/time/_dump_spec.rb
|
|
|
|
- core/time/_load_spec.rb
|
|
|
|
- language/regexp/encoding_spec.rb
|
|
|
|
- language/string_spec.rb
|
|
|
|
- library/openssl/shared/constants.rb
|
|
|
|
- library/socket/socket/gethostbyname_spec.rb
|
|
|
|
- library/zlib/inflate/set_dictionary_spec.rb
|
|
|
|
- optional/capi/encoding_spec.rb
|
|
|
|
- optional/capi/string_spec.rb
|
|
|
|
'#<RegexpError: invalid multibyte escape: /\xAA/>':
|
|
|
|
- language/regexp/escapes_spec.rb
|
2016-07-24 14:39:59 -07:00
|
|
|
"#<Regexp::Scanner::PrematureEndError: Premature end of pattern at #{str}>":
|
|
|
|
- language/regexp/interpolation_spec.rb
|
|
|
|
- name: regexp_parser
|
|
|
|
namespace: Regexp
|
|
|
|
repo_uri: 'https://github.com/ammar/regexp_parser.git'
|
|
|
|
mutation_coverage: false
|
|
|
|
mutation_generation: true
|
|
|
|
expected_errors: {}
|
2014-06-09 12:02:30 +00:00
|
|
|
- name: auom
|
2014-06-09 15:13:13 +00:00
|
|
|
namespace: AUOM
|
2014-06-09 12:02:30 +00:00
|
|
|
repo_uri: 'https://github.com/mbj/auom.git'
|
2014-06-09 15:13:13 +00:00
|
|
|
mutation_coverage: true
|
|
|
|
mutation_generation: true
|
2016-04-23 20:11:06 -07:00
|
|
|
expected_errors: {}
|
2014-07-11 23:00:13 +00:00
|
|
|
- name: axiom
|
|
|
|
namespace: Axiom
|
|
|
|
repo_uri: 'https://github.com/dkubb/axiom.git'
|
|
|
|
mutation_coverage: false
|
|
|
|
mutation_generation: true
|
2016-04-23 20:11:06 -07:00
|
|
|
expected_errors: {}
|