Skip to content

Commit 4adfe57

Browse files
authored
Merge pull request #34008 from 3405691582/sr12893
2 parents 7d80ae4 + 42a3da2 commit 4adfe57

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

test/Reflection/box_descriptors.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// SR-10758
66
// UNSUPPORTED: linux
77

8+
// SR-12893
9+
// XFAIL: openbsd
10+
811
sil_stage canonical
912

1013
import Builtin

test/Reflection/capture_descriptors.sil

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

22
// REQUIRES: no_asan
3+
4+
// SR-12893
5+
// XFAIL: openbsd
6+
37
// RUN: %empty-directory(%t)
48
// RUN: %target-build-swift %s -emit-module -emit-library -module-name capture_descriptors -o %t/capture_descriptors%{target-shared-library-suffix} -L%t/../../.. -lBlocksRuntime
59
// RUN: %target-swift-reflection-dump -binary-filename %t/capture_descriptors%{target-shared-library-suffix} | %FileCheck %s

test/Reflection/typeref_decoding_imported.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// XFAIL: OS=windows-msvc
22

3+
// SR-12893
4+
// XFAIL: openbsd
5+
36
// UNSUPPORTED: CPU=arm64e
47

58
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)