-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/state machine selection (#786)
* Create statemachine for llvm coverage instrumented tests * Start rearchitecturing to allow for state machine selection at runtime * Decoupling the execution and collecting coverage to make it more suitable for more test launch scenarios. The previous collecting of coverage from within a fork call limited how the API could be repurposed. * Based on tracer engine either `execve` for ptrace or launch llvm instrumented binaries from execute * Hook in CLI to TraceEngine as a hidden `--engine` argument * Implement statemachine selection at runtime * Checks if ptrace is supported or if llvm coverage is selected and run the correct state machine. This does add a boxed trait but it's worth it * Launch llvm test and get list of generated profraws. Currently, just prints out executable and the profraws it generated
- Loading branch information
Showing
9 changed files
with
387 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.