24.1.1: --baseline=skip and more mutations of expressions!
#258
Replies: 2 comments 4 replies
|
hello @sourcefrog , is there a way to toggle off the mutation of |
|
also, having Ref here: #209 also, it is not a huge win, on big PRs is something like: instead of running 120-180 minutes on 8 shards, run 25 minutes first shard, then 95-155 minutes on the 8 shards. the cumulated time is |
Uh oh!
There was an error while loading. Please reload this page.
New: Mutate
+, -, *, /, %, &, ^, |, <<, >>binary ops, and their corresponding assignment ops like+=.New:
--baseline=skipoption to skip running tests in an unmutated tree, when they're already been checked externally.Changed: Stop generating mutations of
||and&&to!=and||, because it seems to raise too many low-value false positives that may be hard to test.Fixed: Colors in command-line help and error messages.
All reactions