File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
// 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
6
6
7
7
// CHECK-INITIAL-NOT: warning
8
+ // CHECK-INITIAL: Queuing (initial):
8
9
// CHECK-INITIAL: Job finished: {compile: main.o <= main.swift}
9
10
// CHECK-INITIAL: Job finished: {compile: file1.o <= file1.swift}
10
11
// CHECK-INITIAL: Job finished: {compile: file2.o <= file2.swift}
14
15
// 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
15
16
16
17
// We should skip the main and file1 rebuilds here, but we should only note skipping them _once_
18
+ // CHECK-REBUILD: Queuing (initial):
17
19
// CHECK-REBUILD: Job finished: {compile: file2.o <= file2.swift}
18
20
// CHECK-REBUILD: Job skipped: {compile: main.o <= main.swift}
19
21
// CHECK-REBUILD: Job skipped: {compile: file1.o <= file1.swift}
You can’t perform that action at this time.
0 commit comments