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'
|
2018-11-19 12:04:03 +00:00
|
|
|
integration: mspec
|
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
|
2018-09-03 16:17:04 +00:00
|
|
|
- language/source_encoding_spec.rb
|
|
|
|
- security/cve_2010_1330_spec.rb
|
2016-07-24 14:39:59 -07:00
|
|
|
- name: regexp_parser
|
|
|
|
namespace: Regexp
|
|
|
|
repo_uri: 'https://github.com/ammar/regexp_parser.git'
|
2018-09-28 10:23:09 +02:00
|
|
|
repo_ref: 'v1.2.0'
|
2018-11-19 12:04:03 +00:00
|
|
|
integration: rspec
|
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
|
2018-09-28 10:23:09 +02:00
|
|
|
expected_errors: {}
|
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'
|
2018-11-19 12:04:03 +00:00
|
|
|
integration: rspec
|
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: []
|
2018-11-18 21:25:07 +00:00
|
|
|
- name: auom
|
|
|
|
namespace: AUOM
|
|
|
|
repo_uri: 'https://github.com/mbj/auom.git'
|
2018-11-19 14:33:43 +00:00
|
|
|
repo_ref: 'origin/master'
|
2018-11-18 21:25:07 +00:00
|
|
|
ruby_glob_pattern: '**/*.rb'
|
|
|
|
integration: minitest
|
|
|
|
mutation_coverage: true
|
|
|
|
mutation_generation: true
|
|
|
|
expected_errors: {}
|
|
|
|
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'
|
2018-11-19 12:04:03 +00:00
|
|
|
integration: rspec
|
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: []
|