Skip to content

Commit 387bbac

Browse files
committed
[test] Tweak test to not check for any warnings at all
09b043c didn't do the trick, probably because some of the text is going to stdout and some to stderr. Just don't check for warnings at all in this test, at least for now. rdar://problem/42271414, again.
1 parent 33c2efe commit 387bbac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Driver/Dependencies/only-skip-once.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
// RUN: cd %t && %target-swiftc_driver -driver-show-job-lifecycle -output-file-map %t/output-file-map.json -incremental main.swift file1.swift file2.swift -j1 2>&1 | %FileCheck -check-prefix=CHECK-INITIAL %s
66

7-
// CHECK-INITIAL-NOT: warning
8-
// CHECK-INITIAL: Queuing (initial):
97
// CHECK-INITIAL: Job finished: {compile: main.o <= main.swift}
108
// CHECK-INITIAL: Job finished: {compile: file1.o <= file1.swift}
119
// CHECK-INITIAL: Job finished: {compile: file2.o <= file2.swift}
@@ -15,7 +13,6 @@
1513
// RUN: cd %t && %target-swiftc_driver -driver-show-job-lifecycle -output-file-map %t/output-file-map.json -incremental main.swift file1.swift file2.swift -j1 2>&1 | %FileCheck -check-prefix=CHECK-REBUILD %s
1614

1715
// We should skip the main and file1 rebuilds here, but we should only note skipping them _once_
18-
// CHECK-REBUILD: Queuing (initial):
1916
// CHECK-REBUILD: Job finished: {compile: file2.o <= file2.swift}
2017
// CHECK-REBUILD: Job skipped: {compile: main.o <= main.swift}
2118
// CHECK-REBUILD: Job skipped: {compile: file1.o <= file1.swift}

0 commit comments

Comments
 (0)