On Fri, 2008-06-06 at 17:02 +0200, Michael Kerrisk wrote:
> On Fri, Jun 6, 2008 at 11:23 AM, Subrata Modak
> <[EMAIL PROTECTED]> wrote:
> > On Fri, 2008-06-06 at 11:15 +0200, Michael Kerrisk wrote:
> >> On Fri, Jun 6, 2008 at 10:52 AM, Subrata Modak
> >> <[EMAIL PROTECTED]> wrote:
> >> > I have merged this Patch. Hope you will use this test cases to the
> >> > maximum and provide any fixes for it in near future. I like the tests as
> >> > it tests 99 different scenarios of the same syscall.
> >>
> >> If you do try these tests, note ttat current kernels fail many of
> >> them.  Fixes are on the way, and hopefully will make it into 2.6.26,
> >> or failing that 2.6.27.
> >
> > Yes, that´s true. Even for me 33 failed out of 99 in 2.6.25 stable tree.
> > And i can see that Michael has provided patches to fix these issues in
> > the 2.6.26-rc trees. Hoping that all the issues related to utimensat()
> > will be fixed in 2.6.26.
> 
> Now, that's interesting.  For me on 2.6.25, there are 26 failures, not
> 33.  Could you please send me your test results Subrata.
> 

Sorry for coming back late. Now the no. of errors has increased for me
again on the same 2.6.25. I think i may not be executing it properly.
Michael, here goes the output attached.

Regards--
Subrata
<<<test_start>>>
tag=utimensat01 stime=1213270668
cmdline="utimensat_tests.sh"
contacts=""
analysis=exit
initiation_status="ok"
<<<test_output>>>

Set variables TCID, TST_TOTAL, and TST_COUNT before each test:
export TCID=<test name>
export TST_TOTAL=<Total Number of Tests >
export TST_COUNT=<Test case number>

chown: cannot access `utimensat01': No such file or directory
chmod: cannot access `utimensat01': No such file or directory
============================================================

Testing read-only file, owned by self

***** Testing times==NULL case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 1

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 2

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 3

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 4

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 5

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270668 1213270668
PASSED test 6

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 7

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 8

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 9

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: SUCCESS y  n
RESULT:   SUCCESS 1213270668 0
PASSED test 10

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: SUCCESS y  n
RESULT:   SUCCESS 1213270668 0
PASSED test 11

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: SUCCESS y  n
RESULT:   SUCCESS 1213270668 0
PASSED test 12

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: SUCCESS n  y
RESULT:   SUCCESS 0 1213270669
PASSED test 13

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: SUCCESS n  y
RESULT:   SUCCESS 0 1213270669
PASSED test 14

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: SUCCESS n  y
RESULT:   SUCCESS 0 1213270669
PASSED test 15

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1 1
PASSED test 16

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1 1
PASSED test 17

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1 1
PASSED test 18

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Testing read-only file, not owned by self

***** Testing times==NULL case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 19

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 20

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 21

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 22

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 23

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270669 1213270669
FAILED test 24

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 25

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 26

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 27

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270670 0
FAILED test 28

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270670 0
FAILED test 29

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270670 0
FAILED test 30

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270670
FAILED test 31

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270670
FAILED test 32

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270670
FAILED test 33

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 34

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 35

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-r--------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 36

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Testing writable file, not owned by self

***** Testing times==NULL case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 37

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 38

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 39

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 40

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 41

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270671 1213270671
PASSED test 42

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 43

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 44

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 45

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270671 0
FAILED test 46

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270672 0
FAILED test 47

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270672 0
FAILED test 48

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270672
FAILED test 49

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270672
FAILED test 50

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270672
FAILED test 51

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 52

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 53

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-rw-rw-; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 54

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Testing append-only file, owned by self

