Skip to content

Commit b6a3d6c

Browse files
Merge pull request #5504 from swiftwasm/release/5.8
[pull] swiftwasm-release/5.8 from release/5.8
2 parents 863d4c4 + 052c9a4 commit b6a3d6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

validation-test/Sanitizers/tsan-ignores-arc-locks.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-build-swift -target %sanitizers-target-triple -sanitize=thread %s -o %t_binary
2+
// RUN: %target-codesign %t_binary
23
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
34
// REQUIRES: executable_test
45
// REQUIRES: stress_test
@@ -7,8 +8,6 @@
78

89
// Check that TSan ignores the retain count update locks in the runtime.
910

10-
// REQUIRES: rdar108188149
11-
1211
import Foundation
1312

1413
public class Dummy {

0 commit comments

Comments
 (0)