summaryrefslogtreecommitdiff
path: root/utils/analyzer/SATestBuild.py
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] SATestBuild.py: Use driver for analyzing single-file tests.Artem Dergachev2019-05-291-10/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+1
* Portable Python script across Python versionSerge Guelton2018-12-181-7/+7
* Portable Python script across Python versionSerge Guelton2018-12-131-2/+5
* Portable Python script across Python versionSerge Guelton2018-12-031-1/+1
* [analyzer] [tests] Hotfix: missing spaceGeorge Karpenkov2018-10-021-1/+1
* [analyzer] [tests] Allow specifying entire -analyze-config on the command lin...George Karpenkov2018-10-021-14/+16
* [analyzer] [testing] Pass through an extra argument for specifying extra anal...George Karpenkov2018-09-271-16/+22
* [analyzer] [tests] Style fixes for testing harness.George Karpenkov2018-07-301-9/+9
* [analyzer] [tests] Pass clang executable path to prefix-less executor scripts.George Karpenkov2018-07-021-0/+1
* [analyzer] [tests] Allow the tested project to specify it's own analyzer wrapperGeorge Karpenkov2018-06-291-0/+14
* [analyzer] [tests] Fix 80 column violation in SATestBuild.pyGeorge Karpenkov2018-06-291-5/+5
* [analyzer] Fix string not being formatted with extra argumentsMikhail R. Gadelha2018-06-271-1/+2
* [analyzer] [tests] Include statistics in tests.George Karpenkov2018-06-261-1/+7
* [analyzer] [testing] Be less verbose by default in integration testing.George Karpenkov2018-03-291-1/+1
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-131-1/+3
* [analyzer] [tests] Fix a typo in analyzer testing script.George Karpenkov2018-02-121-1/+1
* [analyzer] [tests] [NFC] Remove a fragile tightly-coupled component emulating...George Karpenkov2018-02-091-1/+2
* [analyzer] [tests] Test different projects concurrentlyGeorge Karpenkov2018-02-081-65/+175
* [analyzer] Use stable filenames in analyzer testing infrastructureGeorge Karpenkov2018-01-291-0/+1
* [analyzer] [tests] Remove empty folders in reference results, do not store di...George Karpenkov2017-10-301-4/+12
* [Analyzer] [Tests] Fixing typo from the previous commit.George Karpenkov2017-10-271-1/+1
* [Analyzer] [Tests] Dump the output of scan-build to stdout on failure.George Karpenkov2017-10-271-5/+6
* [Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov2017-10-261-20/+12
* [Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...George Karpenkov2017-10-261-8/+11
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov2017-10-251-7/+1
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-241-115/+14
* [Analyzer] [Tests] Remove temporary fields from generated reference results.George Karpenkov2017-10-241-0/+8
* [Analyzer] Fix bug in testing scripts, which always marked result as failure.George Karpenkov2017-10-241-0/+1
* [Analyzer] Remove dead code from testing scriptsGeorge Karpenkov2017-10-111-53/+2
* [Analyzer Tests] Run static analyzer integration tests until the end,George Karpenkov2017-10-051-8/+20
* [Analyzer] Make testing scripts flake8 compliantGeorge Karpenkov2017-10-021-162/+230
* [Analyzer] Add nullability to the list of tested checkers in SATestBuildGeorge Karpenkov2017-09-301-1/+12
* [Analyzer] Fix minor errors in python scripts.George Karpenkov2017-09-221-1/+0
* [Analyzer] Refactor analyzer testing scripts.George Karpenkov2017-09-221-86/+74
* [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.George Karpenkov2017-09-211-1/+4
* [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csvDevin Coughlin2016-09-191-0/+8
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin2016-01-221-2/+2
* [analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin2016-01-221-10/+10
* [analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...Devin Coughlin2015-11-071-12/+87
* [analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...Devin Coughlin2015-09-161-4/+6
* [analyzer] Update SATestBuild.py to set -isysroot for preprocessed filesDevin Coughlin2015-09-141-2/+19
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-113/+113
* [Static Analyzer] Made it easier to test new checkers using the test suite.Gabor Horvath2015-08-201-0/+7
* [Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2015-07-081-1/+14
* [Static Analyzer] No longer include the full path of the source file in the s...Gabor Horvath2015-07-021-1/+1
* [Static Analyzer] Minor improvements to SATest.Gabor Horvath2015-06-301-19/+40
* [analyzer] Rename NewDeleteLeaks checker in the test script.Anna Zaks2014-10-311-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-2/+2