Skip to content

Commit cf9ace2

Browse files
committed
[TSan] Re-enable tsan-norace-deinit-run-time.swift
Second attempt for re-enabling this test. The reason for the previous attempt failing was that I fixed the issue on the [swift-5.1-branch], however, I was too eager to re-enable the test and did so before the fix made it into the [stable] branch. Fix: 78a6606f4 (Wed Jun 26 16:11:18 2019 -0700) Merge commit: b3ec1d1c7 (Mon Jul 1 18:20:29 2019 -0700) rdar://51804988 rdar://48680098
1 parent 87199d5 commit cf9ace2

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)