Opened 9 years ago
Closed 9 years ago
#7507 closed enhancement (fixed)
git-2.7.4 (was 2.7.2, 2.7.3)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
Newer version.
Still 159 test failures identified by 'not ok', all but one had '# TODO known breakage' - this output is painful to read. The failure is in [t7300-clean.sh] not ok 32 - should avoid cleaning possible submodules.
Looks as if the grep-2.23 test failures have been fixed, I'll need to review the commented code for using multiple jobs with make check.
From the release notes for 2.7.4:
- Bugfix patches were backported from the 'master' front to plug heap corruption holes, to catch integer overflow in the computation of pathname lengths, and to get rid of the name_path API. Both of these would have resulted in writing over an under-allocated buffer when formulating pathnames while tree traversal.
Change History (7)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Summary: | git-2.7.2 → git-2.7.3 (was 2.7.2) |
comment:3 by , 9 years ago
comment:4 by , 9 years ago
Description: | modified (diff) |
---|---|
Priority: | normal → high |
Summary: | git-2.7.3 (was 2.7.2) → git-2.7.4 (was 2.7.2, 2.7.3) |
follow-up: 6 comment:5 by , 9 years ago
When I run the tests, as a user after upgrading it, they all pass. I did have a note that one failed if run as root [ and it did in my install ].
comment:6 by , 9 years ago
comment:7 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
First, thank you, Bruce and Pierre for some comments.
I doubt to be able to come back before 7.10 is released.
Now to topic.
All in 7.8, not 7.9, but some could help. No failure here.
The tests run in parallel.
But to run just one test, got to the directory (cd t) and execute:
sh t7300-clean.sh
Sorry to write obvious things, but sometimes we never think about them. I use: