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 7629253 + b9256d8 commit d1026edCopy full SHA for d1026ed
test/Sanitizers/asan.swift
@@ -4,6 +4,9 @@
4
// REQUIRES: executable_test
5
// REQUIRES: asan_runtime
6
7
+// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
8
+// UNSUPPORTED: remote_run
9
+
10
// Make sure we can handle swifterror. LLVM's address sanitizer pass needs to
11
// ignore swifterror addresses.
12
validation-test/execution/arc_36509461.swift
@@ -9,6 +9,9 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
13
14
15
import Foundation
16
17
struct FakeUUID {
0 commit comments