Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 820 Bytes

File metadata and controls

15 lines (12 loc) · 820 Bytes

Utility scripts to automatise mutation-analysis on Defects4J bugs.

  • generate-matrix: generates a test-outcome matrix for a given Defects4J bug, printing it as a CSV to the stdout. This script is responsible for checkout a Defects4J bug, compile and mutate it, and run the killmap program.

  • killmap-combiner: combines a partial output generated by the killmap program with the result of an incremental run (presumably the first run was interrupted halfway through or ran out of time), to produce a single, full test-outcome matrix.

  • utils: helper functions to glue together Defects4J and killmap.