We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asan_recover.swift
1 parent ab775d1 commit dbe7170Copy full SHA for dbe7170
test/Sanitizers/asan_recover.swift
@@ -2,7 +2,8 @@
2
// REQUIRES: asan_runtime
3
// UNSUPPORTED: windows
4
5
-// REQUIRES: rdar58640751
+// TODO(rdar://problem/58702902) Re-enable on Linux once rdar://problem/58640751 is fixed.
6
+// UNSUPPORTED: OS=linux-gnu
7
8
// Check with recovery instrumentation and runtime option to continue execution.
9
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=address -sanitize-recover=address -import-objc-header %S/asan_interface.h -emit-ir -o %t.asan_recover.ll
0 commit comments