Skip to content

Revert 1e3de357: XFAIL TSAN Tests on AS Hosts #36372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2021
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-emptyarraystorage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// REQUIRES: foundation
// UNSUPPORTED: OS=tvos

// rdar://problem/75006869
// XFAIL: OS=macosx && CPU=arm64

import Foundation

let sem = DispatchSemaphore(value: 0)
Expand Down
3 changes: 0 additions & 3 deletions test/Sanitizers/tsan-libdispatch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
// don't support TSan.
// UNSUPPORTED: remote_run

// rdar://problem/75006869
// XFAIL: OS=macosx && CPU=arm64

// Test ThreadSanitizer execution end-to-end with libdispatch.

import Dispatch
Expand Down
3 changes: 0 additions & 3 deletions test/Sanitizers/tsan-norace-block-release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// don't support TSan.
// UNSUPPORTED: remote_run

// rdar://problem/75006869
// UNSUPPORTED: OS=macosx && CPU=arm64

// Test that we do not report a race on block release operation.
import Dispatch
#if canImport(Darwin)
Expand Down
3 changes: 0 additions & 3 deletions test/Sanitizers/tsan-norace-deinit-run-time.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// don't support TSan.
// UNSUPPORTED: remote_run

// rdar://problem/75006869
// XFAIL: OS=macosx && CPU=arm64

// Test that we do not report a race on deinit; the synchronization is guaranteed by runtime.
import Dispatch
#if canImport(Darwin)
Expand Down
1 change: 1 addition & 0 deletions test/Sanitizers/tsan-static-exclusivity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// don't support TSan.
// UNSUPPORTED: remote_run


struct OtherStruct {
mutating
func mutableTakingClosure(_ c: () -> Void) { }
Expand Down
3 changes: 0 additions & 3 deletions test/Sanitizers/tsan.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// UNSUPPORTED: OS=tvos
// UNSUPPORTED: CPU=powerpc64le

// rdar://problem/75006869
// XFAIL: OS=macosx && CPU=arm64

// FIXME: This should be covered by "tsan_runtime"; older versions of Apple OSs
// don't support TSan.
// UNSUPPORTED: remote_run
Expand Down