Skip to content

Commit 57b7997

Browse files
committed
Gardening: Migrate test suite to GH issues: Driver
1 parent cb24a82 commit 57b7997

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

test/Driver/bad_tmpdir.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
// REQUIRES: OS=macosx
88

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.
1011
// XFAIL: *
1112

1213
// 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

test/Driver/vfs.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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.
24
// RUN: %swiftc_driver -driver-print-jobs -c -vfsoverlay overlay.yaml %s | %FileCheck --check-prefix=CHECK-ONE %s
35

46
// CHECK-ONE: bin{{/|\\\\}}swift{{(-frontend|c)?(\.exe)?"?}} -frontend{{.*}}-c{{.*}}-vfsoverlay overlay.yaml

0 commit comments

Comments
 (0)