|
21 | 21 | // RUN: touch -t 201401240005 %t/*
|
22 | 22 | // RUN: touch -t 201401240006 %t/*.o
|
23 | 23 | // RUN: touch -t 201401240004 %t/*-external
|
24 |
| -// RUN: touch -t 300004010005 %t/other1-external |
| 24 | +// RUN: touch -t 203704010005 %t/other1-external |
25 | 25 | // RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path %S/Inputs/update-dependencies.py -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
|
26 | 26 |
|
27 | 27 | // CHECK-THIRD-DAG: Handled other.swift
|
|
30 | 30 | // RUN: touch -t 201401240005 %t/*
|
31 | 31 | // RUN: touch -t 201401240006 %t/*.o
|
32 | 32 | // RUN: touch -t 201401240004 %t/*-external
|
33 |
| -// RUN: touch -t 300004010005 %t/other2-external |
| 33 | +// RUN: touch -t 203704010005 %t/other2-external |
34 | 34 | // RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path %S/Inputs/update-dependencies.py -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
|
35 | 35 |
|
36 | 36 |
|
37 | 37 | // RUN: touch -t 201401240005 %t/*
|
38 | 38 | // RUN: touch -t 201401240006 %t/*.o
|
39 | 39 | // RUN: touch -t 201401240004 %t/*-external
|
40 |
| -// RUN: touch -t 300004010005 %t/main1-external |
| 40 | +// RUN: touch -t 203704010005 %t/main1-external |
41 | 41 | // RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path %S/Inputs/update-dependencies.py -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-FOURTH %s
|
42 | 42 |
|
43 | 43 | // CHECK-FOURTH-NOT: Handled other.swift
|
|
47 | 47 | // RUN: touch -t 201401240005 %t/*
|
48 | 48 | // RUN: touch -t 201401240006 %t/*.o
|
49 | 49 | // RUN: touch -t 201401240004 %t/*-external
|
50 |
| -// RUN: touch -t 300004010005 %t/main2-external |
| 50 | +// RUN: touch -t 203704010005 %t/main2-external |
51 | 51 | // RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path %S/Inputs/update-dependencies.py -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-FOURTH %s
|
0 commit comments