Skip to content

Commit c1031b4

Browse files
committed
[Test] Temporarily mark typeref_decoding.swift as unsupported
This seems to be failing on Linux aarch64 on and off. Mark unsupported while we investigate.
1 parent 829f442 commit c1031b4

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)