forked from gitpython-developers/GitPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 17dea66
committed
Add xfail marks for IndexFile.from_tree failures
8 of the tests that fail on native Windows systems fail due to
IndexFile.from_tree being broken on Windows, causing gitpython-developers#1630.
This commit marks those tests as xfail. This is part, though not
all, of the changes to get CI test jobs for native Windows that
are passing, to guard against new regressions and to allow the code
and tests to be gradually fixed (see discussion in gitpython-developers#1654).
When fixing the bug, this commit can be reverted.1 parent c748e31 commit 17dea66
4 files changed
+74
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | + | ||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | - | ||
15 | - | ||
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
207 | 206 |
| |
208 | 207 |
| |
209 | 208 |
| |
209 | + | ||
210 | + | ||
211 | + | ||
212 | + | ||
213 | + | ||
214 | + | ||
215 | + | ||
216 | + | ||
210 | 217 |
| |
211 | 218 |
| |
212 | 219 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | - | ||
6 | + | ||
7 | 7 |
| |
8 | 8 |
| |
9 | + | ||
10 | + | ||
9 | 11 |
| |
12 | + | ||
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
| |||
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
37 | 48 |
| |
38 | 49 |
| |
39 | 50 |
| |
| |||
291 | 302 |
| |
292 | 303 |
| |
293 | 304 |
| |
294 | - | ||
305 | + | ||
295 | 306 |
| |
296 | 307 |
| |
297 | 308 |
| |
298 | 309 |
| |
299 | - | ||
310 | + | ||
300 | 311 |
| |
301 | 312 |
| |
302 | 313 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 | + | ||
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
182 | 190 |
| |
183 | 191 |
| |
184 | 192 |
| |
| |||
229 | 237 |
| |
230 | 238 |
| |
231 | 239 |
| |
240 | + | ||
241 | + | ||
242 | + | ||
243 | + | ||
244 | + | ||
245 | + | ||
246 | + | ||
247 | + | ||
232 | 248 |
| |
233 | 249 |
| |
234 | 250 |
| |
| |||
291 | 307 |
| |
292 | 308 |
| |
293 | 309 |
| |
310 | + | ||
311 | + | ||
312 | + | ||
313 | + | ||
314 | + | ||
315 | + | ||
316 | + | ||
317 | + | ||
294 | 318 |
| |
295 | 319 |
| |
296 | 320 |
| |
| |||
425 | 449 |
| |
426 | 450 |
| |
427 | 451 |
| |
452 | + | ||
453 | + | ||
454 | + | ||
455 | + | ||
456 | + | ||
457 | + | ||
458 | + | ||
459 | + | ||
428 | 460 |
| |
429 | 461 |
| |
430 | 462 |
| |
| |||
778 | 810 |
| |
779 | 811 |
| |
780 | 812 |
| |
813 | + | ||
814 | + | ||
815 | + | ||
816 | + | ||
817 | + | ||
818 | + | ||
819 | + | ||
820 | + | ||
781 | 821 |
| |
782 | 822 |
| |
783 | 823 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
10 | + | ||
11 | + | ||
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
| |||
215 | 218 |
| |
216 | 219 |
| |
217 | 220 |
| |
221 | + | ||
222 | + | ||
223 | + | ||
224 | + | ||
225 | + | ||
226 | + | ||
227 | + | ||
228 | + | ||
218 | 229 |
| |
219 | 230 |
| |
220 | 231 |
| |
|
0 commit comments