Skip to content

Commit adf107c

Browse files
authored
Merge pull request swiftlang#26284 from apple/reenable-test-tsan-norace-deinit
2 parents 7320ad5 + cf9ace2 commit adf107c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/Sanitizers/tsan-norace-deinit-run-time.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
// RUN: %target-swiftc_driver %s -g -sanitize=thread %import-libdispatch -target %sanitizers-target-triple -o %t_tsan-binary
22
// RUN: %target-codesign %t_tsan-binary
3-
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --implicit-check-not='ThreadSanitizer'
3+
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --dump-input=fail --implicit-check-not='ThreadSanitizer'
44
// REQUIRES: executable_test
55
// REQUIRES: tsan_runtime
66

7-
// Failing sporadically in CI
8-
// REQUIRES: rdar51804988
9-
107
// FIXME: This should be covered by "tsan_runtime"; older versions of Apple OSs
118
// don't support TSan.
129
// UNSUPPORTED: remote_run

0 commit comments

Comments
 (0)