[PATCH] D81571: [analyzer] SATest: Add initial docker infrastructure

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 06:32:13 PDT 2020


vsavchenko created this revision.
vsavchenko added reviewers: NoQ, dcoughlin.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Herald added a project: clang.

Static analysis is very sensitive to environment.
OS and libraries installed can affect the results.  This fact makes
it extremely hard to have a regression testing system that will
produce stable results.

For this very reason, this commit introduces a new dockerized testing
environment, so that every analyzer developer can check their changes
against previous analysis results.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81571

Files:
  clang/utils/analyzer/Dockerfile
  clang/utils/analyzer/entrypoint.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81571.269823.patch
Type: text/x-patch
Size: 2883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200610/6cc8d324/attachment-0001.bin>


More information about the cfe-commits mailing list