Skip to content

Commit aea5fa4

Browse files
committed
XFAIl test on os stdlib bots
This was introduced by #30024. rdar://61814566
1 parent f125d12 commit aea5fa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/metadata_access.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-run-simple-swift | %FileCheck %s
22
// REQUIRES: executable_test
33

4+
// This does not work on os_stdlib because it misses availability annotation.
5+
// rdar://61814566
6+
// XFAIL: use_os_stdlib
7+
48
import SwiftShims
59

610
struct MetadataAccessFunction {

0 commit comments

Comments
 (0)