]> Git Repo - qemu.git/commit
tests/docker: Added docker build support for TSan.
authorRobert Foley <[email protected]>
Fri, 12 Jun 2020 19:02:31 +0000 (20:02 +0100)
committerAlex Bennée <[email protected]>
Tue, 16 Jun 2020 13:49:05 +0000 (14:49 +0100)
commitdf79fd5667fb99c6fdfa0d295cb020e9e3eef1e7
tree9c80818d4c759488e72fcfe007280b6f0ea9c6ac
parent45a9595a1b16666cdac1969469937b72cfb28129
tests/docker: Added docker build support for TSan.

Added a new docker for ubuntu 20.04.
This docker has support for Thread Sanitizer
including one patch we need in one of the header files.
https://github.com/llvm/llvm-project/commit/a72dc86cd

This command will build with tsan enabled:
make docker-test-tsan-ubuntu2004 V=1

Also added the TSAN suppresion file to disable certain
cases of TSAN warnings.

Cc: Fam Zheng <[email protected]>
Cc: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Robert Foley <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <20200609200738[email protected]>
Message-Id: <20200612190237[email protected]>
tests/docker/dockerfiles/ubuntu2004.docker [new file with mode: 0644]
tests/docker/test-tsan [new file with mode: 0755]
tests/tsan/blacklist.tsan [new file with mode: 0644]
tests/tsan/suppressions.tsan [new file with mode: 0644]
This page took 0.026045 seconds and 4 git commands to generate.