Skip to content

Commit 9fa8ab7

Browse files
committed
Temporarily disable test/Reflection/typeref_decoding_imported.swift
There are some alignment differences between 32-bit architectures, so the test needs to be updated and/or expanded to be architecture-specific. rdar://problem/26306303
1 parent 230232f commit 9fa8ab7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Reflection/typeref_decoding_imported.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
// RUN: %target-build-swift %S/Inputs/ImportedTypes.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -Xfrontend -enable-reflection-metadata -Xfrontend -enable-reflection-names -o %t/libTypesToReflect.%target-dylib-extension -I %S/Inputs
33
// RUN: %target-swift-reflection-dump -binary-filename %t/libTypesToReflect.%target-dylib-extension > %t/result.txt
44
// RUN: diff -u %s.%target-ptrsize.result.txt %t/result.txt
5+
6+
// rdar://problem/26306303
7+
// REQUIRES: CPU=x86_64

0 commit comments

Comments
 (0)