Skip to content

Commit ae418d8

Browse files
committed
---
yaml --- r: 347023 b: refs/heads/master c: 8d64f43 h: refs/heads/master i: 347021: 81c0947 347019: 2ab6e4a 347015: 1283c8b 347007: 0c85520
1 parent 1137c32 commit ae418d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 86168db360f94ad9338c2245db760199ff28be40
2+
refs/heads/master: 8d64f430adf241b80ee04c73f9c8115f6df18b75
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)