Title: [TSAN] Parameterize the hard-coded threshold of deflake in tsan test
authorAnh Tuyen Tran <anhtuyen@ca.ibm.com>
Wed, 12 Feb 2020 15:51:57 +0000 (15:51 +0000)
committerAnh Tuyen Tran <anhtuyen@ca.ibm.com>
Wed, 12 Feb 2020 15:51:57 +0000 (15:51 +0000)
commitdadc214e4d9d09a8a7a9f15780c1201c18f93e05
treec21e747950fa8c329597dbcb9a3035343cf48dcc
parent8bec8927134f116eb11ddea9db78b1a6241884c9
Title: [TSAN] Parameterize the hard-coded threshold of deflake in tsan test

Summary:
A number of testcases in TSAN are designed to deal with intermittent problems
not exist in all executions of the tested program. A script called deflake.bash
runs the executable up to 10 times to deal with the intermittent nature of the tests.

The purpose of this patch is to parameterize the hard-coded threshold above via
--cmake_variables=-DTSAN_TEST_DEFLAKE_THRESHOLD=SomeIntegerValue
When this cmake var is not set, the default value of 10 will be used.

Reviewer: dvyukov (Dmitry Vyukov), eugenis (Evgenii Stepanov), rnk (Reid Kleckner), hubert.reinterpretcast (Hubert Tong), vitalybuka (Vitaly Buka)

Reviewed By: vitalybuka (Vitaly Buka)

Subscribers: mgorny (Michal Gorny), jfb (JF Bastien), steven.zhang (qshanz), llvm-commits (Mailing List llvm-commits), Sanitizers

Tag: LLVM, Sanitizers

Differential Revision: https://reviews.llvm.org/D73707
compiler-rt/test/tsan/CMakeLists.txt
compiler-rt/test/tsan/deflake.bash
compiler-rt/test/tsan/lit.cfg.py
compiler-rt/test/tsan/lit.site.cfg.py.in