From 58a5b0e55dfb7bbb95f51ade650b1d45dc2d929c Mon Sep 17 00:00:00 2001 From: GHC GitLab CI Date: Mon, 5 Oct 2020 23:43:41 +0000 Subject: testsuite: Mark setnumcapabilities001 as broken with TSAN Due to #18808. --- testsuite/driver/testglobals.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuite/driver/testglobals.py') diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 30b457e829..aa3bc4c4ff 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -151,6 +151,9 @@ class TestConfig: # Is the compiler dynamically linked? self.ghc_dynamic = False + # Are we running in a ThreadSanitizer-instrumented build? + self.have_thread_sanitizer = False + # Do symbols use leading underscores? self.leading_underscore = False -- cgit v1.2.1