Commit graph

11 commits

Author SHA1 Message Date
Dan Kubb
7293386c26 Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
  it produces less output on travis.
2013-07-28 16:03:06 -07:00
Markus Schirp
13719eb0d3 Singnal killer status NOT success status
success depends on mutation type!
2013-07-05 00:20:45 +02:00
Dan Kubb
6a96062153 Fix Mutant::Killer::Forked#run to return true only on a successful exit 2013-06-23 17:29:06 -07:00
Dan Kubb
3f83290538 Fix problem with SIGILL thrown by a different child was being caught
* For some reason other children were throwing SIGILL signals which
  were being caught by Process.wait2. This fixes the problem by only
  waiting for the forked child to finish.
2013-06-23 16:45:54 -07:00
Markus Schirp
47159696e8 Do not rescue arbitrary killer exceptions 2013-06-23 22:22:35 +02:00
Markus Schirp
ddff94c174 Fix style issue
Closes #30
2013-06-21 16:21:29 +02:00
Markus Schirp
1f25ab3ded Cosmetic end comments 2013-06-14 21:12:10 +02:00
Dan Kubb
10321549cd Fix code to use proper method 2013-04-17 20:34:24 -07:00
Dan Kubb
c3c0e06c86 Fix whitespace 2013-04-17 20:31:21 -07:00
Markus Schirp
277a29aba5 Cleanup killers 2013-02-01 23:39:00 +01:00
Markus Schirp
d41d7eddb0 Refactor reporter infrastructure 2013-01-15 23:46:05 +01:00