mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Changes for test failures on PowerPC64LE when running as non-root user
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// RUN: mkdir %t/idx
|
// RUN: mkdir %t/idx
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
|
|
||||||
// 1. Not finding things is okay.
|
// 1. Not finding things is okay.
|
||||||
// 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
|
// 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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
|
|
||||||
// 1. Not finding things is okay.
|
// 1. Not finding things is okay.
|
||||||
// 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
|
// 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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
|
|
||||||
// 1. Not finding things is okay.
|
// 1. Not finding things is okay.
|
||||||
// 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
|
// 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
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
|
// First parse this and then emit a *.sib. Then read in the *.sib, then recreate
|
||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// FIXME: <rdar://problem/29281364> sil-opt -verify is broken
|
// FIXME: <rdar://problem/29281364> sil-opt -verify is broken
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
REQUIRES: sftp_server
|
REQUIRES: sftp_server
|
||||||
// XFAIL: CPU=powerpc64le
|
|
||||||
|
|
||||||
RUN: %empty-directory(%t)
|
RUN: %empty-directory(%t)
|
||||||
RUN: %empty-directory(%t/REMOTE/input)
|
RUN: %empty-directory(%t/REMOTE/input)
|
||||||
|
|||||||
Reference in New Issue
Block a user