Skip to content

Commit 2f361ae

Browse files
authored
XFAIL typeref_decoding.swift (#73537)
1 parent b421b1a commit 2f361ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Reflection/typeref_decoding.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// RUN: %empty-directory(%t)
1010

11+
// FIXME: rdar://127796117
12+
// XFAIL: OS=linux-gnu && CPU=aarch64
13+
1114
// RUN: %target-build-swift -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect)
1215
// RUN: %target-build-swift -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift %S/Inputs/main.swift -emit-module -emit-executable -module-name TypesToReflect -o %t/TypesToReflect
1316

0 commit comments

Comments
 (0)