free_mutant/spec/integrations.yml
Firas Zaidan 53e5a862b9 Add exclude support to Corpus
* Fix Corpus failure: 'Literal contains escape sequences incompatible
  with UTF-8'
2018-01-23 14:31:19 +01:00

49 lines
1.5 KiB
YAML

---
- name: rubyspec
namespace: Rubyspec
repo_uri: 'https://github.com/ruby/rubyspec.git'
repo_ref: 'origin/master'
ruby_glob_pattern: '**/*_spec.rb'
mutation_coverage: false
mutation_generation: true
expected_errors:
"#<Parser::SyntaxError: invalid multibyte escape: /\xAA/>":
- language/regexp/escapes_spec.rb
'#<RegexpError: invalid multibyte escape: /\xAA/>':
- language/regexp/escapes_spec.rb
"#<Regexp::Scanner::PrematureEndError: Premature end of pattern at #{str}>":
- language/regexp/interpolation_spec.rb
'#<Regexp::Scanner::PrematureEndError: Premature end of pattern at \xA>':
- language/regexp/escapes_spec.rb
exclude:
- core/string/casecmp_spec.rb
- core/symbol/casecmp_spec.rb
- name: regexp_parser
namespace: Regexp
repo_uri: 'https://github.com/ammar/regexp_parser.git'
repo_ref: 'v0.4.4'
ruby_glob_pattern: '**/*.rb'
mutation_coverage: false
mutation_generation: true
expected_errors:
"Regexp::Syntax::Ruby::V233 does not implement: [escape:codepoint]":
- regexp_parser/test/parser/test_escapes.rb
exclude: []
- name: auom
namespace: AUOM
repo_uri: 'https://github.com/mbj/auom.git'
repo_ref: 'origin/master'
ruby_glob_pattern: '**/*.rb'
mutation_coverage: true
mutation_generation: true
expected_errors: {}
exclude: []
- name: axiom
namespace: Axiom
repo_uri: 'https://github.com/dkubb/axiom.git'
repo_ref: 'origin/master'
ruby_glob_pattern: '**/*.rb'
mutation_coverage: false
mutation_generation: true
expected_errors: {}
exclude: []