Skip to content

Commit f34e67c

Browse files
authored
Merge pull request #22968 from gottesmm/pr-834bb9ee1b4b19908ba62a57bc00d8684c872c2e
Disable test that uses asan with remote_run like the rest of the asan…
2 parents 1d888f1 + b466470 commit f34e67c

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)