File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// REQUIRES: OS=macosx
8
8
9
- // SR-12362: This test is failing on next branch.
9
+ // (https://github.com/apple/swift/issues/54796) This test is failing on
10
+ // next branch.
10
11
// XFAIL: *
11
12
12
13
// RUN: env TMP="%t/fake/" TMPDIR="%t/fake/" not %target-build-swift -c -driver-filelist-threshold=0 %s 2>&1 | %FileCheck -check-prefix=CHECK-SOURCES %s
Original file line number Diff line number Diff line change 1
- // Verifies that the driver passes the -vfsoverlay flag to the frontend (SR-12834).
1
+ // https://github.com/apple/swift/issues/55280
2
+
3
+ // Verifies that the driver passes the -vfsoverlay flag to the frontend.
2
4
// RUN: %swiftc_driver -driver-print-jobs -c -vfsoverlay overlay.yaml %s | %FileCheck --check-prefix=CHECK-ONE %s
3
5
4
6
// CHECK-ONE: bin{{/|\\\\}}swift{{(-frontend|c)?(\.exe)?"?}} -frontend{{.*}}-c{{.*}}-vfsoverlay overlay.yaml
You can’t perform that action at this time.
0 commit comments