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.
2 parents 917d359 + cdf7157 commit 7580d6aCopy full SHA for 7580d6a
test/Sanitizers/tsan-ignores-arc-locks.swift
@@ -1,5 +1,5 @@
1
// RUN: %target-build-swift -target %sanitizers-target-triple -sanitize=thread %s -o %t_binary
2
-// RUN: %env-TSAN_OPTIONS=ignore_interceptors_accesses=1:halt_on_error=1 %t_binary
+// RUN: %env-TSAN_OPTIONS=ignore_interceptors_accesses=1:halt_on_error=1 %target-run %t_binary
3
// REQUIRES: executable_test
4
// REQUIRES: tsan_runtime
5
// REQUIRES: objc_interop
0 commit comments