Skip to content

Commit 8c0726d

Browse files
authored
Merge pull request #73571 from bnbarham/flakey-test-unsupported
[Test] Temporarily mark typeref_decoding.swift as unsupported
2 parents 829f442 + c1031b4 commit 8c0726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Reflection/typeref_decoding.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %empty-directory(%t)
1010

1111
// FIXME: rdar://127796117
12-
// XFAIL: OS=linux-gnu && CPU=aarch64
12+
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
1313

1414
// 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)
1515
// 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

0 commit comments

Comments
 (0)