We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ccf81 commit 351c4ccCopy full SHA for 351c4cc
test/Sanitizers/tsan-norace-deinit-run-time.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-swiftc_driver %s -g -sanitize=thread %import-libdispatch -target %sanitizers-target-triple -o %t_tsan-binary
2
// 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 --dump-input=fail --implicit-check-not='ThreadSanitizer'
4
+// REQUIRES: rdar55880585
5
// REQUIRES: executable_test
6
// REQUIRES: tsan_runtime
7
0 commit comments