Add rules to run TSan with run-jenkins.sh (#5254)
authorArmin Hasitzka <cherusker@users.noreply.github.com>
Thu, 10 Aug 2017 16:22:16 +0000 (18:22 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 10 Aug 2017 16:22:16 +0000 (18:22 +0200)
commit5141dc7f2cdd4e45a3ad9cf9dd3dbe90c11005b5
tree55363e38c1a319ced8acc4732ba25b500bed4819
parent6a5fbca3d9dd7729036dfba512a35c396250cef5
Add rules to run TSan with run-jenkins.sh (#5254)

- export TSan flags that are used by the compiler and the compiled program
- introduce `make_timeout` to set individual timeouts for `make` based on the config (e.g. TSan will only get 30 minutes to complete)
scripts/ci/clang-thread-sanitizer-blacklist [new file with mode: 0644]
scripts/ci/run-jenkins.sh