[BACK]Return to 185.out CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests

File: [Development] / xfs-cmds / xfstests / 185.out (download)

Revision 1.2, Tue Apr 8 06:20:04 2008 UTC (9 years, 6 months ago) by dgc.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -5 lines

xfsqa 185 shouldn't have uninitialised variables in the golden output

Kill the output of uninitialised values when punching a hole.
This prevents the test from passing on just about everything.
Merge of master-melb:xfs-cmds:30762a by kenmcd.

  remove roffp and rlenp output for punch operations.

QA output created by 185
=======================================================
Testing with length = 16k, offset = 0
Method:	xfsctl
Running Punch hole with xfsctl(XFS_IOC_FREESP64) on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '16384', sid = '0'
ok.
Method:	dmapi_probe
Running DMAPI probe hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '16384', sid = '0'
roffp is 0, rlenp is 16384
Method:	dmapi_punch
Running DMAPI punch hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '16384', sid = '0'
=======================================================
=======================================================
Testing with length = 1k, offset = 0
Method:	xfsctl
Running Punch hole with xfsctl(XFS_IOC_FREESP64) on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '1024', sid = '0'
ok.
Method:	dmapi_probe
Running DMAPI probe hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '1024', sid = '0'
roffp is 0, rlenp is 1024
Method:	dmapi_punch
Running DMAPI punch hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '0', length = '1024', sid = '0'
=======================================================
=======================================================
Testing with length = 1k, offset = 4k
Method:	xfsctl
Running Punch hole with xfsctl(XFS_IOC_FREESP64) on /mnt/scratch/dmapi/holly_file with settings:
  offset = '4096', length = '1024', sid = '0'
ok.
Method:	dmapi_probe
Running DMAPI probe hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '4096', length = '1024', sid = '0'
roffp is 4096, rlenp is 1024
Method:	dmapi_punch
Running DMAPI punch hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '4096', length = '1024', sid = '0'
=======================================================
=======================================================
Testing with length = 4k, offset = 1k
Method:	xfsctl
Running Punch hole with xfsctl(XFS_IOC_FREESP64) on /mnt/scratch/dmapi/holly_file with settings:
  offset = '1024', length = '4096', sid = '0'
ok.
Method:	dmapi_probe
Running DMAPI probe hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '1024', length = '4096', sid = '0'
roffp is 1024, rlenp is 4096
Method:	dmapi_punch
Running DMAPI punch hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '1024', length = '4096', sid = '0'
=======================================================
=======================================================
Testing with length = 1024k, offset = 512k
Method:	xfsctl
Running Punch hole with xfsctl(XFS_IOC_FREESP64) on /mnt/scratch/dmapi/holly_file with settings:
  offset = '524288', length = '1048576', sid = '0'
ok.
Method:	dmapi_probe
Running DMAPI probe hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '524288', length = '1048576', sid = '0'
roffp is 524288, rlenp is 1048576
Method:	dmapi_punch
Running DMAPI punch hole on /mnt/scratch/dmapi/holly_file with settings:
  offset = '524288', length = '1048576', sid = '0'
=======================================================