mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Mark tests that don't pass on linux as XFAIL.
Swift SVN r23573
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// RUN: rm -rf %t/clang-module-cache
|
||||
// RUN: %swift -module-cache-path %t/clang-module-cache -target x86_64-apple-macosx10.9 -sdk %S/../SILGen/Inputs -I %S/../SILGen/Inputs -enable-source-import -primary-file %s -emit-sil -emit-verbose-sil | FileCheck %s -check-prefix=CHECK-DEBUG
|
||||
// RUN: %swift -module-cache-path %t/clang-module-cache -target x86_64-apple-macosx10.9 -sdk %S/../SILGen/Inputs -I %S/../SILGen/Inputs -enable-source-import -primary-file %s -emit-sil -emit-verbose-sil -O | FileCheck %s -check-prefix=CHECK-RELEASE
|
||||
// XFAIL: linux
|
||||
|
||||
import gizmo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user