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 1d39add commit 44a4097Copy full SHA for 44a4097
validation-test/Sanitizers/tsan-ignores-arc-locks.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-build-swift -sanitize=thread %s -o %t_binary
2
+// RUN: %target-codesign %t_binary
3
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
4
// REQUIRES: executable_test
5
// REQUIRES: stress_test
@@ -7,8 +8,6 @@
7
8
9
// Check that TSan ignores the retain count update locks in the runtime.
10
-// REQUIRES: rdar108188149
11
-
12
import Foundation
13
14
public class Dummy {
0 commit comments