Skip to content

Commit 6402778

Browse files
committed
Re-enable asan_recover.swift on Linux.
This depends on a fix (821a493) in llvm-project. rdar://problem/58702902
1 parent 261e9e4 commit 6402778

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)