Skip to content

Commit d72ebe8

Browse files
Merge pull request #61447 from aschwaighofer/rdar100805115
Disable Reflection/typeref_decoding(_asan).swift tests
2 parents 39f8ec2 + c91bc61 commit d72ebe8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/Reflection/typeref_decoding.swift

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: no_asan
2+
3+
// rdar://100805115
4+
// UNSUPPORTED: CPU=arm64e
5+
26
// RUN: %empty-directory(%t)
37

48
// 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)

test/Reflection/typeref_decoding_asan.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// XFAIL: OS=linux-gnu && CPU=aarch64
22

3+
// rdar://100805115
4+
// UNSUPPORTED: CPU=arm64e
5+
36
// REQUIRES: asan_runtime
47
// RUN: %empty-directory(%t)
58
// 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)