Re: tests/misc/ls-time

2010-01-18 Thread Josef Bacik
On Sun, Jan 17, 2010 at 04:08:16PM +0100, Jim Meyering wrote: > Michael Stone wrote: > > It seems that touch -a does update ctime on btrfs, invalidating one of > > the assumptions behind this test and causing it to fail. > > s/does/does not/ > > Thanks for the report. > > I've just confirmed thi

Re: tests/misc/ls-time

2010-01-17 Thread Eric Blake
According to Michael Stone on 1/17/2010 8:11 AM: > On Sun, Jan 17, 2010 at 10:08:23AM -0500, Michael Stone wrote: >> But then I also have a build log >> (https://buildd.debian.org/fetch.cgi?&pkg=coreutils&ver=8.1-1&arch=amd64&stamp=1261006367&file=log) >> with a different failure, which is what I

Re: tests/misc/ls-time

2010-01-17 Thread Michael Stone
On Sun, Jan 17, 2010 at 10:08:23AM -0500, Michael Stone wrote: But then I also have a build log (https://buildd.debian.org/fetch.cgi?&pkg=coreutils&ver=8.1-1&arch=amd64&stamp=1261006367&file=log) with a different failure, which is what I thought I'd duplicated last night, but can't for the li

Re: tests/misc/ls-time

2010-01-17 Thread Michael Stone
On Sun, Jan 17, 2010 at 09:59:46AM +0100, Andreas Schwab wrote: Michael Stone writes: It seems that touch -a does update ctime on btrfs, invalidating one of the assumptions behind this test and causing it to fail. Did you mean "does not update ctime"? Yes. My eyes are starting to cross. I

Re: tests/misc/ls-time

2010-01-17 Thread Jim Meyering
Michael Stone wrote: > It seems that touch -a does update ctime on btrfs, invalidating one of > the assumptions behind this test and causing it to fail. s/does/does not/ Thanks for the report. I've just confirmed this test failure by building and running coreutils' "make check" on a btrfs file s

Re: tests/misc/ls-time

2010-01-17 Thread Andreas Schwab
Michael Stone writes: > It seems that touch -a does update ctime on btrfs, invalidating one of the > assumptions behind this test and causing it to fail. Did you mean "does not update ctime"? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01

tests/misc/ls-time

2010-01-16 Thread Michael Stone
It seems that touch -a does update ctime on btrfs, invalidating one of the assumptions behind this test and causing it to fail. Mike Stone