Skip to content

Commit 887285d

Browse files
committed
Disable access_marker tests while I fix the ASAN failure.
This is obviously a silly iterator invalidation thing, but will require a little debugging.
1 parent e26c08f commit 887285d

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)