Skip to content

Commit b852769

Browse files
authored
Merge pull request #73598 from bnbarham/cherry-flakey-test-unsupported
[Test] Temporarily mark typeref_decoding.swift as unsupported
2 parents 73e0b9a + bf5c92a commit b852769

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+
// UNSUPPORTED: 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)