Skip to content

Commit b466470

Browse files
committed
Disable test that uses asan with remote_run like the rest of the asan tests.
<rdar://problem/48454650>
1 parent 1d888f1 commit b466470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/indirect_enum.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=address -o %t_asan-binary
22
// RUN: %target-codesign %t_asan-binary
33
// RUN: env ASAN_OPTIONS=detect_leaks=0 %target-run %t_asan-binary
4+
45
// REQUIRES: executable_test
56
// REQUIRES: asan_runtime
67

8+
// rdar://problem/47367694 tracks re-enabling this test for backward deployment.
9+
// UNSUPPORTED: remote_run
10+
711
// Make sure that we do not use-after-free here.
812

913
class Box<T> {

0 commit comments

Comments
 (0)