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