Skip to content

Commit edfa8fe

Browse files
committed
[FreeBSD] XFAIL some Driver tests as we do on Linux.
1 parent 05f864e commit edfa8fe

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

test/Driver/actions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: rm -rf %t
22
// RUN: mkdir -p %t
33

4-
// XFAIL: linux
4+
// XFAIL: freebsd, linux
55

66
// RUN: %swiftc_driver -driver-print-actions %s 2>&1 | FileCheck %s -check-prefix=BASIC
77
// BASIC: 0: input, "{{.*}}actions.swift", swift

test/Driver/linker.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
// REQUIRES: X86
4242

43-
// FIXME: Need to set up a sysroot for osx so the DEBUG checks work on linux
43+
// FIXME: Need to set up a sysroot for osx so the DEBUG checks work on linux/freebsd
4444
// rdar://problem/19692770
45-
// XFAIL: linux
45+
// XFAIL: freebsd, linux
4646

4747
// CHECK: swift
4848
// CHECK: -o [[OBJECTFILE:.*]]

test/Driver/options-repl-darwin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: linux
1+
// XFAIL: freebsd, linux
22

33
// Test LLDB detection, first in a clean environment, then in one that looks
44
// like the Xcode installation environment. We use hard links to make sure

test/Driver/parseable_output.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %swiftc_driver_plain -emit-executable %s -o %t.out -emit-module -emit-module-path %t.swiftmodule -emit-objc-header-path %t.h -serialize-diagnostics -emit-dependencies -parseable-output -driver-skip-execution 2>&1 | FileCheck %s
22

3-
// XFAIL: linux
3+
// XFAIL: freebsd, linux
44

55
// CHECK: {{[1-9][0-9]*}}
66
// CHECK-NEXT: {

test/Driver/parseable_output_unicode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %swiftc_driver_plain -emit-executable "%S/Inputs/你好.swift" -o %t.out -emit-module -emit-module-path %t.swiftmodule -emit-objc-header-path %t.h -serialize-diagnostics -emit-dependencies -parseable-output -driver-skip-execution 2>&1 | FileCheck %s
22

3-
// XFAIL: linux
3+
// XFAIL: freebsd, linux
44

55
// CHECK: {{[1-9][0-9]*}}
66
// CHECK-NEXT: {

test/Driver/sdk-apple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: linux
1+
// XFAIL: freebsd, linux
22

33
// Test SDK detection for immediate mode.
44
// RUN: rm -rf %t && mkdir -p %t/usr/bin/

0 commit comments

Comments
 (0)