Skip to content

Commit b624871

Browse files
committed
Remove failing x86_64 test for now
1 parent 68b96c4 commit b624871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift-ci/sdks/android/scripts/fetch-source.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ rm swift/test/SILOptimizer/pack_specialization.swift
173173
rm swift/test/Interop/SwiftToCxx/stdlib/stdlib-in-cxx-no-diagnostics-generated-header.cpp
174174
rm swift/test/Reflection/typeref_decoding_packs.swift
175175
rm swift/test/Reflection/typeref_lowering_packs.swift
176+
# Fails on x86_64
177+
rm swift/test/Reflection/typeref_lowering.swift
176178

177179
# Work around swiftlang/swift-driver#1822 for now
178180
perl -pi -g -we "s#(call rm ... \".\{LIBDISPATCH_BUILD_DIR\}\"\n(\s+)fi\n)#\1\2if [[ -d \"\\\${ANDROID_NDK}\" ]]; then call ln -sf \"\\\${SWIFT_BUILD_PATH}/lib/swift\" \"\\\${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib\"; fi#" swift/utils/build-script-impl

0 commit comments

Comments
 (0)