Ticket #2090 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Tar-1.19

Reported by: matthew@linuxfromscratch.org Assigned to: lfs-book@linuxfromscratch.org
Priority: normal Milestone: 7.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. Release announcement at http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00009.html.

Change History

10/25/07 13:15:12 changed by matthew@linuxfromscratch.org

This fails test 26:

26: incremental                                     FAILED (incremental.at:26)

If someone can reproduce this, that'd be great, then I'll look into reporting it upstream. Note that this was done using gcc-4.2.2 and glibc-2.7. Test results against other toolchains would be useful too though. Tar-1.18 passes with the same toolchain though, so this certainly looks like a regression.

10/25/07 14:56:10 changed by ken@linuxfromscratch.org

Failing test 26 is not exactly new. FWIW I saw this in the build up to 6.3. See e.g. http://www.mail-archive.com/lfs-dev@linuxfromscratch.org/msg10267.html where Greg pointed out this and test 29 commonly failed.

10/26/07 02:20:12 changed by matthew@linuxfromscratch.org

OK, given that they intermittently occur and reports appear to have fallen on deaf ears, I think we should change the test suite instructions to be similar to Glibc/GCC's. 'make check' becomes 'make -k check' then we advise the reader to check the results of the tests noting that tests 26 and 29 are known to fail intermittently.

Sorry for not acting on your previous report of this, Ken.

(follow-up: ↓ 5 ) 10/26/07 06:44:22 changed by ken@linuxfromscratch.org

I didn't think it needed any action. I think it still runs all the tests without '-k' (or did it stop after failing 26?), and you get an error indication with or without '-k'. We don't ostensibly support automation/scripts, so unless it needs something for jhalfs I think the current commands are ok.

Wouldn't do any harm to mention possible failures, I suppose. (I'd overlooked that earlier).

(in reply to: ↑ 4 ) 10/26/07 08:45:05 changed by matthew@linuxfromscratch.org

Replying to ken@linuxfromscratch.org:

I didn't think it needed any action. I think it still runs all the tests without '-k' (or did it stop after failing 26?), and you get an error indication with or without '-k'. We don't ostensibly support automation/scripts, so unless it needs something for jhalfs I think the current commands are ok.

Yeah, the whole reason I noticed this was that it interrupted my jhalfs build. Not sure whether '-k' makes a difference to the exit code of the testsuite or not. If it doesn't, I guess we'll have to use a 'make check true' type construct to support jhalfs.

Wouldn't do any harm to mention possible failures, I suppose. (I'd overlooked that earlier).

Yeah, they certainly caught me out. Having never had a single failure in the tar testsuite, despite them occuring pretty widely for different folks, I thought they were new.

10/29/07 15:54:26 changed by matthew@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r8418.