summaryrefslogtreecommitdiffstats
path: root/clang/utils/analyzer/SATestUtils.py
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] SATestBuild.py: Use driver for analyzing single-file tests.Artem Dergachev2019-05-291-13/+1
| | | | | | | | Don't bother coming up with a -cc1 run-line ourselves. This, in particular, gets rid of a macOS-specific code path. llvm-svn: 362009
* [analyzer] [tests] Test different projects concurrentlyGeorge Karpenkov2018-02-081-16/+5
| | | | | | Differential Revision: https://reviews.llvm.org/D43031 llvm-svn: 324652
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running ↵George Karpenkov2017-10-251-8/+0
| | | | | | | | | | integration tests Contrary to the deleted comment, in most cases CmpRuns.py produces a fairly small amount of output, which is useful to see straight away to see what has changed when executing the integration tests. llvm-svn: 316618
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-241-0/+108
Move utilities functions into a separate file to make comprehension easier. llvm-svn: 316535
OpenPOWER on IntegriCloud