Skip to content

Commit 8aae5c5

Browse files
authored
[Linux] XFAIL typeref_decoding_asan test on linux-aarch64 (swiftlang#37000)
ASan seems to cause reflection information to not be extractable from binaries on aarch64. rdar://76975976
1 parent fe7ade8 commit 8aae5c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Reflection/typeref_decoding_asan.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: OS=linux-gnu && CPU=aarch64
2+
13
// REQUIRES: asan_runtime
24
// RUN: %empty-directory(%t)
35
// RUN: %target-build-swift %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 -sanitize=address -o %t/%target-library-name(TypesToReflect)

0 commit comments

Comments
 (0)