Skip to content

Commit 5572956

Browse files
authored
Mark typeref_lowering.swift and typeref_decoding_imported.swift as UNSUPPORTED for arm64e (#30304)
1 parent 31593c9 commit 5572956

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Reflection/typeref_decoding_imported.swift

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// XFAIL: OS=windows-msvc
22

3+
// UNSUPPORTED: CPU=arm64e
4+
35
// RUN: %empty-directory(%t)
46

57
// RUN: %target-build-swift %S/Inputs/ImportedTypes.swift %S/Inputs/ImportedTypesOther.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect) -I %S/Inputs

test/Reflection/typeref_lowering.swift

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// XFAIL: OS=windows-msvc
33
// RUN: %empty-directory(%t)
44

5+
// UNSUPPORTED: CPU=arm64e
6+
57
// RUN: %target-build-swift -Xfrontend -disable-availability-checking %S/Inputs/TypeLowering.swift -parse-as-library -emit-module -emit-library -module-name TypeLowering -o %t/%target-library-name(TypesToReflect)
68
// RUN: %target-build-swift -Xfrontend -disable-availability-checking %S/Inputs/TypeLowering.swift %S/Inputs/main.swift -emit-module -emit-executable -module-name TypeLowering -o %t/TypesToReflect
79

0 commit comments

Comments
 (0)