Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit fd7b6cb

Browse files
committed
[TSan][libdispatch] Disable test to unbreak build
This test requires the %link_libcxx_tsan substitution, which was recently added and is not available in swift-5.1-branch.
1 parent 6d290f5 commit fd7b6cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/tsan/libdispatch/groups-destructor.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %clangxx_tsan %s %link_libcxx_tsan -o %t
22
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
33

4+
// This test requires the %link_libcxx_tsan substitution, which was recently
5+
// added and is not available in swift-5.1-branch.
6+
// REQUIRES: link_libcxx_tsan
7+
48
#include <dispatch/dispatch.h>
59

610
#include <memory>

0 commit comments

Comments
 (0)