File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 86168db360f94ad9338c2245db760199ff28be40
2
+ refs/heads/master: 8d64f430adf241b80ee04c73f9c8115f6df18b75
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=address -o %t_asan-binary
2
2
// RUN: %target-codesign %t_asan-binary
3
3
// RUN: env ASAN_OPTIONS=detect_leaks=0 %target-run %t_asan-binary
4
+
4
5
// REQUIRES: executable_test
5
6
// REQUIRES: asan_runtime
6
7
8
+ // rdar://problem/47367694 tracks re-enabling this test for backward deployment.
9
+ // UNSUPPORTED: remote_run
10
+
7
11
// Make sure that we do not use-after-free here.
8
12
9
13
class Box < T> {
You can’t perform that action at this time.
0 commit comments