Skip to content

Commit b819ef4

Browse files
authored
Merge pull request #8681 from atrick/access
2 parents f603aa4 + 887285d commit b819ef4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/SILOptimizer/access_marker_elim.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-sil-opt -enforce-exclusivity=checked -emit-sorted-sil -access-marker-elim %s | %FileCheck %s
2+
// REQUIRES: rdar:31550303 OSS Swift CI ASAN bot fails on AccessMarker tests.
23

34
sil_stage raw
45

test/SILOptimizer/access_marker_mandatory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -parse-as-library -Xllvm -sil-full-demangle -enforce-exclusivity=checked -emit-sil %s | %FileCheck %s
2+
// REQUIRES: rdar:31550303 OSS Swift CI ASAN bot fails on AccessMarker tests.
23

34
public struct S {
45
var i: Int

0 commit comments

Comments
 (0)