public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* XFStest suite problem
@ 2013-05-30  8:07 alexander.tsvetkov
  2013-05-30 13:42 ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: alexander.tsvetkov @ 2013-05-30  8:07 UTC (permalink / raw)
  To: xfs

Hello,

There is a problem found in XFS tests suite: attempt to run XFS tests 
with some tests excluded from run, for example, "./check -g auto -X 231" 
causes the unexpected exclusion of some other tests (for example 
generic/127 in this case). Looking into suite's created exclude list 
indicates that it was incorrectly built by including some garbage 
together with correct test numbers records, so /tmp/30535.xlist looks like:

"generic/#!
generic//bin/bash
generic/#
generic/FSQA
generic/Test
generic/No.
generic/231
generic/#
generic/#
generic/Run
generic/fsx
generic/with
generic/quotas
generic/enabled
generic/and
generic/verify
generic/accounted
generic/quotas
generic/in
generic/the
generic/end
generic/#
generic/#
generic/Derived
generic/from
generic/test
generic/127
generic/#-----------------------------------------------------------------------
generic/#
generic/Copyright
generic/(c)
generic/2006
generic/Silicon
generic/Graphics,
..."

I think the following code of "check" script incorrectly builds this 
exclude list:

"-X) xfile=$2; shift ;
for d in $SRC_GROUPS $FSTYP; do
[ -f $SRC_DIR/$d/$xfile ] || continue
for f in `cat $SRC_DIR/$d/$xfile`; do
echo $d/$f >> $tmp.xlist
done
done
;;"

Used XFStests suite version from 2013-05-22.

Thanks,
Alexander Tsvetkov

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-30 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30  8:07 XFStest suite problem alexander.tsvetkov
2013-05-30 13:42 ` Eric Sandeen
2013-05-30 22:43   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox