Skip to content

Commit 40584f8

Browse files
committed
[test] Add a Radar to the tests I disabled in f869e9e.
I filed this under Radar rather than bugs.swift.org because it's /only/ our CI system that's failing, and external contributors have no insight into that anyway. Hopefully I'll be able to get to the bottom of this soon.
1 parent 2451d06 commit 40584f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Driver/environment.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// FIXME: This is failing on some of Apple's internal CI.
2+
// FIXME: <rdar://problem/23771412> Fix test/Driver/{environment.swift,options-interpreter.swift}
23
// REQUIRES: disabled
34

45
// RUN: %swift_driver -target x86_64-apple-macosx10.9 -L/foo/ -driver-use-frontend-path %S/Inputs/print-var.sh %s DYLD_LIBRARY_PATH | FileCheck %s

test/Driver/options-interpreter.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// FIXME: This is failing on some of Apple's internal CI.
2+
// FIXME: <rdar://problem/23771412> Fix test/Driver/{environment.swift,options-interpreter.swift}
23
// REQUIRES: disabled
34

45
// RUN: not %swift_driver -deprecated-integrated-repl -emit-module 2>&1 | FileCheck -check-prefix=IMMEDIATE_NO_MODULE %s

0 commit comments

Comments
 (0)