Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/Sanitizers/tsan.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// don't support TSan.
// UNSUPPORTED: remote_run

// https://bugs.swift.org/browse/SR-6622
// XFAIL: linux

#if os(macOS) || os(iOS)
import Darwin
#elseif os(Linux) || os(FreeBSD) || os(PS4) || os(Android) || os(Cygwin)
Expand Down
3 changes: 0 additions & 3 deletions validation-test/Sanitizers/witness_table_lookup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// REQUIRES: stress_test
// REQUIRES: tsan_runtime

// https://bugs.swift.org/browse/SR-6622
// XFAIL: linux

// Check that TSan does not report spurious races in witness table lookup.

func consume(_ x: Any) {}
Expand Down