Changes for test failures on PowerPC64LE when running as non-root user

This commit is contained in:
sarveshtamba
2019-02-18 08:25:53 +00:00
parent 0fe7e148c6
commit acc551f9bc
6 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
// XFAIL: CPU=powerpc64le
// RUN: %empty-directory(%t) // RUN: %empty-directory(%t)
// RUN: mkdir %t/idx // RUN: mkdir %t/idx

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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)