We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64161c3 commit f869e9eCopy full SHA for f869e9e
test/Driver/environment.swift
@@ -1,2 +1,5 @@
1
+// FIXME: This is failing on some of Apple's internal CI.
2
+// REQUIRES: disabled
3
+
4
// 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
5
// CHECK: {{^/foo/:[^:]+/lib/swift/macosx$}}
test/Driver/options-interpreter.swift
@@ -1,3 +1,6 @@
// RUN: not %swift_driver -deprecated-integrated-repl -emit-module 2>&1 | FileCheck -check-prefix=IMMEDIATE_NO_MODULE %s
// RUN: not %swift_driver -emit-module 2>&1 | FileCheck -check-prefix=IMMEDIATE_NO_MODULE %s
6
// REQUIRES: swift_interpreter
0 commit comments