llvm-project/clang/utils/analyzer
Marco Antognini 0ad4f29b54 [analyzer] SATest: Weaken assumption about HTML files
Instead of assuming there is an HTML file for each diagnostics, consider
the HTML files only when they exist, individually of each other.

After generating the reference data, running

  python /scripts/SATest.py build --projects simbody

was resulting in this error:

    File "/scripts/CmpRuns.py", line 250, in read_single_file
      assert len(d['HTMLDiagnostics_files']) == 1
  KeyError: 'HTMLDiagnostics_files'

Reviewed By: steakhal

Differential Revision: https://reviews.llvm.org/D126197
2022-06-20 09:46:07 +02:00
..
projects [analyzer][tests] Add a notion of project sizes 2020-08-24 16:13:00 +03:00
.dockerignore [analyzer] SATest: Add a set of initial projects for testing 2020-06-25 12:28:22 +03:00
CmpRuns.py [analyzer] SATest: Weaken assumption about HTML files 2022-06-20 09:46:07 +02:00
Dockerfile [analyzer] SATest: Ensure Docker image can be built 2022-06-20 09:43:21 +02:00
ProjectMap.py [analyzer][tests] Add a notion of project sizes 2020-08-24 16:13:00 +03:00
SATest.py [analyzer] Add option to SATest.py for extra checkers 2021-08-17 10:42:57 +05:30
SATestAdd.py
SATestBenchmark.py [analyzer][tests] Introduce analyzer benchmarking framework 2020-07-14 11:42:46 +03:00
SATestBuild.py [analyzer] Fix deprecated plistlib functions 2021-10-01 17:07:24 +02:00
SATestUpdateDiffs.py [analyzer][tests] Fix SATest update functionality 2020-08-03 18:21:15 +03:00
SATestUtils.py [analyzer][tests] Measure peak memory consumption for every project 2020-07-10 11:31:41 +03:00
SumTimerInfo.py
entrypoint.py [analyzer] Allow cmake options to be passed to satest container 2021-10-25 11:15:40 +02:00
exploded-graph-rewriter.py
reducer.pl Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
requirements.txt [analyzer][tests] Introduce analyzer benchmarking framework 2020-07-14 11:42:46 +03:00
update_plist_test.pl Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00