-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
7 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
28 changes: 28 additions & 0 deletions
28
analyzer/tests/functional/analyze_and_parse/test_files/gcc_simple_checker_disable.output
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
NORMAL#CodeChecker log --output $LOGFILE$ --build "make gcc_simple" --quiet | ||
NORMAL#CodeChecker analyze $LOGFILE$ --output $OUTPUT$ --analyzers gcc --enable=sensitive -d gcc-double-free | ||
NORMAL#CodeChecker parse $OUTPUT$ | ||
CHECK#CodeChecker check --build "make gcc_simple" --output $OUTPUT$ --quiet --analyzers gcc --enable=sensitive -d gcc-double-free | ||
----------------------------------------------- | ||
[] - Starting build... | ||
[] - Using CodeChecker ld-logger. | ||
[] - Build finished successfully. | ||
[] - Starting static analysis ... | ||
[] - [1/1] gcc analyzed gcc_simple.cpp successfully. | ||
[] - ----==== Summary ====---- | ||
[] - Successfully analyzed | ||
[] - gcc: 1 | ||
[] - Total analyzed compilation commands: 1 | ||
[] - ----=================---- | ||
[] - Analysis finished. | ||
[] - To view results in the terminal use the "CodeChecker parse" command. | ||
[] - To store results use the "CodeChecker store" command. | ||
[] - See --help and the user guide for further options about parsing and storing the reports. | ||
[] - ----=================---- | ||
Found no defects in gcc_simple.cpp | ||
|
||
----======== Summary ========---- | ||
--------------------------------------------- | ||
Number of processed analyzer result files | 1 | ||
Number of analyzer reports | 0 | ||
--------------------------------------------- | ||
----=================---- |