Commit ff3df53
committed
Update alternative locations unit tests for ARM64
Similar to the preceding commit but for unit-style tests rather
than integration-style tests, this updates the unit tests for
Windows-specific `git` executable alternative locations to include
`clangarm64/bin` directories when looking under the 64-bit program
files directory.
(The tests that are updated here are those that are true unit
tests, because they examine the `locations_under_program_files()`
helper function that takes a dependency-injected `var_os()`-like
function, rather than examining `ALTERNATIVE_LOCATIONS` itself.)
As in the integration-style tests updated in the preceding commit,
these tests will now fail until the logic for enumerating
alternative locations to check for the `git` executable is fixed to
include a location for ARM64, under `clangarm64` (as well as still
checking for a x86_64 build, under `mingw64`).1 parent e9770a7 commit ff3df53
1 file changed
+31
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
101 | 112 | | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
105 | 116 | | |
106 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
107 | 121 | | |
108 | 122 | | |
109 | 123 | | |
| |||
112 | 126 | | |
113 | 127 | | |
114 | 128 | | |
115 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
116 | 134 | | |
117 | 135 | | |
| 136 | + | |
118 | 137 | | |
119 | 138 | | |
120 | 139 | | |
| |||
0 commit comments