Skip to content

Commit 86748ae

Browse files
Merge pull request swiftlang#30193 from apple/rdar_58702902
Re-enable `asan_recover.swift` on Linux.
2 parents e780c19 + 6402778 commit 86748ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Sanitizers/asan_recover.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// REQUIRES: asan_runtime
33
// UNSUPPORTED: windows
44

5-
// TODO(rdar://problem/58702902) Re-enable on Linux once rdar://problem/58640751 is fixed.
6-
// UNSUPPORTED: OS=linux-gnu
7-
85
// Check with recovery instrumentation and runtime option to continue execution.
96
// 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
107
// RUN: %FileCheck -check-prefix=CHECK-IR -input-file=%t.asan_recover.ll %s

0 commit comments

Comments
 (0)