Skip to content

Commit 925c93a

Browse files
kubamracekairspeedswift
authored andcommitted
Re-enable tsan.swift and witness_table_lookup.swift test on Linux, which is now passing after r345174 (#20036)
1 parent fcd2b97 commit 925c93a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/Sanitizers/tsan.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// don't support TSan.
1010
// UNSUPPORTED: remote_run
1111

12-
// https://bugs.swift.org/browse/SR-6622
13-
// XFAIL: linux
14-
1512
#if os(macOS) || os(iOS)
1613
import Darwin
1714
#elseif os(Linux) || os(FreeBSD) || os(PS4) || os(Android) || os(Cygwin)

validation-test/Sanitizers/witness_table_lookup.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// REQUIRES: stress_test
55
// REQUIRES: tsan_runtime
66

7-
// https://bugs.swift.org/browse/SR-6622
8-
// XFAIL: linux
9-
107
// Check that TSan does not report spurious races in witness table lookup.
118

129
func consume(_ x: Any) {}

0 commit comments

Comments
 (0)