|
19 | 19 | // CHECK-SECOND-NOT: Handled
|
20 | 20 |
|
21 | 21 | // Don't change the .priors mod time
|
22 |
| -// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json} |
| 22 | +// RUN: touch -t 201401240005 %t/*.swift |
| 23 | +// RUN: touch -t 201401240005 %t/*.swiftdeps |
| 24 | +// RUN: touch -t 201401240005 %t/*.json |
23 | 25 | // RUN: touch -t 201401240006 %t/*.o
|
24 | 26 | // RUN: touch -t 201401240004 %t/*-external
|
25 | 27 | // RUN: touch -t 203704010005 %t/other1-external
|
|
29 | 31 | // CHECK-THIRD-DAG: Handled main.swift
|
30 | 32 |
|
31 | 33 | // Don't change the .priors mod time
|
32 |
| -// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json} |
| 34 | +// RUN: touch -t 201401240005 %t/*.swift |
| 35 | +// RUN: touch -t 201401240005 %t/*.swiftdeps |
| 36 | +// RUN: touch -t 201401240005 %t/*.json |
33 | 37 | // RUN: touch -t 201401240006 %t/*.o
|
34 | 38 | // RUN: touch -t 201401240004 %t/*-external
|
35 | 39 | // RUN: touch -t 203704010005 %t/other2-external
|
36 | 40 | // RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-THIRD %s
|
37 | 41 |
|
38 | 42 |
|
39 | 43 | // Don't change the .priors mod time
|
40 |
| -// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json} |
| 44 | +// RUN: touch -t 201401240005 %t/*.swift |
| 45 | +// RUN: touch -t 201401240005 %t/*.swiftdeps |
| 46 | +// RUN: touch -t 201401240005 %t/*.json |
41 | 47 | // RUN: touch -t 201401240006 %t/*.o
|
42 | 48 | // RUN: touch -t 201401240004 %t/*-external
|
43 | 49 | // RUN: touch -t 203704010005 %t/main1-external
|
|
48 | 54 | // CHECK-FOURTH-NOT: Handled other.swift
|
49 | 55 |
|
50 | 56 | // Don't change the .priors mod time
|
51 |
| -// RUN: touch -t 201401240005 %t/*{swift,swiftdeps,json} |
| 57 | +// RUN: touch -t 201401240005 %t/*.swift |
| 58 | +// RUN: touch -t 201401240005 %t/*.swiftdeps |
| 59 | +// RUN: touch -t 201401240005 %t/*.json |
52 | 60 | // RUN: touch -t 201401240006 %t/*.o
|
53 | 61 | // RUN: touch -t 201401240004 %t/*-external
|
54 | 62 | // RUN: touch -t 203704010005 %t/main2-external
|
|
0 commit comments