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'
|
2016-12-12 06:51:30 +00:00
|
|
|
repo_ref: 'origin/master'
|
2017-06-01 22:25:51 +02:00
|
|
|
ruby_glob_pattern: '**/*_spec.rb'
|
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
|
|
|
|
'#<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
|
2016-10-29 13:11:27 +01:00
|
|
|
'#<Regexp::Scanner::PrematureEndError: Premature end of pattern at \xA>':
|
|
|
|
- language/regexp/escapes_spec.rb
|
2018-01-23 14:31:19 +01:00
|
|
|
exclude:
|
|
|
|
- core/string/casecmp_spec.rb
|
|
|
|
- core/symbol/casecmp_spec.rb
|
2016-07-24 14:39:59 -07:00
|
|
|
- name: regexp_parser
|
|
|
|
namespace: Regexp
|
|
|
|
repo_uri: 'https://github.com/ammar/regexp_parser.git'
|
2017-07-13 10:38:24 +02:00
|
|
|
repo_ref: 'v0.4.4'
|
2017-06-01 22:25:51 +02:00
|
|
|
ruby_glob_pattern: '**/*.rb'
|
2016-07-24 14:39:59 -07:00
|
|
|
mutation_coverage: false
|
|
|
|
mutation_generation: true
|
2016-12-12 06:51:30 +00:00
|
|
|
expected_errors:
|
|
|
|
"Regexp::Syntax::Ruby::V233 does not implement: [escape:codepoint]":
|
|
|
|
- regexp_parser/test/parser/test_escapes.rb
|
2018-01-23 14:31:19 +01:00
|
|
|
exclude: []
|
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'
|
2016-12-12 06:51:30 +00:00
|
|
|
repo_ref: 'origin/master'
|
2017-06-01 22:25:51 +02:00
|
|
|
ruby_glob_pattern: '**/*.rb'
|
2014-06-09 15:13:13 +00:00
|
|
|
mutation_coverage: true
|
|
|
|
mutation_generation: true
|
2016-04-23 20:11:06 -07:00
|
|
|
expected_errors: {}
|
2018-01-23 14:31:19 +01:00
|
|
|
exclude: []
|
2014-07-11 23:00:13 +00:00
|
|
|
- name: axiom
|
|
|
|
namespace: Axiom
|
|
|
|
repo_uri: 'https://github.com/dkubb/axiom.git'
|
2016-12-12 06:51:30 +00:00
|
|
|
repo_ref: 'origin/master'
|
2017-06-01 22:25:51 +02:00
|
|
|
ruby_glob_pattern: '**/*.rb'
|
2014-07-11 23:00:13 +00:00
|
|
|
mutation_coverage: false
|
|
|
|
mutation_generation: true
|
2016-04-23 20:11:06 -07:00
|
|
|
expected_errors: {}
|
2018-01-23 14:31:19 +01:00
|
|
|
exclude: []
|