Changes for #SR-9413:Swift 5.0 test failures on PowerPC #21541

This commit is contained in:
sarveshtamba
2019-01-16 11:05:02 +00:00
parent cd794b3989
commit 7cb42b740c
15 changed files with 18 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
// UNSUPPORTED: CPU=powerpc64le
// RUN: %empty-directory(%t)
// XFAIL: CPU=powerpc64le
// 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