Skip to content

Commit 348520c

Browse files
authored
Merge pull request swiftlang#22688 from sarveshtamba/master
Changes for test failures on PowerPC64LE when running as non-root user
2 parents 0489d45 + acc551f commit 348520c

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

test/Index/Store/output-failure.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: CPU=powerpc64le
21
// RUN: %empty-directory(%t)
32
// RUN: mkdir %t/idx
43

test/ParseableInterface/ModuleCache/force-module-loading-mode-archs.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %empty-directory(%t)
2-
// XFAIL: CPU=powerpc64le
32

43
// 1. Not finding things is okay.
54
// RUN: not env SWIFT_FORCE_MODULE_LOADING=prefer-parseable %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP %s 2>&1 | %FileCheck -check-prefix=NO-SUCH-MODULE %s

test/ParseableInterface/ModuleCache/force-module-loading-mode-framework.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %empty-directory(%t)
2-
// XFAIL: CPU=powerpc64le
32

43
// 1. Not finding things is okay.
54
// RUN: not env SWIFT_FORCE_MODULE_LOADING=prefer-parseable %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP %s 2>&1 | %FileCheck -check-prefix=NO-SUCH-MODULE %s

test/ParseableInterface/ModuleCache/force-module-loading-mode.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %empty-directory(%t)
2-
// XFAIL: CPU=powerpc64le
32

43
// 1. Not finding things is okay.
54
// RUN: not env SWIFT_FORCE_MODULE_LOADING=prefer-parseable %target-swift-frontend -typecheck -parse-stdlib -module-cache-path %t/MCP %s 2>&1 | %FileCheck -check-prefix=NO-SUCH-MODULE %s

test/SIL/Serialization/opaque_values_serialize.sil

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: CPU=powerpc64le
21
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
32
// RUN: %empty-directory(%t)
43
// FIXME: <rdar://problem/29281364> sil-opt -verify is broken

test/remote-run/upload-stderr.test-sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
REQUIRES: sftp_server
2-
// XFAIL: CPU=powerpc64le
32

43
RUN: %empty-directory(%t)
54
RUN: %empty-directory(%t/REMOTE/input)

0 commit comments

Comments
 (0)