Skip to content

Commit 198402d

Browse files
committed
Mark tests that don't pass on linux as XFAIL.
Swift SVN r23573
1 parent 396eca7 commit 198402d

File tree

509 files changed

+514
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+514
-23
lines changed

test/1_stdlib/Algorithm.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-run-stdlib-swift
2+
// XFAIL: linux
23

34
import StdlibUnittest
45
import Swift

test/1_stdlib/Array.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-run-simple-swift | FileCheck %s
2+
// XFAIL: linux
23

34
import Foundation
45

test/1_stdlib/ArrayBridge.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
// RUN: %target-run %t/ArrayBridge > %t.txt
2222
// RUN: FileCheck %s < %t.txt
23+
// XFAIL: linux
2324

2425
import Foundation
2526
import ArrayBridgeObjC

test/1_stdlib/ArrayCore.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
// RUN: %target-run-stdlib-swift | FileCheck %s
13+
// XFAIL: linux
1314
import Swift
1415

1516
//===--- class Tracked ----------------------------------------------------===//

test/1_stdlib/ArrayNew.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// RUN: xcrun -sdk %target-sdk-name clang++ -fobjc-arc -fobjc-abi-version=2 -arch %target-cpu %S/Inputs/SlurpFastEnumeration/SlurpFastEnumeration.m -c -o %t/SlurpFastEnumeration.o
88
// RUN: %S/../../utils/line-directive %t/main.swift -- %target-build-swift %S/Inputs/DictionaryKeyValueTypes.swift %t/main.swift -I %S/Inputs/SlurpFastEnumeration/ -Xlinker %t/SlurpFastEnumeration.o -o %t/Array -Xfrontend -disable-access-control
99
// RUN: %S/../../utils/line-directive %t/main.swift -- %target-run %t/Array
10+
// XFAIL: linux
1011

1112
import Darwin
1213
import StdlibUnittest

test/1_stdlib/ArrayTraps.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//
99
// CHECK: OK
1010
// CHECK: CRASHED: SIG{{ILL|TRAP}}
11+
// XFAIL: linux
1112

1213
// This file is gybbe'd twice, once to generate the test file, and
1314
// once to run the tests. The second time, the output is thrown away,

test/1_stdlib/BridgeNonVerbatim.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//
1818
//===----------------------------------------------------------------------===//
1919
// RUN: %target-run-stdlib-swift %s | FileCheck %s
20-
// XFAIL: interpret
20+
// XFAIL: interpret, linux
2121

2222
import Swift
2323
import SwiftShims

test/1_stdlib/BridgeStorage.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// RUN: rm -rf %t && mkdir -p %t && %S/../../utils/gyb %s -o %t/out.swift
1919
// RUN: %S/../../utils/line-directive %t/out.swift -- %target-build-swift -parse-stdlib -module-cache-path %t/clang-module-cache %t/out.swift -o %t/a.out
2020
// RUN: %S/../../utils/line-directive %t/out.swift -- %target-run %t/a.out
21+
// XFAIL: linux
2122

2223
import Swift
2324

test/1_stdlib/Bridgeable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-run-simple-swift | FileCheck %s
2-
// XFAIL: interpret
2+
// XFAIL: interpret, linux
33

44
// CHECK: testing...
55
println("testing...")

test/1_stdlib/Builtins.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: rm -rf %t && mkdir -p %t
1313
// RUN: %target-build-swift %s -parse-stdlib -Xfrontend -disable-access-control -o %t/Builtins
1414
// RUN: %target-run %t/Builtins
15-
// XFAIL: interpret
15+
// XFAIL: interpret, linux
1616

1717
import Swift
1818
import SwiftShims

0 commit comments

Comments
 (0)