summaryrefslogtreecommitdiff
path: root/utils/analyzer/CmpRuns.py
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [testing] Inside CmpRuns.py output also print the filename of the ...George Karpenkov2019-02-051-1/+22
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+2
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+3
* Portable Python script across versionSerge Guelton2018-12-031-5/+5
* [analyzer] [testing] Compute data on path length, compute percentilesGeorge Karpenkov2018-10-231-0/+14
* [analyzer] [tests] Add an option for showing statistics after running tests.George Karpenkov2018-07-301-1/+3
* [analyzer] [tests] Style fixes for testing harness.George Karpenkov2018-07-301-5/+5
* Fix a (possible) division by zero check in the CmpRuns scriptMikhail R. Gadelha2018-05-301-1/+1
* Introduces --stats-only option to only show changes in statistics.Mikhail R. Gadelha2018-05-281-3/+63
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-131-13/+15
* [analyzer] [tests] Fixing an error after non-atomic cherry-pickGeorge Karpenkov2018-02-091-0/+1
* [analyzer] [tests] [NFC] Remove a fragile tightly-coupled component emulating...George Karpenkov2018-02-091-21/+10
* [analyzer] [tests] Show function name in CmpRuns outputGeorge Karpenkov2018-02-061-3/+9
* [analyzer] [tests] Fix crash in SATestBuild.pyGeorge Karpenkov2018-02-021-0/+7
* [analyzer] [tests] [NFC] Remove dead code from CmpRunsGeorge Karpenkov2018-02-011-21/+6
* [analyzer] [tests] Add an option to show the histogram of path differences be...George Karpenkov2018-02-011-2/+42
* [analyzer] [tests] Show the number of removed/added bug reportsGeorge Karpenkov2018-02-011-0/+9
* [Analyzer] Make testing scripts flake8 compliantGeorge Karpenkov2017-10-021-29/+45
* [Analyzer] Refactor analyzer testing scripts.George Karpenkov2017-09-221-1/+0
* [Analyzer] Remove dead code from CmpRuns.py.George Karpenkov2017-09-211-24/+0
* [analyzer] Bug identificationGabor Horvath2015-10-221-2/+2
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-23/+23
* [Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2015-07-081-3/+3
* [Static Analyzer] Minor improvements to SATest.Gabor Horvath2015-06-301-1/+1
* [analyzer] CmpRuns.py: Accept single files as input.Jordan Rose2013-03-231-46/+51
* [analyzer] CmpRuns: move the clang_version info into the run (out ofAnna Zaks2012-11-151-7/+15
* [analyzer] Ensure that CmpRuns recursively walks the output directory.Anna Zaks2012-11-141-39/+40
* [analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks2012-10-171-16/+20
* [analyzer] Expose clang_version in CmpRunsAnna Zaks2012-10-161-2/+3
* [analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks2012-10-151-19/+40
* [analyzer] Ted fixed the plist-html issue, so the assert can go away.Anna Zaks2012-08-241-3/+1
* [analyzer] Unbreak the static analyzer buildbot.Anna Zaks2012-08-171-1/+3
* [analyzer] CmpRuns should include file name in the issue identifier.Anna Zaks2012-08-021-17/+26
* Un-break standalone invocations of CmpRuns.py.Jordan Rose2012-07-261-1/+1
* [analyzer] Make CmpRuns external-user friendly.Anna Zaks2012-07-161-44/+62
* [analyzer] Use "issue hash" in CmpRuns; followup on r158180Anna Zaks2012-06-081-3/+11
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-241-3/+4
* [analyzer] Testing: make diagnostic diffs more informative (addAnna Zaks2012-01-241-2/+5
* [analyzer] Testing: Display the number of reported differences in the main log.Anna Zaks2011-11-081-7/+10
* [analyzer] Relax the cmp criteria for analyzer reports.Anna Zaks2011-11-051-1/+1
* [analyzer] CmpRuns can now optionally delete empty reports.Anna Zaks2011-09-121-5/+7
* [analyzer] CmpRuns.cmpScanBuildResults() should be easy to call from other mo...Anna Zaks2011-09-121-18/+32
* Rename CmpRuns into CmpRuns.py so that it could be used as a module.Anna Zaks2011-09-121-0/+230