free_mutant/spec/integrations.yml
mjago bc4cf44291
Update integrations.yml to reflect rubySpec update
- Adds support for regexp_bol_escape which was
   uncovered by rubyspec changes

 - Updates integrations.yml to expect a new error that
   wasn't encountered before

 - Fixes #687
2016-10-30 15:22:40 -07:00

33 lines
1.1 KiB
YAML

---
- name: rubyspec
namespace: Rubyspec
repo_uri: 'https://github.com/ruby/rubyspec.git'
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
- name: regexp_parser
namespace: Regexp
repo_uri: 'https://github.com/ammar/regexp_parser.git'
mutation_coverage: false
mutation_generation: true
expected_errors: {}
- name: auom
namespace: AUOM
repo_uri: 'https://github.com/mbj/auom.git'
mutation_coverage: true
mutation_generation: true
expected_errors: {}
- name: axiom
namespace: Axiom
repo_uri: 'https://github.com/dkubb/axiom.git'
mutation_coverage: false
mutation_generation: true
expected_errors: {}