free_mutant/spec/integrations.yml
2018-09-03 16:17:04 +00:00

51 lines
1.6 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
- language/source_encoding_spec.rb
- security/cve_2010_1330_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: []