Skip to content

Commit dbe7170

Browse files
Re-enable asan_recover.swift test on Darwin because it should work (#29294)
correctly there. To do this just disable on Linux where the test is currently broken. rdar://problem/58640751
1 parent ab775d1 commit dbe7170

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Sanitizers/asan_recover.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// REQUIRES: asan_runtime
33
// UNSUPPORTED: windows
44

5-
// REQUIRES: rdar58640751
5+
// TODO(rdar://problem/58702902) Re-enable on Linux once rdar://problem/58640751 is fixed.
6+
// UNSUPPORTED: OS=linux-gnu
67

78
// Check with recovery instrumentation and runtime option to continue execution.
89
// 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

Comments
 (0)