On Wed, Jul 13, 2011 at 04:28:00PM -0400, Greg Freemyer wrote: > All, > > I'm trying to get xfstests running in my setup for the first time in years. > > I've trying with a btrfs test partition. > > ./check mostly runs, but 3 tests are failing: 075, 112, and 127 > > 075 and 112 look like very basic errors in the 075.out info. Makes me > wonder if they work for anyone with a current git pull. > > ==== example failure of test 075 > # ./check 075 > FSTYP -- btrfs > PLATFORM -- Linux/x86_64 tiger3-64bit 2.6.39.2-36-default > MKFS_OPTIONS -- /dev/sda1 > MOUNT_OPTIONS -- /dev/sda1 /xfstests_mnt_scratch > > 075 11s ... [failed, exit status 1] - output mismatch (see 075.out.bad) > --- 075.out 2011-06-30 18:41:17.000000000 -0400 > +++ 075.out.bad 2011-07-13 16:25:55.000000000 -0400 > @@ -4,15 +4,4 @@ > ----------------------------------------------- > fsx.0 : -d -N numops -S 0 > ----------------------------------------------- > - > ------------------------------------------------ > -fsx.1 : -d -N numops -S 0 -x > ------------------------------------------------ > - > ------------------------------------------------ > -fsx.2 : -d -N numops -l filelen -S 0 > ------------------------------------------------ > - > ------------------------------------------------ > -fsx.3 : -d -N numops -l filelen -S 0 -x > ------------------------------------------------ > + fsx (-d -N 1000 -S 0) failed, 0 - compare 075.0.{good,bad,fsxlog} > Ran: 075 > Failures: 075 > Failed 1 of 1 tests > === Nothing wrong with the test at all. That's telling you that btrfs failed the fsx test run. i.e. that there is a problem with btrfs that needs to be fixed. > (by chance, I also documented what I was doing in the openSUSE wiki, > so you can see the exact steps at; > http://en.opensuse.org/SDB:XFStests) You probably should be pulling the -dev versions of the trees hosted on git.kernel.org rather than the ones from oss.sgi.com. And you want to be running the auto test group, not all tests as some of the tests are broken or require specific environments to run in or take a long, long time to run. Instead, you should be using "./check -g auto" by default. Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs