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 e780c19 + 6402778 commit 86748aeCopy full SHA for 86748ae
test/Sanitizers/asan_recover.swift
@@ -2,9 +2,6 @@
2
// REQUIRES: asan_runtime
3
// UNSUPPORTED: windows
4
5
-// 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
10
// RUN: %FileCheck -check-prefix=CHECK-IR -input-file=%t.asan_recover.ll %s
0 commit comments