***** Testing times==NULL case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270672 1213270672
PASSED test 55

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270672 1213270672
PASSED test 56

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270672 1213270672
PASSED test 57

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270672 1213270672
PASSED test 58

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270673 1213270673
PASSED test 59

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: SUCCESS y  y
RESULT:   SUCCESS 1213270673 1213270673
PASSED test 60

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 61

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 62

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 63

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270673 0
FAILED test 64

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270673 0
FAILED test 65

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270673 0
FAILED test 66

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270673
FAILED test 67

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270673
FAILED test 68

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270673
FAILED test 69

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 70

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 71

Writable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -w -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 72

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Testing immutable file, owned by self

***** Testing times==NULL case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270674 1213270674
FAILED test 73

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270674 1213270674
FAILED test 74

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270674 1213270674
FAILED test 75

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270674 1213270674
FAILED test 76

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 77

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 78

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270674 0
FAILED test 79

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270674 0
FAILED test 80

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270675
FAILED test 81

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270675
FAILED test 82

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 83

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 84

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Testing immutable append-only file, owned by self

***** Testing times==NULL case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270675 1213270675
FAILED test 85

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270675 1213270675
FAILED test 86

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270675 1213270675
FAILED test 87

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 n
EXPECTED: EACCES   
RESULT:   SUCCESS 1213270675 1213270675
FAILED test 88

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 89

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 o
EXPECTED: SUCCESS n  n
RESULT:   SUCCESS 0 0
PASSED test 90

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_NOW, UTIME_OMIT } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270675 0
FAILED test 91

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 n 0 o
EXPECTED: EPERM   
RESULT:   SUCCESS 1213270676 0
FAILED test 92

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270676
FAILED test 93

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 0 o 0 n
EXPECTED: EPERM   
RESULT:   SUCCESS 0 1213270676
FAILED test 94

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ x, y } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 95

Readable file descriptor (futimens(3)) test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -d /tmp/utimensat_tests/utimensat.test_file NULL 1 1 1 1
EXPECTED: EPERM   
RESULT:   SUCCESS 1 1
FAILED test 96

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

***** Testing pathname==NULL, dirfd!=AT_FDCWD, flags has AT_SYMLINK_NOFOLLOW 
*****
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q -n -d /tmp/utimensat_tests/utimensat.test_file NULL 
EXPECTED: EINVAL   
RESULT:   EINVAL  
PASSED test 97

============================================================

tv_sec should be ignored if tv_nsec is UTIME_OMIT or UTIME_NOW
***** Testing times=={ UTIME_NOW, UTIME_NOW } case *****
Pathname test
chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 n 1 n
EXPECTED: SUCCESS y  y
RESULT:   EINVAL  
FAILED test 98

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
***** Testing times=={ UTIME_OMIT, UTIME_OMIT } case *****
Pathname test
Owner=root; perms=-rw-------; lsattr: Inappropriate ioctl for device While 
reading flags on /tmp/utimensat_tests/utimensat.test_file
utimensat01 -q /tmp/utimensat_tests/utimensat.test_file 1 o 1 o
EXPECTED: SUCCESS n  n
RESULT:   EINVAL  
FAILED test 99

chattr: Inappropriate ioctl for device while reading flags on 
/tmp/utimensat_tests/utimensat.test_file
============================================================

Linux x206f 2.6.25-gcov-nomodconfig-smp #1 SMP Thu Jun 12 06:29:27 EDT 2008 
i686 i686 i386 GNU/Linux
Thu Jun 12 07:37:56 EDT 2008
Total tests: 99; passed: 44; failed: 55
Failed tests:  19 20 21 22 23 24 28 29 30 31 32 33 34 35 36 46 47 48 49 50 51 
52 53 54 64 65 66 67 68 69 70 71 72 73 74 75 76 79 80 81 82 83 84 85 86 87 88 
91 92 93 94 95 96 98 99
incrementing stop
<<<execution_status>>>
duration=8 termination_type=exited termination_id=255 corefile=no
cutime=257 cstime=675
<<<test_end>>>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to