We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ade8 commit 8aae5c5Copy full SHA for 8aae5c5
test/Reflection/typeref_decoding_asan.swift
@@ -1,3 +1,5 @@
1
+// XFAIL: OS=linux-gnu && CPU=aarch64
2
+
3
// REQUIRES: asan_runtime
4
// RUN: %empty-directory(%t)
5
// 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