DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
68 stars 35 forks source link

Fixed some formatting issues for multi-config injections. #16

Closed ShadenSmith closed 10 years ago

ShadenSmith commented 10 years ago

There were some issues with formatting the progress bar and summaries when different mixes of verbose settings and multiple configs were present. Here's what the fixed output looks like:

======Fault Injection======
---FI Config #0---
[==================================================>] 100.0% (10 / 10) 
========== SUMMARY ==========
Return codes:
    0:     7
    2:     3

---FI Config #1---
[==================================================>] 100.0% (5 / 5) 
========== SUMMARY ==========
Return codes:
    0:     4
    2:     1