Skip to content

Commit c91bc61

Browse files
committed
Disable Reflection/typeref_decoding(_asan).swift tests
They fail on arm64e on some bots. rdar://100805115
1 parent 39f8ec2 commit c91bc61

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: 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)

Diff for: 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)