Skip to content

Commit 87f5d97

Browse files
committed
Re-mark typeref_decoding_imported.swift as unsupported on arm64e
It fails on the bot. And used to be marked unsupported.
1 parent 02b5be7 commit 87f5d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Reflection/typeref_decoding_imported.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// 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 -whole-module-optimization -num-threads 2
1616
// RUN: %target-swift-reflection-dump -binary-filename %t/%target-library-name(TypesToReflect) | %FileCheck %s --check-prefix=CHECK-%target-ptrsize --check-prefix=CHECK-%target-cpu
1717

18+
// UNSUPPORTED: CPU=arm64e
19+
1820
// CHECK-32: FIELDS:
1921
// CHECK-32: =======
2022
// CHECK-32: TypesToReflect.HasCTypes

0 commit comments

Comments
 (0)