Routerstation-ltp: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 1: Line 1:
==1.1/M3==
'''total: 57 (100%)'''
Routerstationpro has kernel config issues. There are many failures with message queue, semaphore, and shared memory, reported as bug [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
{|border="1"
|| '''LTP cases'''|| '''status''' || '''owner''' || '''error msg''' || '''lsb''' || '''comment''' || '''bugzilla'''
|-
|| sendmsg01 || NEW || || sendmsg01    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXFieY3o/senn17qDR) failed: unlink(/opt/tmp/ltp-XXXXFieY3o/senn17qDR/.nfs0000000002b5409800003762) failed; errno=2: No such file or directory
|| n/a || ||
|-
|| setpgid03 || NEW || || setpgid03    2  TFAIL  :  setpgid FAILED, expect EACCES got 1
|| n/a || ||
|-
|| fallocate01 ||  || || fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large || n/a
|| This case is expected to return -EOPNOSUPP and then LTP will skip it. However on qemuarm/qemumips -EFBIG is returned earlier, and thus trigger this failure.
Actually I don't understand why this will happen, and any offset/length returns same failure. fallocate from util-linux could trigger this failure too.
|| [[http://bugzilla.pokylinux.org/show_bug.cgi?id=678 bug678]]
|-
|| fallocate02 ||  || || fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large || n/a || same as fallocate01
|| [[http://bugzilla.pokylinux.org/show_bug.cgi?id=678 bug678]]
|-
|| fallocate03 ||  || || fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large || n/a || same as fallocate01
|| [[http://bugzilla.pokylinux.org/show_bug.cgi?id=678 bug678]]
|-
|| fcntl16 ||  ||  || fcntl16    0  TINFO  :  Entering block 1
fcntl16    0  TINFO  :  Test case 1: without manadatory locking PASSED
fcntl16    0  TINFO  :  Exiting block 1
fcntl16    0  TINFO  :  Entering block 2
fcntl16    1  TFAIL  :  First parent lock failed
fcntl16    2  TFAIL  :  Test case 1, errno = 46
fcntl16    0  TINFO  :  Test case 2: with mandatory record locking FAILED
fcntl16    0  TINFO  :  Exiting block 2
fcntl16    0  TINFO  :  Entering block 3
fcntl16    3  TFAIL  :  First parent lock failed
fcntl16    4  TFAIL  :  Test case 1, errno = 46
fcntl16    0  TINFO  :  Test case 3: mandatory locking with NODELAY FAILED
fcntl16    0  TINFO  :  Exiting block 3
fcntl16    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5/.nfs00000000019082760000000f) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| fcntl16_64 ||  ||  || fcntl16    0  TINFO  :  Entering block 1
fcntl16    0  TINFO  :  Test case 1: without manadatory locking PASSED
fcntl16    0  TINFO  :  Exiting block 1
fcntl16    0  TINFO  :  Entering block 2
fcntl16    1  TFAIL  :  First parent lock failed
fcntl16    2  TFAIL  :  Test case 1, errno = 46
fcntl16    0  TINFO  :  Test case 2: with mandatory record locking FAILED
fcntl16    0  TINFO  :  Exiting block 2
fcntl16    0  TINFO  :  Entering block 3
fcntl16    3  TFAIL  :  First parent lock failed
fcntl16    4  TFAIL  :  Test case 1, errno = 46
fcntl16    0  TINFO  :  Test case 3: mandatory locking with NODELAY FAILED
fcntl16    0  TINFO  :  Exiting block 3
fcntl16    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd/.nfs000000000190823900000011) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| fsync02 ||  ||  || fsync02    1  TBROK  :  Unexpected signal 8 received.
fsync02    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed: remove(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed; errno=93: Directory not empty
|| n/a ||  ||
|-
|| inotify02 ||  ||  || inotify02    1  TPASS  :  get event: wd=1 mask=40000004 cookie=0 len=0 name=""
inotify02    2  TPASS  :  get event: wd=1 mask=100 cookie=0 len=16 name="test_file1"
inotify02    3  TPASS  :  get event: wd=1 mask=20 cookie=0 len=16 name="test_file1"
inotify02    4  TPASS  :  get event: wd=1 mask=8 cookie=0 len=16 name="test_file1"
inotify02    5  TPASS  :  get event: wd=1 mask=40 cookie=2 len=16 name="test_file1"
inotify02    6  TPASS  :  get event: wd=1 mask=80 cookie=2 len=16 name="test_file2"
inotify02    7  TPASS  :  get event: wd=1 mask=800 cookie=0 len=0 name=""
inotify02    8  TFAIL  :  don't get event: mask=74657374
inotify02    9  TFAIL  :  don't get event: mask=0
|| n/a || ||
|-
|| kill05 ||  ||  || kill05      1  TBROK  :  Failed to setup shared memory || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| kill07 ||  ||  || kill07      1  TBROK  :  Failed to setup shared memory || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mq_notify01 ||  ||  || EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
mq_notify01    0  TINFO  :  (case00) START
mq_notify01    1  TFAIL  :  mq_open failed errno = 89 : Function not implemented
mq_notify01    0  TINFO  :  (case00) END => NG
mq_notify01    0  TINFO  :  (case01) START
mq_notify01    2  TFAIL  :  mq_open failed errno = 89 : Function not implemented
mq_notify01    0  TINFO  :  (case01) END => NG
mq_notify01    0  TINFO  :  (case02) START
mq_notify01    3  TFAIL  :  mq_open failed errno = 89 : Function not implemented
mq_notify01    0  TINFO  :  (case02) END => NG
mq_notify01    0  TINFO  :  (case03) START
mq_notify01    0  TINFO  :  (case03) END => NG
mq_notify01    0  TINFO  :  (case04) START
mq_notify01    0  TINFO  :  (case04) END => NG
mq_notify01    0  TINFO  :  (case05) START
mq_notify01    0  TINFO  :  (case05) END => NG
mq_notify01    0  TINFO  :  (case06) START
mq_notify01    4  TFAIL  :  mq_open failed errno = 89 : Function not implemented
mq_notify01    0  TINFO  :  (case06) END => NG
mq_notify01    5  TFAIL  :  mq_notify01 failed - errno = 89 : Function not implemented
mq_notify01    0  TINFO  :  NG
|| n/a || '''PASS''' when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mq_open01 ||  ||  || EXPECT: return value(ret)=0 errno=0 (Success)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
mq_open01    0  TINFO  :  (case00) START
mq_open01    0  TINFO  :  (case00) END => NG
mq_open01    1  TFAIL  :  mq_open01 failed - errno = 89 : Function not implemented
mq_open01    0  TINFO  :  NG
|| n/a || '''PASS''' when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mq_timedreceive01 ||  ||  || EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
mq_timedreceive01    0  TINFO  :  (case00) START
mq_timedreceive01    1  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case00) END => NG
mq_timedreceive01    0  TINFO  :  (case01) START
mq_timedreceive01    2  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case01) END => NG
mq_timedreceive01    0  TINFO  :  (case02) START
mq_timedreceive01    3  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case02) END => NG
mq_timedreceive01    0  TINFO  :  (case03) START
mq_timedreceive01    4  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case03) END => NG
mq_timedreceive01    0  TINFO  :  (case04) START
mq_timedreceive01    5  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case04) END => NG
mq_timedreceive01    0  TINFO  :  (case05) START
mq_timedreceive01    0  TINFO  :  (case05) END => NG
mq_timedreceive01    0  TINFO  :  (case06) START
mq_timedreceive01    0  TINFO  :  (case06) END => NG
mq_timedreceive01    0  TINFO  :  (case07) START
mq_timedreceive01    0  TINFO  :  (case07) END => NG
mq_timedreceive01    0  TINFO  :  (case08) START
mq_timedreceive01    6  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case08) END => NG
mq_timedreceive01    0  TINFO  :  (case09) START
mq_timedreceive01    7  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case09) END => NG
mq_timedreceive01    0  TINFO  :  (case10) START
mq_timedreceive01    8  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case10) END => NG
mq_timedreceive01    0  TINFO  :  (case11) START
mq_timedreceive01    9  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case11) END => NG
mq_timedreceive01    0  TINFO  :  (case12) START
mq_timedreceive01  10  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case12) END => NG
mq_timedreceive01    0  TINFO  :  (case13) START
mq_timedreceive01  11  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  (case13) END => NG
mq_timedreceive01  12  TFAIL  :  mq_timedreceive01 failed - errno = 89 : Function not implemented
mq_timedreceive01    0  TINFO  :  NG
|| n/a || '''PASS''' when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mq_timedsend01 ||  ||  || EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)
RESULT: return value(ret)=-1 errno=89 (Function not implemented)
mq_timedsend01    0  TINFO  :  (case00) START
mq_timedsend01    1  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case00) END => NG
mq_timedsend01    0  TINFO  :  (case01) START
mq_timedsend01    2  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case01) END => NG
mq_timedsend01    0  TINFO  :  (case02) START
mq_timedsend01    3  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case02) END => NG
mq_timedsend01    0  TINFO  :  (case03) START
mq_timedsend01    4  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case03) END => NG
mq_timedsend01    0  TINFO  :  (case04) START
mq_timedsend01    5  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case04) END => NG
mq_timedsend01    0  TINFO  :  (case05) START
mq_timedsend01    0  TINFO  :  (case05) END => NG
mq_timedsend01    0  TINFO  :  (case06) START
mq_timedsend01    0  TINFO  :  (case06) END => NG
mq_timedsend01    0  TINFO  :  (case07) START
mq_timedsend01    0  TINFO  :  (case07) END => NG
mq_timedsend01    0  TINFO  :  (case08) START
mq_timedsend01    6  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case08) END => NG
mq_timedsend01    0  TINFO  :  (case09) START
mq_timedsend01    7  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case09) END => NG
mq_timedsend01    0  TINFO  :  (case10) START
mq_timedsend01    8  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case10) END => NG
mq_timedsend01    0  TINFO  :  (case11) START
mq_timedsend01    9  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case11) END => NG
mq_timedsend01    0  TINFO  :  (case12) START
mq_timedsend01  10  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case12) END => NG
mq_timedsend01    0  TINFO  :  (case13) START
mq_timedsend01  11  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case13) END => NG
mq_timedsend01    0  TINFO  :  (case14) START
mq_timedsend01  12  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_timedsend01    0  TINFO  :  (case14) END => NG
mq_timedsend01  13  TFAIL  :  mq_timedsend01 failed - errno = 89 : Function not implemented
NG
|| n/a || '''PASS''' when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mq_unlink01 ||  ||  || mq_ulink01    0  TINFO  :  (case00) START
mq_ulink01    1  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_ulink01    0  TINFO  :  (case00) END => NG
mq_ulink01    0  TINFO  :  (case01) START
mq_ulink01    2  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_ulink01    0  TINFO  :  (case01) END => NG
mq_ulink01    0  TINFO  :  (case02) START
mq_ulink01    3  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_ulink01    0  TINFO  :  (case02) END => NG
mq_ulink01    0  TINFO  :  (case03) START
mq_ulink01    4  TFAIL  :  mq_open failed - errno = 89 : Function not implemented
mq_ulink01    0  TINFO  :  (case03) END => NG
mq_ulink01    5  TFAIL  :  mq_ulink01 failed - errno = 89 : Function not implemented
NG
|| n/a || '''PASS''' when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mremap04 ||  ||  || mremap04    1  TBROK  :  shmget() Failed to create a shared memory, error:89
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl01 ||  ||  || msgctl01    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl02 ||  ||  || msgctl02    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl03 ||  ||  || msgctl03    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl04 ||  ||  || msgctl04    1  TBROK  :  Can't create message queue #1: errno=???(89): Function not implemented
msgctl04    2  TBROK  :  Remaining cases broken
msgctl04    3  TBROK  :  Remaining cases broken
msgctl04    4  TBROK  :  Remaining cases broken
msgctl04    5  TBROK  :  Remaining cases broken
msgctl04    6  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl05 ||  ||  || msgctl05    1  TBROK  :  Can't create message queue #1
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl06 ||  ||  || msgctl06    1  TFAIL  :  msgget() failed: TEST_ERRNO=???(89): Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl07 ||  ||  || msgctl07    1  TFAIL  :  msgget() failed: errno=???(89): Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl08 ||  ||  || msgctl08    1  TBROK  :  Could not open /proc/sys/kernel/msgmni
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl09 ||  ||  || msgctl09    1  TBROK  :  Could not open /proc/sys/kernel/msgmni
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl10 ||  ||  || msgctl10    1  TBROK  :  Could not open /proc/sys/kernel/msgmni
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgctl11 ||  ||  || msgctl11    1  TBROK  :  Could not open /proc/sys/kernel/msgmni
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgget01 ||  ||  || msgget01    1  TFAIL  :  msgget01 call failed - errno = 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgget02 ||  ||  || msgget02    1  TBROK  :  Unexpected signal 18 received.
msgget02    2  TBROK  :  Remaining cases broken
msgget02    3  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgget03 ||  ||  || msgget03    1  TBROK  :  Could not open /proc/sys/kernel/msgmni
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgget04 ||  ||  || msgget04    1  TBROK  :  Could not create message queue - errno = 89 : Function not implemented
msgget04    2  TBROK  :  Remaining cases broken
msgget04    3  TBROK  :  Remaining cases broken 
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv01 ||  ||  || msgrcv01    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv02 ||  ||  || msgrcv02    1  TBROK  :  Can't create message queue #1
msgrcv02    2  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv03 ||  ||  || msgrcv03    1  TBROK  :  Can't create message queue
msgrcv03    2  TBROK  :  Remaining cases broken 
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv04 ||  ||  || msgrcv04    1  TBROK  :  Can't create message queue
msgrcv04    2  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv05 ||  ||  || msgrcv05    1  TBROK  :  Can't create message queue || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgrcv06 ||  ||  || msgrcv06    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd01 ||  ||  || sgsnd01    1  TBROK  :  Can't create message queue
  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd02 ||  ||  || msgsnd02    1  TBROK  :  Can't create message queue
msgsnd02    2  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd03 ||  ||  || msgsnd03    1  TBROK  :  Can't create message queue
msgsnd03    2  TBROK  :  Remaining cases broken
msgsnd03    3  TBROK  :  Remaining cases broken
msgsnd03    4  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd04 ||  ||  || msgsnd04    1  TBROK  :  Can't create message queue 
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd05 ||  ||  || msgsnd05    1  TBROK  :  Can't create message queue 
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| msgsnd06 ||  ||  || msgsnd06    1  TBROK  :  Can't create message queue
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| open10 ||  ||  || open10      1  TPASS  :  Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TFAIL  :  open10.testdir.B.16658/setgid: Incorrect modes, setgid bit not set
open10      4  TFAIL  :  Test failed in block2.
open10      5  TPASS  :  Test passed in block3.
open10      6  TFAIL  :  Test failed because of above failures
|| n/a ||  ||
|-
|| madvise03 ||  ||  || shmctl failed: Function not implemented
madvise03    1  TFAIL  :  Could not open /proc/sys/kernel/shmmax for reading
madvise03    2  TBROK  :  Remaining cases broken
madvise03    3  TBROK  :  Remaining cases broken
madvise03    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed: remove(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed; errno=93: Directory not empty
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl01 ||  ||  || semctl01    1  TBROK  :  couldn't create semaphore in setup
semctl01    2  TBROK  :  Remaining cases broken
semctl01    3  TBROK  :  Remaining cases broken
semctl01    4  TBROK  :  Remaining cases broken
semctl01    5  TBROK  :  Remaining cases broken
semctl01    6  TBROK  :  Remaining cases broken
semctl01    7  TBROK  :  Remaining cases broken
semctl01    8  TBROK  :  Remaining cases broken
semctl01    9  TBROK  :  Remaining cases broken
semctl01  10  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl02 ||  ||  || semctl02    1  TBROK  :  couldn't create semaphore in setup
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl03 ||  ||  || semctl03    1  TBROK  :  couldn't create semaphore in setup
semctl03    2  TBROK  :  Remaining cases broken
semctl03    3  TBROK  :  Remaining cases broken
semctl03    4  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl04 ||  ||  || semctl04    1  TBROK  :  couldn't create semaphore in setup
semctl04    2  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl05 ||  ||  || semctl05    1  TBROK  :  couldn't create semaphore in setup
semctl05    2  TBROK  :  Remaining cases broken
semctl05    3  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl06 ||  ||  || semctl06    1  TFAIL  :    semget() failed errno 89
semctl06    1  TFAIL  :    semget() failed errno 89
semctl06    1  TFAIL  :    semget() failed errno 89
semctl06    1  TFAIL  :  semctl06[17011] Test failed.  exit=0x100
semctl06    2  TFAIL  :  semctl06[17010] Test failed.  exit=0x100
semctl06    3  TFAIL  :  semctl06[17009] Test failed.  exit=0x100
semctl06    4  TFAIL  :  semctl06 failed
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semctl07 ||  ||  || semctl07    1  TFAIL  :  semget() failed errno = 89
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semget01 ||  ||  || semget01    1  TFAIL  :  semget01 call failed - errno = 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semget02 ||  ||  || semget02    1  TBROK  :  couldn't create semaphore in setup
semget02    2  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semget03 ||  ||  || semget03    1  TFAIL  :  unexpected error - 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semget05 ||  ||  || semget05    1  TBROK  :  Didn't get ENOSPC in test setup - errno = 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semget06 ||  ||  || semget06    1  TFAIL  :  unexpected error - 89 : Function not implemented
semget06    2  TFAIL  :  unexpected error - 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semop01 ||  ||  || semop01    1  TBROK  :  couldn't create semaphore in setup  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semop02 ||  ||  || semop02    1  TBROK  :  couldn't create semaphore in setup
semop02    2  TBROK  :  Remaining cases broken
semop02    3  TBROK  :  Remaining cases broken
semop02    4  TBROK  :  Remaining cases broken
semop02    5  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semop03 ||  ||  || semop03    1  TBROK  :  couldn't create semaphore in setup
semop03    2  TBROK  :  Remaining cases broken 
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semop04 ||  ||  || semop04    1  TBROK  :  couldn't create semaphore in setup
semop04    2  TBROK  :  Remaining cases broken
  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semop05 ||  ||  || semop05    1  TBROK  :  couldn't create semaphore in setup
semop05    2  TBROK  :  Remaining cases broken
semop05    3  TBROK  :  Remaining cases broken
semop05    4  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmat01 ||  ||  || shmat01    1  TBROK  :  Failed to create shared memory resource 1 in setup()
shmat01    2  TBROK  :  Remaining cases broken
shmat01    3  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmat02 ||  ||  || shmat02    1  TBROK  :  Failed to create shared memory resource #1 in setup()
shmat02    2  TBROK  :  Remaining cases broken
shmat02    3  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmat03 ||  ||  || shmat03    1  TBROK  :  Failed to create shared memory segment in setup || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmctl01 ||  ||  || shmctl01    1  TBROK  :  couldn't create the shared memory segment
shmctl01    2  TBROK  :  Remaining cases broken
shmctl01    3  TBROK  :  Remaining cases broken
shmctl01    4  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmctl02 ||  ||  || shmctl02    1  TBROK  :  couldn't create shared memory segment #1 in setup()
shmctl02    2  TBROK  :  Remaining cases broken
shmctl02    3  TBROK  :  Remaining cases broken
shmctl02    4  TBROK  :  Remaining cases broken
shmctl02    5  TBROK  :  Remaining cases broken
shmctl02    6  TBROK  :  Remaining cases broken
shmctl02    7  TBROK  :  Remaining cases broken
  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmctl03 ||  ||  || shmctl03    1  TBROK  :  couldn't create shared memory segment in setup()
shmctl03    2  TBROK  :  Remaining cases broken
shmctl03    3  TBROK  :  Remaining cases broken
  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmctl04 ||  ||  || shmctl04    1  TFAIL  :  SHM_INFO call failed with an unexpected error - 89 : Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmdt01 ||  ||  || shmdt01    1  TBROK  :  Failed to create shared memory resource in setup()
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmdt02 ||  ||  || shmdt02    1  TFAIL  :  call failed with an unexpected error - 89 : Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmget01 ||  ||  || shmget01    1  TFAIL  :  shmget01 call failed - errno = 89 : Function not implemented
shmget01    2  TBROK  :  couldn't remove shared memory
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmget02 ||  ||  || shmget02    1  TBROK  :  couldn't create shared memory segment in setup()
shmget02    2  TBROK  :  Remaining cases broken
shmget02    3  TBROK  :  Remaining cases broken
shmget02    4  TBROK  :  Remaining cases broken
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmget03 ||  ||  || shmget03    0  TINFO  :  errno = 89 : Function not implemented
shmget03    1  TBROK  :  Didn't get ENOSPC in test setup
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmget04 ||  ||  || shmget04    1  TBROK  :  Failed to create shared memory segment in setup
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmget05 ||  ||  || shmget05    1  TBROK  :  Failed to create shared memory segment in setup
  || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| sysctl03 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog02 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog03 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog04 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog05 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog07 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog08 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog09 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| syslog10 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| utimensat01 ||  ||  || chattr: Inappropriate ioctl for device while reading flags on /opt/tmp/ltp-XXXXSspWdh/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 /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file
./utimensat01 -q /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file 0 n 0 o
EXPECTED: EPERM
RESULT:  EACCES
FAILED test 16
|| n/a ||  ||
|-
|| quota_remount_test01 ||  ||  || mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.)
|| n/a ||  ||
|-
|| dio04 ||  ||  || diotest4    1  TPASS  :  Negative Offset
diotest4    2  TPASS  :  removed
diotest4    3  TFAIL  :  read allows odd count. returns 1: Invalid argument
diotest4    4  TFAIL  :  write allows odd count.returns 1: Invalid argument
diotest4    5  TFAIL  :  Odd count of read and write
diotest4    6  TPASS  :  Read beyond the file size
diotest4    7  TPASS  :  Invalid file descriptor
diotest4    8  TPASS  :  Out of range file descriptor
diotest4    9  TPASS  :  Closed file descriptor
diotest4  10  TPASS  :  removed
diotest4  11  TCONF  :  Direct I/O on /dev/null is not supported
diotest4  12  TPASS  :  read, write to a mmaped file
diotest4  13  TPASS  :  read, write to an unmapped file
diotest4  14  TPASS  :  read from file not open for reading
diotest4  15  TPASS  :  write to file not open for writing
diotest4  16  TFAIL  :  allows read nonaligned buf. returns 4096: Bad file descriptor
diotest4  17  TFAIL  :  allows write nonaligned buf. returns 4096: Bad file descriptor
diotest4  18  TFAIL  :  read, write with non-aligned buffer
diotest4  19  TPASS  :  read, write buffer in read-only space
diotest4  20  TPASS  :  read, write in non-existant space
diotest4  21  TPASS  :  read, write for file with O_SYNC
diotest4    0  TINFO  :  2/15 test blocks failed
diotest4    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD/.nfs000000000191401700002d87) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| dio10 ||  ||  || diotest4    1  TPASS  :  Negative Offset
diotest4    2  TPASS  :  removed
diotest4    3  TFAIL  :  read allows odd count. returns 1: Invalid argument
diotest4    4  TFAIL  :  write allows odd count.returns 1: Invalid argument
diotest4    5  TFAIL  :  Odd count of read and write
diotest4    6  TPASS  :  Read beyond the file size
diotest4    7  TPASS  :  Invalid file descriptor
diotest4    8  TPASS  :  Out of range file descriptor
diotest4    9  TPASS  :  Closed file descriptor
diotest4  10  TPASS  :  removed
diotest4  11  TCONF  :  Direct I/O on /dev/null is not supported
diotest4  12  TPASS  :  read, write to a mmaped file
diotest4  13  TPASS  :  read, write to an unmapped file
diotest4  14  TPASS  :  read from file not open for reading
diotest4  15  TPASS  :  write to file not open for writing
diotest4  16  TFAIL  :  allows read nonaligned buf. returns 4096: Bad file descriptor
diotest4  17  TFAIL  :  allows write nonaligned buf. returns 4096: Bad file descriptor
diotest4  18  TFAIL  :  read, write with non-aligned buffer
diotest4  19  TPASS  :  read, write buffer in read-only space
diotest4  20  TPASS  :  read, write in non-existant space
diotest4  21  TPASS  :  read, write for file with O_SYNC
diotest4    0  TINFO  :  2/15 test blocks failed
diotest4    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb/.nfs000000000191401f00002d8b) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| mtest06_2 || NAB ||  || main(): mmap(): Cannot allocate memory  || n/a || The case needs more than 1GB memory ||
|-
|| shmt02 ||  ||  || shmt02      1  TFAIL  :  shmget Failed: shmid = -1, errno = 22
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt03 ||  ||  || shmget: Function not implemented
shmt03      1  TFAIL  :  shmget Failed: shmid = -1, errno = 22
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt04 ||  ||  || shmget: Function not implemented
shmctl: Function not implemented
shmt04      1  TFAIL  :  Error: shmget: shmid = -1, errno = 22
shmt04      2  TPASS  :  shmget,shmat
shmt04      3  TFAIL  :  shmdt
shmt04      4  TPASS  :  shmdt
shmt04      5  TFAIL  :  shmctl Failed to remove: shmid = -1, errno = 89
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt05 ||  ||  || shmget: Function not implemented
shmget2: Function not implemented
shmctl: Function not implemented
shmt05      1  TFAIL  :  Error: shmget: shmid = -1, errno = 22
shmt05      2  TPASS  :  shmget & shmat
shmt05      3  TFAIL  :  Error: shmget: shmid1 = -1, errno = 89
shmt05      4  TFAIL  :  shmctl Failed to remove: shmid = -1, errno = 89
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt06 ||  ||  || shmget: Function not implemented
shmctl: Function not implemented
shmt06      1  TFAIL  :  Error: shmget: shmid = -1, errno = 22
shmt06      2  TPASS  :  shmget,shmat
shmt06      3  TFAIL  :  shmdt
shmt06      4  TPASS  :  shmdt
shmt06      5  TFAIL  :  shmctl Failed to remove: shmid = -1, errno = 89
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt07 ||  ||  || shmget: Function not implemented
shmt07      1  TFAIL  :  Error: shmget: shmid = -1, errno = 22
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt08 ||  ||  || shmget: Function not implemented
shmt08      1  TFAIL  :  Error: shmget: shmid = -1, errno = 22
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt09 ||  ||  || shmget: Function not implemented
shmt09      1  TFAIL  :  Error: shmget Failed, shmid = -1, errno = 22
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmt10 ||  ||  || shmt10      1  TFAIL  :  shmget
shmt10      2  TFAIL  :  Error: shmid = -1
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shm_test01 ||  ||  || do_shmat_shmadt(): shmget(): Function not implemented
do_shmat_shmadt(): shmget(): Function not implemented
thread [736167088] - process exited with errors
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mallocstress01 ||  ||  || Semaphore creation failed  Reason:: Function not implemented
semop: Function not implemented
semctl
: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| mmapstress06 || [[qemux86-ltp|qemux86]] ||  || mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of
32769 pages
|| n/a || n/a || n/a
|-
|| mmapstress10 ||  ||  || file data okay
mmapstress10    1  TPASS  :  Test passed
mmapstress10    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXECGSTh/mma7TX213) failed: unlink(/opt/tmp/ltp-XXXXECGSTh/mma7TX213/.nfs00000000024990100000001a) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| gf02 || NEW || || growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1
gf02        1  TFAIL  :  Test failed
|| n/a ||  || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1138 bug1138]]
|-
|| gf05 || NEW || || growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1
gf05        1  TFAIL  :  Test failed
|| n/a ||  || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1138 bug1138]]
|-
|| gf07 || NEW || || growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1
gf07        1  TFAIL  :  Test failed
|| n/a ||  || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1138 bug1138]]
|-
|| gf09 || NEW || || growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1
gf09        1  TFAIL  :  Test failed
|| n/a ||  || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1138 bug1138]]
|-
|| gf19 || NEW || || growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1
gf19        1  TFAIL  :  Test failed
|| n/a ||  || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1138 bug1138]]
|-
|| openfile01 ||  ||  || Creating Reading Threads
openfile01    1  TPASS  :  Threads are done reading
openfile01    0  TWARN  :  tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe/.nfs00000000019082be00002d81) failed; errno=16: Device or resource busy
|| n/a ||  ||
|-
|| pipeio_1 ||  ||  || pipeio_1    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| pipeio_3 ||  ||  || pipeio_3    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| pipeio_4 ||  ||  || pipeio_4    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| pipeio_5 ||  ||  || pipeio_5  1  0  TINFO  :  adjusting i/o size to 4096, and # of writes to 13
pipeio_5    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| pipeio_6 ||  ||  || pipeio_6    0  TINFO  :  adjusting i/o size to 4096, and # of writes to 13
pipeio_6    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| pipeio_8 ||  ||  || pipeio_8    0  TINFO  :  adjusting i/o size to 4096, and # of writes to 13
pipeio_8    1  TBROK  :  Couldn't allocate semaphore: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| sem01 ||  ||  || error in semget()
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| sem02 ||  ||  || semget failed, errno = 89 || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_01 || ||  || message_queue_test_01: IPC Message Queue TestSuite program
ERROR [line: 135] msgget failed: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_02_get ||  ||  || ERROR [line: 132] msgget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_02_snd ||  ||  || ERROR [line: 134] msgget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_02_rcv ||  ||  || ERROR [line: 127] msgget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_02_ctl ||  ||  || ERROR [line: 128] msgget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_04 ||  ||  || ERROR [line: 139] msgget failed: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| message_queue_test_05 ||  ||  || ERROR [line: 149] msgget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semaphore_test_01 ||  ||  || ERROR [line: 148] semget (IPC_PRIVATE) failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semaphore_test_02 ||  ||  || ERROR [line: 231] semget failed || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| semaphore_test_03 ||  ||  || ERROR pid 23692 [line: 254] semget (IPC_PRIVATE) failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmem_test_01 ||  ||  || ERROR [line: 133] shmget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmem_test_03 ||  ||  || ERROR [line: 371] semget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmem_test_05 ||  ||  || ERROR [line: 204] shmget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmem_test_06 ||  ||  || ERROR [line: 180] shmget failed: Function not implemented || n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| shmem_test_07 ||  ||  || ERROR [line: 283] read_count shmget failed: Function not implemented
ERROR [line: 668] read_count shmctl failed: Function not implemented
|| n/a || '''PASS''' when enable SYSVIPC in kernel configure || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1161 bug1161]]
|-
|| su01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cron02 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cron_deny01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cron_allow01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cron_dirs_checks01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| ld || LTP || || Assertion 1 ..................
-)
Assertion 2 ..................
1,4c1,3
< gcc: error: x.obj: No such file or directory
< gcc: error: y.obj: No such file or directory
< gcc: fatal error: no input files
< compilation terminated.
---
> gcc: x.obj: No such file or directory
> gcc: y.obj: No such file or directory
> gcc: No input files
FAIL -  ld failed to give expected error msg
|| n/a || This is a LTP bug || [[http://bugzilla.pokylinux.org/show_bug.cgi?id=1162 bug1162]]
|-
|| file || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cron || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| logrotate || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| cpio || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| unzip01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|| gzip01 || [[qemux86-ltp|qemux86]] || n/a || n/a || n/a || n/a || n/a
|-
|}
==1.1/M2==
==1.1/M2==
'''total: 146 (100%)'''
'''total: 146 (100%)'''

Revision as of 06:29, 16 August 2011

1.1/M3

total: 57 (100%)

Routerstationpro has kernel config issues. There are many failures with message queue, semaphore, and shared memory, reported as bug [bug1161]

LTP cases status owner error msg lsb comment bugzilla
sendmsg01 NEW sendmsg01 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXFieY3o/senn17qDR) failed: unlink(/opt/tmp/ltp-XXXXFieY3o/senn17qDR/.nfs0000000002b5409800003762) failed; errno=2: No such file or directory n/a
setpgid03 NEW setpgid03 2 TFAIL  : setpgid FAILED, expect EACCES got 1 n/a
fallocate01 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a This case is expected to return -EOPNOSUPP and then LTP will skip it. However on qemuarm/qemumips -EFBIG is returned earlier, and thus trigger this failure.

Actually I don't understand why this will happen, and any offset/length returns same failure. fallocate from util-linux could trigger this failure too.

[bug678]
fallocate02 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fallocate03 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fcntl16 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5/.nfs00000000019082760000000f) failed; errno=16: Device or resource busy

n/a
fcntl16_64 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd/.nfs000000000190823900000011) failed; errno=16: Device or resource busy

n/a
fsync02 fsync02 1 TBROK  : Unexpected signal 8 received.

fsync02 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed: remove(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed; errno=93: Directory not empty

n/a
inotify02 inotify02 1 TPASS  : get event: wd=1 mask=40000004 cookie=0 len=0 name=""

inotify02 2 TPASS  : get event: wd=1 mask=100 cookie=0 len=16 name="test_file1" inotify02 3 TPASS  : get event: wd=1 mask=20 cookie=0 len=16 name="test_file1" inotify02 4 TPASS  : get event: wd=1 mask=8 cookie=0 len=16 name="test_file1" inotify02 5 TPASS  : get event: wd=1 mask=40 cookie=2 len=16 name="test_file1" inotify02 6 TPASS  : get event: wd=1 mask=80 cookie=2 len=16 name="test_file2" inotify02 7 TPASS  : get event: wd=1 mask=800 cookie=0 len=0 name="" inotify02 8 TFAIL  : don't get event: mask=74657374 inotify02 9 TFAIL  : don't get event: mask=0

n/a
kill05 kill05 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
kill07 kill07 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mq_notify01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_notify01 0 TINFO  : (case00) START mq_notify01 1 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case00) END => NG mq_notify01 0 TINFO  : (case01) START mq_notify01 2 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case01) END => NG mq_notify01 0 TINFO  : (case02) START mq_notify01 3 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case02) END => NG mq_notify01 0 TINFO  : (case03) START mq_notify01 0 TINFO  : (case03) END => NG mq_notify01 0 TINFO  : (case04) START mq_notify01 0 TINFO  : (case04) END => NG mq_notify01 0 TINFO  : (case05) START mq_notify01 0 TINFO  : (case05) END => NG mq_notify01 0 TINFO  : (case06) START mq_notify01 4 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case06) END => NG mq_notify01 5 TFAIL  : mq_notify01 failed - errno = 89 : Function not implemented mq_notify01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_open01 EXPECT: return value(ret)=0 errno=0 (Success)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_open01 0 TINFO  : (case00) START mq_open01 0 TINFO  : (case00) END => NG mq_open01 1 TFAIL  : mq_open01 failed - errno = 89 : Function not implemented mq_open01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedreceive01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedreceive01 0 TINFO  : (case00) START mq_timedreceive01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case00) END => NG mq_timedreceive01 0 TINFO  : (case01) START mq_timedreceive01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case01) END => NG mq_timedreceive01 0 TINFO  : (case02) START mq_timedreceive01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case02) END => NG mq_timedreceive01 0 TINFO  : (case03) START mq_timedreceive01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case03) END => NG mq_timedreceive01 0 TINFO  : (case04) START mq_timedreceive01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case04) END => NG mq_timedreceive01 0 TINFO  : (case05) START mq_timedreceive01 0 TINFO  : (case05) END => NG mq_timedreceive01 0 TINFO  : (case06) START mq_timedreceive01 0 TINFO  : (case06) END => NG mq_timedreceive01 0 TINFO  : (case07) START mq_timedreceive01 0 TINFO  : (case07) END => NG mq_timedreceive01 0 TINFO  : (case08) START mq_timedreceive01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case08) END => NG mq_timedreceive01 0 TINFO  : (case09) START mq_timedreceive01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case09) END => NG mq_timedreceive01 0 TINFO  : (case10) START mq_timedreceive01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case10) END => NG mq_timedreceive01 0 TINFO  : (case11) START mq_timedreceive01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case11) END => NG mq_timedreceive01 0 TINFO  : (case12) START mq_timedreceive01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case12) END => NG mq_timedreceive01 0 TINFO  : (case13) START mq_timedreceive01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case13) END => NG mq_timedreceive01 12 TFAIL  : mq_timedreceive01 failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedsend01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedsend01 0 TINFO  : (case00) START mq_timedsend01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case00) END => NG mq_timedsend01 0 TINFO  : (case01) START mq_timedsend01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case01) END => NG mq_timedsend01 0 TINFO  : (case02) START mq_timedsend01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case02) END => NG mq_timedsend01 0 TINFO  : (case03) START mq_timedsend01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case03) END => NG mq_timedsend01 0 TINFO  : (case04) START mq_timedsend01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case04) END => NG mq_timedsend01 0 TINFO  : (case05) START mq_timedsend01 0 TINFO  : (case05) END => NG mq_timedsend01 0 TINFO  : (case06) START mq_timedsend01 0 TINFO  : (case06) END => NG mq_timedsend01 0 TINFO  : (case07) START mq_timedsend01 0 TINFO  : (case07) END => NG mq_timedsend01 0 TINFO  : (case08) START mq_timedsend01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case08) END => NG mq_timedsend01 0 TINFO  : (case09) START mq_timedsend01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case09) END => NG mq_timedsend01 0 TINFO  : (case10) START mq_timedsend01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case10) END => NG mq_timedsend01 0 TINFO  : (case11) START mq_timedsend01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case11) END => NG mq_timedsend01 0 TINFO  : (case12) START mq_timedsend01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case12) END => NG mq_timedsend01 0 TINFO  : (case13) START mq_timedsend01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case13) END => NG mq_timedsend01 0 TINFO  : (case14) START mq_timedsend01 12 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case14) END => NG mq_timedsend01 13 TFAIL  : mq_timedsend01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_unlink01 mq_ulink01 0 TINFO  : (case00) START

mq_ulink01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case00) END => NG mq_ulink01 0 TINFO  : (case01) START mq_ulink01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case01) END => NG mq_ulink01 0 TINFO  : (case02) START mq_ulink01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case02) END => NG mq_ulink01 0 TINFO  : (case03) START mq_ulink01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case03) END => NG mq_ulink01 5 TFAIL  : mq_ulink01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mremap04 mremap04 1 TBROK  : shmget() Failed to create a shared memory, error:89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl01 msgctl01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl02 msgctl02 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl03 msgctl03 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl04 msgctl04 1 TBROK  : Can't create message queue #1: errno=???(89): Function not implemented

msgctl04 2 TBROK  : Remaining cases broken msgctl04 3 TBROK  : Remaining cases broken msgctl04 4 TBROK  : Remaining cases broken msgctl04 5 TBROK  : Remaining cases broken msgctl04 6 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl05 msgctl05 1 TBROK  : Can't create message queue #1 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl06 msgctl06 1 TFAIL  : msgget() failed: TEST_ERRNO=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl07 msgctl07 1 TFAIL  : msgget() failed: errno=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl08 msgctl08 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl09 msgctl09 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl10 msgctl10 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl11 msgctl11 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget01 msgget01 1 TFAIL  : msgget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget02 msgget02 1 TBROK  : Unexpected signal 18 received.

msgget02 2 TBROK  : Remaining cases broken msgget02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget03 msgget03 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget04 msgget04 1 TBROK  : Could not create message queue - errno = 89 : Function not implemented

msgget04 2 TBROK  : Remaining cases broken msgget04 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv01 msgrcv01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv02 msgrcv02 1 TBROK  : Can't create message queue #1

msgrcv02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv03 msgrcv03 1 TBROK  : Can't create message queue

msgrcv03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv04 msgrcv04 1 TBROK  : Can't create message queue

msgrcv04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv05 msgrcv05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv06 msgrcv06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd01 sgsnd01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd02 msgsnd02 1 TBROK  : Can't create message queue

msgsnd02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd03 msgsnd03 1 TBROK  : Can't create message queue

msgsnd03 2 TBROK  : Remaining cases broken msgsnd03 3 TBROK  : Remaining cases broken msgsnd03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd04 msgsnd04 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd05 msgsnd05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd06 msgsnd06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
open10 open10 1 TPASS  : Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TFAIL  :  open10.testdir.B.16658/setgid: Incorrect modes, setgid bit not set
open10      4  TFAIL  :  Test failed in block2.
open10      5  TPASS  :  Test passed in block3.
open10      6  TFAIL  :  Test failed because of above failures 
n/a
madvise03 shmctl failed: Function not implemented

madvise03 1 TFAIL  : Could not open /proc/sys/kernel/shmmax for reading madvise03 2 TBROK  : Remaining cases broken madvise03 3 TBROK  : Remaining cases broken madvise03 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed: remove(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed; errno=93: Directory not empty

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl01 semctl01 1 TBROK  : couldn't create semaphore in setup

semctl01 2 TBROK  : Remaining cases broken semctl01 3 TBROK  : Remaining cases broken semctl01 4 TBROK  : Remaining cases broken semctl01 5 TBROK  : Remaining cases broken semctl01 6 TBROK  : Remaining cases broken semctl01 7 TBROK  : Remaining cases broken semctl01 8 TBROK  : Remaining cases broken semctl01 9 TBROK  : Remaining cases broken semctl01 10 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl02 semctl02 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl03 semctl03 1 TBROK  : couldn't create semaphore in setup

semctl03 2 TBROK  : Remaining cases broken semctl03 3 TBROK  : Remaining cases broken semctl03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl04 semctl04 1 TBROK  : couldn't create semaphore in setup

semctl04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl05 semctl05 1 TBROK  : couldn't create semaphore in setup

semctl05 2 TBROK  : Remaining cases broken semctl05 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl06 semctl06 1 TFAIL  : semget() failed errno 89

semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semctl06[17011] Test failed. exit=0x100 semctl06 2 TFAIL  : semctl06[17010] Test failed. exit=0x100 semctl06 3 TFAIL  : semctl06[17009] Test failed. exit=0x100 semctl06 4 TFAIL  : semctl06 failed

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl07 semctl07 1 TFAIL  : semget() failed errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget01 semget01 1 TFAIL  : semget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget02 semget02 1 TBROK  : couldn't create semaphore in setup

semget02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget03 semget03 1 TFAIL  : unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget05 semget05 1 TBROK  : Didn't get ENOSPC in test setup - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget06 semget06 1 TFAIL  : unexpected error - 89 : Function not implemented

semget06 2 TFAIL  : unexpected error - 89 : Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop01 semop01 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop02 semop02 1 TBROK  : couldn't create semaphore in setup

semop02 2 TBROK  : Remaining cases broken semop02 3 TBROK  : Remaining cases broken semop02 4 TBROK  : Remaining cases broken semop02 5 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop03 semop03 1 TBROK  : couldn't create semaphore in setup

semop03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop04 semop04 1 TBROK  : couldn't create semaphore in setup

semop04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop05 semop05 1 TBROK  : couldn't create semaphore in setup

semop05 2 TBROK  : Remaining cases broken semop05 3 TBROK  : Remaining cases broken semop05 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat01 shmat01 1 TBROK  : Failed to create shared memory resource 1 in setup()

shmat01 2 TBROK  : Remaining cases broken shmat01 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat02 shmat02 1 TBROK  : Failed to create shared memory resource #1 in setup()

shmat02 2 TBROK  : Remaining cases broken shmat02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat03 shmat03 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl01 shmctl01 1 TBROK  : couldn't create the shared memory segment

shmctl01 2 TBROK  : Remaining cases broken shmctl01 3 TBROK  : Remaining cases broken shmctl01 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl02 shmctl02 1 TBROK  : couldn't create shared memory segment #1 in setup()

shmctl02 2 TBROK  : Remaining cases broken shmctl02 3 TBROK  : Remaining cases broken shmctl02 4 TBROK  : Remaining cases broken shmctl02 5 TBROK  : Remaining cases broken shmctl02 6 TBROK  : Remaining cases broken shmctl02 7 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl03 shmctl03 1 TBROK  : couldn't create shared memory segment in setup()

shmctl03 2 TBROK  : Remaining cases broken shmctl03 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl04 shmctl04 1 TFAIL  : SHM_INFO call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt01 shmdt01 1 TBROK  : Failed to create shared memory resource in setup() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt02 shmdt02 1 TFAIL  : call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget01 shmget01 1 TFAIL  : shmget01 call failed - errno = 89 : Function not implemented

shmget01 2 TBROK  : couldn't remove shared memory

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget02 shmget02 1 TBROK  : couldn't create shared memory segment in setup()

shmget02 2 TBROK  : Remaining cases broken shmget02 3 TBROK  : Remaining cases broken shmget02 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget03 shmget03 0 TINFO  : errno = 89 : Function not implemented

shmget03 1 TBROK  : Didn't get ENOSPC in test setup

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget04 shmget04 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget05 shmget05 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sysctl03 qemux86 n/a n/a n/a n/a n/a
syslog01 qemux86 n/a n/a n/a n/a n/a
syslog02 qemux86 n/a n/a n/a n/a n/a
syslog03 qemux86 n/a n/a n/a n/a n/a
syslog04 qemux86 n/a n/a n/a n/a n/a
syslog05 qemux86 n/a n/a n/a n/a n/a
syslog07 qemux86 n/a n/a n/a n/a n/a
syslog08 qemux86 n/a n/a n/a n/a n/a
syslog09 qemux86 n/a n/a n/a n/a n/a
syslog10 qemux86 n/a n/a n/a n/a n/a
utimensat01 chattr: Inappropriate ioctl for device while reading flags on /opt/tmp/ltp-XXXXSspWdh/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 /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file ./utimensat01 -q /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file 0 n 0 o EXPECTED: EPERM RESULT: EACCES FAILED test 16

n/a
quota_remount_test01 mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) n/a
dio04 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD/.nfs000000000191401700002d87) failed; errno=16: Device or resource busy

n/a
dio10 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb/.nfs000000000191401f00002d8b) failed; errno=16: Device or resource busy

n/a
mtest06_2 NAB main(): mmap(): Cannot allocate memory n/a The case needs more than 1GB memory
shmt02 shmt02 1 TFAIL  : shmget Failed: shmid = -1, errno = 22 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt03 shmget: Function not implemented

shmt03 1 TFAIL  : shmget Failed: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt04 shmget: Function not implemented

shmctl: Function not implemented shmt04 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt04 2 TPASS  : shmget,shmat shmt04 3 TFAIL  : shmdt shmt04 4 TPASS  : shmdt shmt04 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt05 shmget: Function not implemented

shmget2: Function not implemented shmctl: Function not implemented shmt05 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt05 2 TPASS  : shmget & shmat shmt05 3 TFAIL  : Error: shmget: shmid1 = -1, errno = 89

shmt05 4 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt06 shmget: Function not implemented

shmctl: Function not implemented shmt06 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt06 2 TPASS  : shmget,shmat shmt06 3 TFAIL  : shmdt shmt06 4 TPASS  : shmdt shmt06 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt07 shmget: Function not implemented

shmt07 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt08 shmget: Function not implemented

shmt08 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt09 shmget: Function not implemented

shmt09 1 TFAIL  : Error: shmget Failed, shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt10 shmt10 1 TFAIL  : shmget

shmt10 2 TFAIL  : Error: shmid = -1

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shm_test01 do_shmat_shmadt(): shmget(): Function not implemented

do_shmat_shmadt(): shmget(): Function not implemented thread [736167088] - process exited with errors

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mallocstress01 Semaphore creation failed Reason:: Function not implemented

semop: Function not implemented semctl

Function not implemented
n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mmapstress06 qemux86 mmapstress06: errno = 12; large mmap failed

for this test to run, it needs a mmap space of 32769 pages

n/a n/a n/a
mmapstress10 file data okay

mmapstress10 1 TPASS  : Test passed

mmapstress10 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXECGSTh/mma7TX213) failed: unlink(/opt/tmp/ltp-XXXXECGSTh/mma7TX213/.nfs00000000024990100000001a) failed; errno=16: Device or resource busy

n/a
gf02 NEW growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL  : Test failed

n/a [bug1138]
gf05 NEW growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL  : Test failed

n/a [bug1138]
gf07 NEW growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL  : Test failed

n/a [bug1138]
gf09 NEW growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL  : Test failed

n/a [bug1138]
gf19 NEW growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL  : Test failed

n/a [bug1138]
openfile01 Creating Reading Threads

openfile01 1 TPASS  : Threads are done reading openfile01 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe/.nfs00000000019082be00002d81) failed; errno=16: Device or resource busy

n/a
pipeio_1 pipeio_1 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_3 pipeio_3 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_4 pipeio_4 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_5 pipeio_5 1 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_5 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_6 pipeio_6 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_6 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_8 pipeio_8 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_8 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem01 error in semget() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem02 semget failed, errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_01 message_queue_test_01: IPC Message Queue TestSuite program

ERROR [line: 135] msgget failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_get ERROR [line: 132] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_snd ERROR [line: 134] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_rcv ERROR [line: 127] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_ctl ERROR [line: 128] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_04 ERROR [line: 139] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_05 ERROR [line: 149] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_01 ERROR [line: 148] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_02 ERROR [line: 231] semget failed n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_03 ERROR pid 23692 [line: 254] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_01 ERROR [line: 133] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_03 ERROR [line: 371] semget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_05 ERROR [line: 204] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_06 ERROR [line: 180] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_07 ERROR [line: 283] read_count shmget failed: Function not implemented

ERROR [line: 668] read_count shmctl failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
su01 qemux86 n/a n/a n/a n/a n/a
cron02 qemux86 n/a n/a n/a n/a n/a
cron_deny01 qemux86 n/a n/a n/a n/a n/a
cron_allow01 qemux86 n/a n/a n/a n/a n/a
cron_dirs_checks01 qemux86 n/a n/a n/a n/a n/a
ld LTP Assertion 1 ..................

-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg

n/a This is a LTP bug [bug1162]
file qemux86 n/a n/a n/a n/a n/a
cron qemux86 n/a n/a n/a n/a n/a
logrotate qemux86 n/a n/a n/a n/a n/a
cpio qemux86 n/a n/a n/a n/a n/a
unzip01 qemux86 n/a n/a n/a n/a n/a
gzip01 qemux86 n/a n/a n/a n/a n/a


1.1/M2

total: 146 (100%)

Routerstationpro has kernel config issues. There are many failures with message queue, semaphore, and shared memory, reported as bug [bug1161]

LTP cases status owner error msg lsb comment bugzilla
sendmsg01 NEW sendmsg01 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXFieY3o/senn17qDR) failed: unlink(/opt/tmp/ltp-XXXXFieY3o/senn17qDR/.nfs0000000002b5409800003762) failed; errno=2: No such file or directory n/a
setpgid03 NEW setpgid03 2 TFAIL  : setpgid FAILED, expect EACCES got 1 n/a
fallocate01 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a This case is expected to return -EOPNOSUPP and then LTP will skip it. However on qemuarm/qemumips -EFBIG is returned earlier, and thus trigger this failure.

Actually I don't understand why this will happen, and any offset/length returns same failure. fallocate from util-linux could trigger this failure too.

[bug678]
fallocate02 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fallocate03 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fcntl16 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5/.nfs00000000019082760000000f) failed; errno=16: Device or resource busy

n/a
fcntl16_64 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd/.nfs000000000190823900000011) failed; errno=16: Device or resource busy

n/a
fsync02 fsync02 1 TBROK  : Unexpected signal 8 received.

fsync02 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed: remove(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed; errno=93: Directory not empty

n/a
inotify02 inotify02 1 TPASS  : get event: wd=1 mask=40000004 cookie=0 len=0 name=""

inotify02 2 TPASS  : get event: wd=1 mask=100 cookie=0 len=16 name="test_file1" inotify02 3 TPASS  : get event: wd=1 mask=20 cookie=0 len=16 name="test_file1" inotify02 4 TPASS  : get event: wd=1 mask=8 cookie=0 len=16 name="test_file1" inotify02 5 TPASS  : get event: wd=1 mask=40 cookie=2 len=16 name="test_file1" inotify02 6 TPASS  : get event: wd=1 mask=80 cookie=2 len=16 name="test_file2" inotify02 7 TPASS  : get event: wd=1 mask=800 cookie=0 len=0 name="" inotify02 8 TFAIL  : don't get event: mask=74657374 inotify02 9 TFAIL  : don't get event: mask=0

n/a
kill05 kill05 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
kill07 kill07 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mq_notify01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_notify01 0 TINFO  : (case00) START mq_notify01 1 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case00) END => NG mq_notify01 0 TINFO  : (case01) START mq_notify01 2 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case01) END => NG mq_notify01 0 TINFO  : (case02) START mq_notify01 3 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case02) END => NG mq_notify01 0 TINFO  : (case03) START mq_notify01 0 TINFO  : (case03) END => NG mq_notify01 0 TINFO  : (case04) START mq_notify01 0 TINFO  : (case04) END => NG mq_notify01 0 TINFO  : (case05) START mq_notify01 0 TINFO  : (case05) END => NG mq_notify01 0 TINFO  : (case06) START mq_notify01 4 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case06) END => NG mq_notify01 5 TFAIL  : mq_notify01 failed - errno = 89 : Function not implemented mq_notify01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_open01 EXPECT: return value(ret)=0 errno=0 (Success)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_open01 0 TINFO  : (case00) START mq_open01 0 TINFO  : (case00) END => NG mq_open01 1 TFAIL  : mq_open01 failed - errno = 89 : Function not implemented mq_open01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedreceive01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedreceive01 0 TINFO  : (case00) START mq_timedreceive01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case00) END => NG mq_timedreceive01 0 TINFO  : (case01) START mq_timedreceive01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case01) END => NG mq_timedreceive01 0 TINFO  : (case02) START mq_timedreceive01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case02) END => NG mq_timedreceive01 0 TINFO  : (case03) START mq_timedreceive01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case03) END => NG mq_timedreceive01 0 TINFO  : (case04) START mq_timedreceive01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case04) END => NG mq_timedreceive01 0 TINFO  : (case05) START mq_timedreceive01 0 TINFO  : (case05) END => NG mq_timedreceive01 0 TINFO  : (case06) START mq_timedreceive01 0 TINFO  : (case06) END => NG mq_timedreceive01 0 TINFO  : (case07) START mq_timedreceive01 0 TINFO  : (case07) END => NG mq_timedreceive01 0 TINFO  : (case08) START mq_timedreceive01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case08) END => NG mq_timedreceive01 0 TINFO  : (case09) START mq_timedreceive01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case09) END => NG mq_timedreceive01 0 TINFO  : (case10) START mq_timedreceive01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case10) END => NG mq_timedreceive01 0 TINFO  : (case11) START mq_timedreceive01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case11) END => NG mq_timedreceive01 0 TINFO  : (case12) START mq_timedreceive01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case12) END => NG mq_timedreceive01 0 TINFO  : (case13) START mq_timedreceive01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case13) END => NG mq_timedreceive01 12 TFAIL  : mq_timedreceive01 failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedsend01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedsend01 0 TINFO  : (case00) START mq_timedsend01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case00) END => NG mq_timedsend01 0 TINFO  : (case01) START mq_timedsend01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case01) END => NG mq_timedsend01 0 TINFO  : (case02) START mq_timedsend01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case02) END => NG mq_timedsend01 0 TINFO  : (case03) START mq_timedsend01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case03) END => NG mq_timedsend01 0 TINFO  : (case04) START mq_timedsend01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case04) END => NG mq_timedsend01 0 TINFO  : (case05) START mq_timedsend01 0 TINFO  : (case05) END => NG mq_timedsend01 0 TINFO  : (case06) START mq_timedsend01 0 TINFO  : (case06) END => NG mq_timedsend01 0 TINFO  : (case07) START mq_timedsend01 0 TINFO  : (case07) END => NG mq_timedsend01 0 TINFO  : (case08) START mq_timedsend01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case08) END => NG mq_timedsend01 0 TINFO  : (case09) START mq_timedsend01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case09) END => NG mq_timedsend01 0 TINFO  : (case10) START mq_timedsend01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case10) END => NG mq_timedsend01 0 TINFO  : (case11) START mq_timedsend01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case11) END => NG mq_timedsend01 0 TINFO  : (case12) START mq_timedsend01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case12) END => NG mq_timedsend01 0 TINFO  : (case13) START mq_timedsend01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case13) END => NG mq_timedsend01 0 TINFO  : (case14) START mq_timedsend01 12 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case14) END => NG mq_timedsend01 13 TFAIL  : mq_timedsend01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_unlink01 mq_ulink01 0 TINFO  : (case00) START

mq_ulink01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case00) END => NG mq_ulink01 0 TINFO  : (case01) START mq_ulink01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case01) END => NG mq_ulink01 0 TINFO  : (case02) START mq_ulink01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case02) END => NG mq_ulink01 0 TINFO  : (case03) START mq_ulink01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case03) END => NG mq_ulink01 5 TFAIL  : mq_ulink01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mremap04 mremap04 1 TBROK  : shmget() Failed to create a shared memory, error:89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl01 msgctl01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl02 msgctl02 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl03 msgctl03 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl04 msgctl04 1 TBROK  : Can't create message queue #1: errno=???(89): Function not implemented

msgctl04 2 TBROK  : Remaining cases broken msgctl04 3 TBROK  : Remaining cases broken msgctl04 4 TBROK  : Remaining cases broken msgctl04 5 TBROK  : Remaining cases broken msgctl04 6 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl05 msgctl05 1 TBROK  : Can't create message queue #1 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl06 msgctl06 1 TFAIL  : msgget() failed: TEST_ERRNO=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl07 msgctl07 1 TFAIL  : msgget() failed: errno=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl08 msgctl08 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl09 msgctl09 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl10 msgctl10 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl11 msgctl11 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget01 msgget01 1 TFAIL  : msgget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget02 msgget02 1 TBROK  : Unexpected signal 18 received.

msgget02 2 TBROK  : Remaining cases broken msgget02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget03 msgget03 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget04 msgget04 1 TBROK  : Could not create message queue - errno = 89 : Function not implemented

msgget04 2 TBROK  : Remaining cases broken msgget04 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv01 msgrcv01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv02 msgrcv02 1 TBROK  : Can't create message queue #1

msgrcv02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv03 msgrcv03 1 TBROK  : Can't create message queue

msgrcv03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv04 msgrcv04 1 TBROK  : Can't create message queue

msgrcv04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv05 msgrcv05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv06 msgrcv06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd01 sgsnd01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd02 msgsnd02 1 TBROK  : Can't create message queue

msgsnd02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd03 msgsnd03 1 TBROK  : Can't create message queue

msgsnd03 2 TBROK  : Remaining cases broken msgsnd03 3 TBROK  : Remaining cases broken msgsnd03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd04 msgsnd04 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd05 msgsnd05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd06 msgsnd06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
open10 open10 1 TPASS  : Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TFAIL  :  open10.testdir.B.16658/setgid: Incorrect modes, setgid bit not set
open10      4  TFAIL  :  Test failed in block2.
open10      5  TPASS  :  Test passed in block3.
open10      6  TFAIL  :  Test failed because of above failures 
n/a
madvise03 shmctl failed: Function not implemented

madvise03 1 TFAIL  : Could not open /proc/sys/kernel/shmmax for reading madvise03 2 TBROK  : Remaining cases broken madvise03 3 TBROK  : Remaining cases broken madvise03 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed: remove(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed; errno=93: Directory not empty

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl01 semctl01 1 TBROK  : couldn't create semaphore in setup

semctl01 2 TBROK  : Remaining cases broken semctl01 3 TBROK  : Remaining cases broken semctl01 4 TBROK  : Remaining cases broken semctl01 5 TBROK  : Remaining cases broken semctl01 6 TBROK  : Remaining cases broken semctl01 7 TBROK  : Remaining cases broken semctl01 8 TBROK  : Remaining cases broken semctl01 9 TBROK  : Remaining cases broken semctl01 10 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl02 semctl02 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl03 semctl03 1 TBROK  : couldn't create semaphore in setup

semctl03 2 TBROK  : Remaining cases broken semctl03 3 TBROK  : Remaining cases broken semctl03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl04 semctl04 1 TBROK  : couldn't create semaphore in setup

semctl04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl05 semctl05 1 TBROK  : couldn't create semaphore in setup

semctl05 2 TBROK  : Remaining cases broken semctl05 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl06 semctl06 1 TFAIL  : semget() failed errno 89

semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semctl06[17011] Test failed. exit=0x100 semctl06 2 TFAIL  : semctl06[17010] Test failed. exit=0x100 semctl06 3 TFAIL  : semctl06[17009] Test failed. exit=0x100 semctl06 4 TFAIL  : semctl06 failed

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl07 semctl07 1 TFAIL  : semget() failed errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget01 semget01 1 TFAIL  : semget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget02 semget02 1 TBROK  : couldn't create semaphore in setup

semget02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget03 semget03 1 TFAIL  : unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget05 semget05 1 TBROK  : Didn't get ENOSPC in test setup - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget06 semget06 1 TFAIL  : unexpected error - 89 : Function not implemented

semget06 2 TFAIL  : unexpected error - 89 : Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop01 semop01 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop02 semop02 1 TBROK  : couldn't create semaphore in setup

semop02 2 TBROK  : Remaining cases broken semop02 3 TBROK  : Remaining cases broken semop02 4 TBROK  : Remaining cases broken semop02 5 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop03 semop03 1 TBROK  : couldn't create semaphore in setup

semop03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop04 semop04 1 TBROK  : couldn't create semaphore in setup

semop04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop05 semop05 1 TBROK  : couldn't create semaphore in setup

semop05 2 TBROK  : Remaining cases broken semop05 3 TBROK  : Remaining cases broken semop05 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat01 shmat01 1 TBROK  : Failed to create shared memory resource 1 in setup()

shmat01 2 TBROK  : Remaining cases broken shmat01 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat02 shmat02 1 TBROK  : Failed to create shared memory resource #1 in setup()

shmat02 2 TBROK  : Remaining cases broken shmat02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat03 shmat03 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl01 shmctl01 1 TBROK  : couldn't create the shared memory segment

shmctl01 2 TBROK  : Remaining cases broken shmctl01 3 TBROK  : Remaining cases broken shmctl01 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl02 shmctl02 1 TBROK  : couldn't create shared memory segment #1 in setup()

shmctl02 2 TBROK  : Remaining cases broken shmctl02 3 TBROK  : Remaining cases broken shmctl02 4 TBROK  : Remaining cases broken shmctl02 5 TBROK  : Remaining cases broken shmctl02 6 TBROK  : Remaining cases broken shmctl02 7 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl03 shmctl03 1 TBROK  : couldn't create shared memory segment in setup()

shmctl03 2 TBROK  : Remaining cases broken shmctl03 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl04 shmctl04 1 TFAIL  : SHM_INFO call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt01 shmdt01 1 TBROK  : Failed to create shared memory resource in setup() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt02 shmdt02 1 TFAIL  : call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget01 shmget01 1 TFAIL  : shmget01 call failed - errno = 89 : Function not implemented

shmget01 2 TBROK  : couldn't remove shared memory

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget02 shmget02 1 TBROK  : couldn't create shared memory segment in setup()

shmget02 2 TBROK  : Remaining cases broken shmget02 3 TBROK  : Remaining cases broken shmget02 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget03 shmget03 0 TINFO  : errno = 89 : Function not implemented

shmget03 1 TBROK  : Didn't get ENOSPC in test setup

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget04 shmget04 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget05 shmget05 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sysctl03 qemux86 n/a n/a n/a n/a n/a
syslog01 qemux86 n/a n/a n/a n/a n/a
syslog02 qemux86 n/a n/a n/a n/a n/a
syslog03 qemux86 n/a n/a n/a n/a n/a
syslog04 qemux86 n/a n/a n/a n/a n/a
syslog05 qemux86 n/a n/a n/a n/a n/a
syslog07 qemux86 n/a n/a n/a n/a n/a
syslog08 qemux86 n/a n/a n/a n/a n/a
syslog09 qemux86 n/a n/a n/a n/a n/a
syslog10 qemux86 n/a n/a n/a n/a n/a
utimensat01 chattr: Inappropriate ioctl for device while reading flags on /opt/tmp/ltp-XXXXSspWdh/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 /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file ./utimensat01 -q /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file 0 n 0 o EXPECTED: EPERM RESULT: EACCES FAILED test 16

n/a
quota_remount_test01 mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) n/a
dio04 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD/.nfs000000000191401700002d87) failed; errno=16: Device or resource busy

n/a
dio10 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb/.nfs000000000191401f00002d8b) failed; errno=16: Device or resource busy

n/a
mtest06_2 NAB main(): mmap(): Cannot allocate memory n/a The case needs more than 1GB memory
shmt02 shmt02 1 TFAIL  : shmget Failed: shmid = -1, errno = 22 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt03 shmget: Function not implemented

shmt03 1 TFAIL  : shmget Failed: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt04 shmget: Function not implemented

shmctl: Function not implemented shmt04 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt04 2 TPASS  : shmget,shmat shmt04 3 TFAIL  : shmdt shmt04 4 TPASS  : shmdt shmt04 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt05 shmget: Function not implemented

shmget2: Function not implemented shmctl: Function not implemented shmt05 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt05 2 TPASS  : shmget & shmat shmt05 3 TFAIL  : Error: shmget: shmid1 = -1, errno = 89

shmt05 4 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt06 shmget: Function not implemented

shmctl: Function not implemented shmt06 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt06 2 TPASS  : shmget,shmat shmt06 3 TFAIL  : shmdt shmt06 4 TPASS  : shmdt shmt06 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt07 shmget: Function not implemented

shmt07 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt08 shmget: Function not implemented

shmt08 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt09 shmget: Function not implemented

shmt09 1 TFAIL  : Error: shmget Failed, shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt10 shmt10 1 TFAIL  : shmget

shmt10 2 TFAIL  : Error: shmid = -1

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shm_test01 do_shmat_shmadt(): shmget(): Function not implemented

do_shmat_shmadt(): shmget(): Function not implemented thread [736167088] - process exited with errors

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mallocstress01 Semaphore creation failed Reason:: Function not implemented

semop: Function not implemented semctl

Function not implemented
n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mmapstress06 qemux86 mmapstress06: errno = 12; large mmap failed

for this test to run, it needs a mmap space of 32769 pages

n/a n/a n/a
mmapstress10 file data okay

mmapstress10 1 TPASS  : Test passed

mmapstress10 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXECGSTh/mma7TX213) failed: unlink(/opt/tmp/ltp-XXXXECGSTh/mma7TX213/.nfs00000000024990100000001a) failed; errno=16: Device or resource busy

n/a
gf02 NEW growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL  : Test failed

n/a [bug1138]
gf05 NEW growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL  : Test failed

n/a [bug1138]
gf07 NEW growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL  : Test failed

n/a [bug1138]
gf09 NEW growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL  : Test failed

n/a [bug1138]
gf19 NEW growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL  : Test failed

n/a [bug1138]
openfile01 Creating Reading Threads

openfile01 1 TPASS  : Threads are done reading openfile01 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe/.nfs00000000019082be00002d81) failed; errno=16: Device or resource busy

n/a
pipeio_1 pipeio_1 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_3 pipeio_3 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_4 pipeio_4 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_5 pipeio_5 1 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_5 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_6 pipeio_6 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_6 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_8 pipeio_8 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_8 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem01 error in semget() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem02 semget failed, errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_01 message_queue_test_01: IPC Message Queue TestSuite program

ERROR [line: 135] msgget failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_get ERROR [line: 132] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_snd ERROR [line: 134] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_rcv ERROR [line: 127] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_ctl ERROR [line: 128] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_04 ERROR [line: 139] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_05 ERROR [line: 149] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_01 ERROR [line: 148] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_02 ERROR [line: 231] semget failed n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_03 ERROR pid 23692 [line: 254] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_01 ERROR [line: 133] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_03 ERROR [line: 371] semget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_05 ERROR [line: 204] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_06 ERROR [line: 180] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_07 ERROR [line: 283] read_count shmget failed: Function not implemented

ERROR [line: 668] read_count shmctl failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
su01 qemux86 n/a n/a n/a n/a n/a
cron02 qemux86 n/a n/a n/a n/a n/a
cron_deny01 qemux86 n/a n/a n/a n/a n/a
cron_allow01 qemux86 n/a n/a n/a n/a n/a
cron_dirs_checks01 qemux86 n/a n/a n/a n/a n/a
ld LTP Assertion 1 ..................

-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg

n/a This is a LTP bug [bug1162]
file qemux86 n/a n/a n/a n/a n/a
cron qemux86 n/a n/a n/a n/a n/a
logrotate qemux86 n/a n/a n/a n/a n/a
cpio qemux86 n/a n/a n/a n/a n/a
unzip01 qemux86 n/a n/a n/a n/a n/a
gzip01 qemux86 n/a n/a n/a n/a n/a

1.1/M1

total: 146 (100%)

Routerstationpro has kernel config issues. There are many failures with message queue, semaphore, and shared memory, reported as bug [bug1161]

LTP cases status owner error msg lsb comment bugzilla
fallocate01 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a This case is expected to return -EOPNOSUPP and then LTP will skip it. However on qemuarm/qemumips -EFBIG is returned earlier, and thus trigger this failure.

Actually I don't understand why this will happen, and any offset/length returns same failure. fallocate from util-linux could trigger this failure too.

[bug678]
fallocate02 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fallocate03 fallocate(6, 0, 49152, 4096) failed: TEST_ERRNO=EFBIG(27): File too large n/a same as fallocate01 [bug678]
fcntl16 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnqQbRH5/.nfs00000000019082760000000f) failed; errno=16: Device or resource busy

n/a
fcntl16_64 fcntl16 0 TINFO  : Entering block 1

fcntl16 0 TINFO  : Test case 1: without manadatory locking PASSED fcntl16 0 TINFO  : Exiting block 1 fcntl16 0 TINFO  : Entering block 2 fcntl16 1 TFAIL  : First parent lock failed fcntl16 2 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 2: with mandatory record locking FAILED fcntl16 0 TINFO  : Exiting block 2 fcntl16 0 TINFO  : Entering block 3 fcntl16 3 TFAIL  : First parent lock failed fcntl16 4 TFAIL  : Test case 1, errno = 46 fcntl16 0 TINFO  : Test case 3: mandatory locking with NODELAY FAILED fcntl16 0 TINFO  : Exiting block 3 fcntl16 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/fcnpViDLd/.nfs000000000190823900000011) failed; errno=16: Device or resource busy

n/a
fsync02 fsync02 1 TBROK  : Unexpected signal 8 received.

fsync02 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed: remove(/opt/tmp/ltp-XXXXSspWdh/fsyvPF5qw) failed; errno=93: Directory not empty

n/a
inotify02 inotify02 1 TPASS  : get event: wd=1 mask=40000004 cookie=0 len=0 name=""

inotify02 2 TPASS  : get event: wd=1 mask=100 cookie=0 len=16 name="test_file1" inotify02 3 TPASS  : get event: wd=1 mask=20 cookie=0 len=16 name="test_file1" inotify02 4 TPASS  : get event: wd=1 mask=8 cookie=0 len=16 name="test_file1" inotify02 5 TPASS  : get event: wd=1 mask=40 cookie=2 len=16 name="test_file1" inotify02 6 TPASS  : get event: wd=1 mask=80 cookie=2 len=16 name="test_file2" inotify02 7 TPASS  : get event: wd=1 mask=800 cookie=0 len=0 name="" inotify02 8 TFAIL  : don't get event: mask=74657374 inotify02 9 TFAIL  : don't get event: mask=0

n/a
kill05 kill05 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
kill07 kill07 1 TBROK  : Failed to setup shared memory n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mq_notify01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_notify01 0 TINFO  : (case00) START mq_notify01 1 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case00) END => NG mq_notify01 0 TINFO  : (case01) START mq_notify01 2 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case01) END => NG mq_notify01 0 TINFO  : (case02) START mq_notify01 3 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case02) END => NG mq_notify01 0 TINFO  : (case03) START mq_notify01 0 TINFO  : (case03) END => NG mq_notify01 0 TINFO  : (case04) START mq_notify01 0 TINFO  : (case04) END => NG mq_notify01 0 TINFO  : (case05) START mq_notify01 0 TINFO  : (case05) END => NG mq_notify01 0 TINFO  : (case06) START mq_notify01 4 TFAIL  : mq_open failed errno = 89 : Function not implemented mq_notify01 0 TINFO  : (case06) END => NG mq_notify01 5 TFAIL  : mq_notify01 failed - errno = 89 : Function not implemented mq_notify01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_open01 EXPECT: return value(ret)=0 errno=0 (Success)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_open01 0 TINFO  : (case00) START mq_open01 0 TINFO  : (case00) END => NG mq_open01 1 TFAIL  : mq_open01 failed - errno = 89 : Function not implemented mq_open01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedreceive01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedreceive01 0 TINFO  : (case00) START mq_timedreceive01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case00) END => NG mq_timedreceive01 0 TINFO  : (case01) START mq_timedreceive01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case01) END => NG mq_timedreceive01 0 TINFO  : (case02) START mq_timedreceive01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case02) END => NG mq_timedreceive01 0 TINFO  : (case03) START mq_timedreceive01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case03) END => NG mq_timedreceive01 0 TINFO  : (case04) START mq_timedreceive01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case04) END => NG mq_timedreceive01 0 TINFO  : (case05) START mq_timedreceive01 0 TINFO  : (case05) END => NG mq_timedreceive01 0 TINFO  : (case06) START mq_timedreceive01 0 TINFO  : (case06) END => NG mq_timedreceive01 0 TINFO  : (case07) START mq_timedreceive01 0 TINFO  : (case07) END => NG mq_timedreceive01 0 TINFO  : (case08) START mq_timedreceive01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case08) END => NG mq_timedreceive01 0 TINFO  : (case09) START mq_timedreceive01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case09) END => NG mq_timedreceive01 0 TINFO  : (case10) START mq_timedreceive01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case10) END => NG mq_timedreceive01 0 TINFO  : (case11) START mq_timedreceive01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case11) END => NG mq_timedreceive01 0 TINFO  : (case12) START mq_timedreceive01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case12) END => NG mq_timedreceive01 0 TINFO  : (case13) START mq_timedreceive01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : (case13) END => NG mq_timedreceive01 12 TFAIL  : mq_timedreceive01 failed - errno = 89 : Function not implemented mq_timedreceive01 0 TINFO  : NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_timedsend01 EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor)

RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) EXPECT: return value(ret)=-1 errno=9 (Bad file descriptor) RESULT: return value(ret)=-1 errno=89 (Function not implemented) mq_timedsend01 0 TINFO  : (case00) START mq_timedsend01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case00) END => NG mq_timedsend01 0 TINFO  : (case01) START mq_timedsend01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case01) END => NG mq_timedsend01 0 TINFO  : (case02) START mq_timedsend01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case02) END => NG mq_timedsend01 0 TINFO  : (case03) START mq_timedsend01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case03) END => NG mq_timedsend01 0 TINFO  : (case04) START mq_timedsend01 5 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case04) END => NG mq_timedsend01 0 TINFO  : (case05) START mq_timedsend01 0 TINFO  : (case05) END => NG mq_timedsend01 0 TINFO  : (case06) START mq_timedsend01 0 TINFO  : (case06) END => NG mq_timedsend01 0 TINFO  : (case07) START mq_timedsend01 0 TINFO  : (case07) END => NG mq_timedsend01 0 TINFO  : (case08) START mq_timedsend01 6 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case08) END => NG mq_timedsend01 0 TINFO  : (case09) START mq_timedsend01 7 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case09) END => NG mq_timedsend01 0 TINFO  : (case10) START mq_timedsend01 8 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case10) END => NG mq_timedsend01 0 TINFO  : (case11) START mq_timedsend01 9 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case11) END => NG mq_timedsend01 0 TINFO  : (case12) START mq_timedsend01 10 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case12) END => NG mq_timedsend01 0 TINFO  : (case13) START mq_timedsend01 11 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case13) END => NG mq_timedsend01 0 TINFO  : (case14) START mq_timedsend01 12 TFAIL  : mq_open failed - errno = 89 : Function not implemented

mq_timedsend01 0 TINFO  : (case14) END => NG mq_timedsend01 13 TFAIL  : mq_timedsend01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mq_unlink01 mq_ulink01 0 TINFO  : (case00) START

mq_ulink01 1 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case00) END => NG mq_ulink01 0 TINFO  : (case01) START mq_ulink01 2 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case01) END => NG mq_ulink01 0 TINFO  : (case02) START mq_ulink01 3 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case02) END => NG mq_ulink01 0 TINFO  : (case03) START mq_ulink01 4 TFAIL  : mq_open failed - errno = 89 : Function not implemented mq_ulink01 0 TINFO  : (case03) END => NG mq_ulink01 5 TFAIL  : mq_ulink01 failed - errno = 89 : Function not implemented NG

n/a PASS when enable POSIX_MQUEUE and POSIX_MQUEUE_SYSCTL in kernel configure [bug1161]
mremap04 mremap04 1 TBROK  : shmget() Failed to create a shared memory, error:89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl01 msgctl01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl02 msgctl02 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl03 msgctl03 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl04 msgctl04 1 TBROK  : Can't create message queue #1: errno=???(89): Function not implemented

msgctl04 2 TBROK  : Remaining cases broken msgctl04 3 TBROK  : Remaining cases broken msgctl04 4 TBROK  : Remaining cases broken msgctl04 5 TBROK  : Remaining cases broken msgctl04 6 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl05 msgctl05 1 TBROK  : Can't create message queue #1 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl06 msgctl06 1 TFAIL  : msgget() failed: TEST_ERRNO=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl07 msgctl07 1 TFAIL  : msgget() failed: errno=???(89): Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl08 msgctl08 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl09 msgctl09 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl10 msgctl10 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgctl11 msgctl11 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget01 msgget01 1 TFAIL  : msgget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget02 msgget02 1 TBROK  : Unexpected signal 18 received.

msgget02 2 TBROK  : Remaining cases broken msgget02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget03 msgget03 1 TBROK  : Could not open /proc/sys/kernel/msgmni n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgget04 msgget04 1 TBROK  : Could not create message queue - errno = 89 : Function not implemented

msgget04 2 TBROK  : Remaining cases broken msgget04 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv01 msgrcv01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv02 msgrcv02 1 TBROK  : Can't create message queue #1

msgrcv02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv03 msgrcv03 1 TBROK  : Can't create message queue

msgrcv03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv04 msgrcv04 1 TBROK  : Can't create message queue

msgrcv04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv05 msgrcv05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgrcv06 msgrcv06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd01 sgsnd01 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd02 msgsnd02 1 TBROK  : Can't create message queue

msgsnd02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd03 msgsnd03 1 TBROK  : Can't create message queue

msgsnd03 2 TBROK  : Remaining cases broken msgsnd03 3 TBROK  : Remaining cases broken msgsnd03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd04 msgsnd04 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd05 msgsnd05 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
msgsnd06 msgsnd06 1 TBROK  : Can't create message queue n/a PASS when enable SYSVIPC in kernel configure [bug1161]
open10 open10 1 TPASS  : Test passed in block0.
open10      2  TPASS  :  Test passed in block1.
open10      3  TFAIL  :  open10.testdir.B.16658/setgid: Incorrect modes, setgid bit not set
open10      4  TFAIL  :  Test failed in block2.
open10      5  TPASS  :  Test passed in block3.
open10      6  TFAIL  :  Test failed because of above failures 
n/a
madvise03 shmctl failed: Function not implemented

madvise03 1 TFAIL  : Could not open /proc/sys/kernel/shmmax for reading madvise03 2 TBROK  : Remaining cases broken madvise03 3 TBROK  : Remaining cases broken madvise03 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed: remove(/opt/tmp/ltp-XXXXSspWdh/madiJiHRt) failed; errno=93: Directory not empty

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl01 semctl01 1 TBROK  : couldn't create semaphore in setup

semctl01 2 TBROK  : Remaining cases broken semctl01 3 TBROK  : Remaining cases broken semctl01 4 TBROK  : Remaining cases broken semctl01 5 TBROK  : Remaining cases broken semctl01 6 TBROK  : Remaining cases broken semctl01 7 TBROK  : Remaining cases broken semctl01 8 TBROK  : Remaining cases broken semctl01 9 TBROK  : Remaining cases broken semctl01 10 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl02 semctl02 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl03 semctl03 1 TBROK  : couldn't create semaphore in setup

semctl03 2 TBROK  : Remaining cases broken semctl03 3 TBROK  : Remaining cases broken semctl03 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl04 semctl04 1 TBROK  : couldn't create semaphore in setup

semctl04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl05 semctl05 1 TBROK  : couldn't create semaphore in setup

semctl05 2 TBROK  : Remaining cases broken semctl05 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl06 semctl06 1 TFAIL  : semget() failed errno 89

semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semget() failed errno 89 semctl06 1 TFAIL  : semctl06[17011] Test failed. exit=0x100 semctl06 2 TFAIL  : semctl06[17010] Test failed. exit=0x100 semctl06 3 TFAIL  : semctl06[17009] Test failed. exit=0x100 semctl06 4 TFAIL  : semctl06 failed

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semctl07 semctl07 1 TFAIL  : semget() failed errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget01 semget01 1 TFAIL  : semget01 call failed - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget02 semget02 1 TBROK  : couldn't create semaphore in setup

semget02 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget03 semget03 1 TFAIL  : unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget05 semget05 1 TBROK  : Didn't get ENOSPC in test setup - errno = 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semget06 semget06 1 TFAIL  : unexpected error - 89 : Function not implemented

semget06 2 TFAIL  : unexpected error - 89 : Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop01 semop01 1 TBROK  : couldn't create semaphore in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop02 semop02 1 TBROK  : couldn't create semaphore in setup

semop02 2 TBROK  : Remaining cases broken semop02 3 TBROK  : Remaining cases broken semop02 4 TBROK  : Remaining cases broken semop02 5 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop03 semop03 1 TBROK  : couldn't create semaphore in setup

semop03 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop04 semop04 1 TBROK  : couldn't create semaphore in setup

semop04 2 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semop05 semop05 1 TBROK  : couldn't create semaphore in setup

semop05 2 TBROK  : Remaining cases broken semop05 3 TBROK  : Remaining cases broken semop05 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat01 shmat01 1 TBROK  : Failed to create shared memory resource 1 in setup()

shmat01 2 TBROK  : Remaining cases broken shmat01 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat02 shmat02 1 TBROK  : Failed to create shared memory resource #1 in setup()

shmat02 2 TBROK  : Remaining cases broken shmat02 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmat03 shmat03 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl01 shmctl01 1 TBROK  : couldn't create the shared memory segment

shmctl01 2 TBROK  : Remaining cases broken shmctl01 3 TBROK  : Remaining cases broken shmctl01 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl02 shmctl02 1 TBROK  : couldn't create shared memory segment #1 in setup()

shmctl02 2 TBROK  : Remaining cases broken shmctl02 3 TBROK  : Remaining cases broken shmctl02 4 TBROK  : Remaining cases broken shmctl02 5 TBROK  : Remaining cases broken shmctl02 6 TBROK  : Remaining cases broken shmctl02 7 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl03 shmctl03 1 TBROK  : couldn't create shared memory segment in setup()

shmctl03 2 TBROK  : Remaining cases broken shmctl03 3 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmctl04 shmctl04 1 TFAIL  : SHM_INFO call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt01 shmdt01 1 TBROK  : Failed to create shared memory resource in setup() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmdt02 shmdt02 1 TFAIL  : call failed with an unexpected error - 89 : Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget01 shmget01 1 TFAIL  : shmget01 call failed - errno = 89 : Function not implemented

shmget01 2 TBROK  : couldn't remove shared memory

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget02 shmget02 1 TBROK  : couldn't create shared memory segment in setup()

shmget02 2 TBROK  : Remaining cases broken shmget02 3 TBROK  : Remaining cases broken shmget02 4 TBROK  : Remaining cases broken

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget03 shmget03 0 TINFO  : errno = 89 : Function not implemented

shmget03 1 TBROK  : Didn't get ENOSPC in test setup

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget04 shmget04 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmget05 shmget05 1 TBROK  : Failed to create shared memory segment in setup n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sysctl03 qemux86 n/a n/a n/a n/a n/a
syslog01 qemux86 n/a n/a n/a n/a n/a
syslog02 qemux86 n/a n/a n/a n/a n/a
syslog03 qemux86 n/a n/a n/a n/a n/a
syslog04 qemux86 n/a n/a n/a n/a n/a
syslog05 qemux86 n/a n/a n/a n/a n/a
syslog07 qemux86 n/a n/a n/a n/a n/a
syslog08 qemux86 n/a n/a n/a n/a n/a
syslog09 qemux86 n/a n/a n/a n/a n/a
syslog10 qemux86 n/a n/a n/a n/a n/a
utimensat01 chattr: Inappropriate ioctl for device while reading flags on /opt/tmp/ltp-XXXXSspWdh/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 /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file ./utimensat01 -q /opt/tmp/ltp-XXXXSspWdh/utimensat_tests/utimensat.test_file 0 n 0 o EXPECTED: EPERM RESULT: EACCES FAILED test 16

n/a
quota_remount_test01 mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) n/a
dio04 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/diokvq1PD/.nfs000000000191401700002d87) failed; errno=16: Device or resource busy

n/a
dio10 diotest4 1 TPASS  : Negative Offset

diotest4 2 TPASS  : removed diotest4 3 TFAIL  : read allows odd count. returns 1: Invalid argument diotest4 4 TFAIL  : write allows odd count.returns 1: Invalid argument diotest4 5 TFAIL  : Odd count of read and write diotest4 6 TPASS  : Read beyond the file size diotest4 7 TPASS  : Invalid file descriptor diotest4 8 TPASS  : Out of range file descriptor diotest4 9 TPASS  : Closed file descriptor diotest4 10 TPASS  : removed diotest4 11 TCONF  : Direct I/O on /dev/null is not supported diotest4 12 TPASS  : read, write to a mmaped file diotest4 13 TPASS  : read, write to an unmapped file diotest4 14 TPASS  : read from file not open for reading diotest4 15 TPASS  : write to file not open for writing diotest4 16 TFAIL  : allows read nonaligned buf. returns 4096: Bad file descriptor diotest4 17 TFAIL  : allows write nonaligned buf. returns 4096: Bad file descriptor diotest4 18 TFAIL  : read, write with non-aligned buffer diotest4 19 TPASS  : read, write buffer in read-only space diotest4 20 TPASS  : read, write in non-existant space diotest4 21 TPASS  : read, write for file with O_SYNC diotest4 0 TINFO  : 2/15 test blocks failed diotest4 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/dion2gqWb/.nfs000000000191401f00002d8b) failed; errno=16: Device or resource busy

n/a
mtest06 qemux86 n/a n/a n/a n/a
mtest06_2 NAB main(): mmap(): Cannot allocate memory n/a The case needs more than 1GB memory
shmt02 shmt02 1 TFAIL  : shmget Failed: shmid = -1, errno = 22 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt03 shmget: Function not implemented

shmt03 1 TFAIL  : shmget Failed: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt04 shmget: Function not implemented

shmctl: Function not implemented shmt04 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt04 2 TPASS  : shmget,shmat shmt04 3 TFAIL  : shmdt shmt04 4 TPASS  : shmdt shmt04 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt05 shmget: Function not implemented

shmget2: Function not implemented shmctl: Function not implemented shmt05 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt05 2 TPASS  : shmget & shmat shmt05 3 TFAIL  : Error: shmget: shmid1 = -1, errno = 89

shmt05 4 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt06 shmget: Function not implemented

shmctl: Function not implemented shmt06 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

shmt06 2 TPASS  : shmget,shmat shmt06 3 TFAIL  : shmdt shmt06 4 TPASS  : shmdt shmt06 5 TFAIL  : shmctl Failed to remove: shmid = -1, errno = 89

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt07 shmget: Function not implemented

shmt07 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt08 shmget: Function not implemented

shmt08 1 TFAIL  : Error: shmget: shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt09 shmget: Function not implemented

shmt09 1 TFAIL  : Error: shmget Failed, shmid = -1, errno = 22

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmt10 shmt10 1 TFAIL  : shmget

shmt10 2 TFAIL  : Error: shmid = -1

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shm_test01 do_shmat_shmadt(): shmget(): Function not implemented

do_shmat_shmadt(): shmget(): Function not implemented thread [736167088] - process exited with errors

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mallocstress01 Semaphore creation failed Reason:: Function not implemented

semop: Function not implemented semctl

Function not implemented
n/a PASS when enable SYSVIPC in kernel configure [bug1161]
mmapstress06 qemux86 mmapstress06: errno = 12; large mmap failed

for this test to run, it needs a mmap space of 32769 pages

n/a n/a n/a
mmapstress10 file data okay

mmapstress10 1 TPASS  : Test passed

mmapstress10 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXECGSTh/mma7TX213) failed: unlink(/opt/tmp/ltp-XXXXECGSTh/mma7TX213/.nfs00000000024990100000001a) failed; errno=16: Device or resource busy

n/a
gf02 NEW growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL  : Test failed

n/a [bug1138]
gf05 NEW growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL  : Test failed

n/a [bug1138]
gf07 NEW growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL  : Test failed

n/a [bug1138]
gf09 NEW growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL  : Test failed

n/a [bug1138]
gf19 NEW growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002

growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL  : Test failed

n/a [bug1138]
openfile01 Creating Reading Threads

openfile01 1 TPASS  : Threads are done reading openfile01 0 TWARN  : tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe) failed: unlink(/opt/tmp/ltp-XXXXSspWdh/opeyOvtFe/.nfs00000000019082be00002d81) failed; errno=16: Device or resource busy

n/a
pipeio_1 pipeio_1 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_3 pipeio_3 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_4 pipeio_4 1 TBROK  : Couldn't allocate semaphore: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_5 pipeio_5 1 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_5 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_6 pipeio_6 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_6 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
pipeio_8 pipeio_8 0 TINFO  : adjusting i/o size to 4096, and # of writes to 13

pipeio_8 1 TBROK  : Couldn't allocate semaphore: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem01 error in semget() n/a PASS when enable SYSVIPC in kernel configure [bug1161]
sem02 semget failed, errno = 89 n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_01 message_queue_test_01: IPC Message Queue TestSuite program

ERROR [line: 135] msgget failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_get ERROR [line: 132] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_snd ERROR [line: 134] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_rcv ERROR [line: 127] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_02_ctl ERROR [line: 128] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_04 ERROR [line: 139] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
message_queue_test_05 ERROR [line: 149] msgget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_01 ERROR [line: 148] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_02 ERROR [line: 231] semget failed n/a PASS when enable SYSVIPC in kernel configure [bug1161]
semaphore_test_03 ERROR pid 23692 [line: 254] semget (IPC_PRIVATE) failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_01 ERROR [line: 133] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_03 ERROR [line: 371] semget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_05 ERROR [line: 204] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_06 ERROR [line: 180] shmget failed: Function not implemented n/a PASS when enable SYSVIPC in kernel configure [bug1161]
shmem_test_07 ERROR [line: 283] read_count shmget failed: Function not implemented

ERROR [line: 668] read_count shmctl failed: Function not implemented

n/a PASS when enable SYSVIPC in kernel configure [bug1161]
su01 qemux86 n/a n/a n/a n/a n/a
cron02 qemux86 n/a n/a n/a n/a n/a
cron_deny01 qemux86 n/a n/a n/a n/a n/a
cron_allow01 qemux86 n/a n/a n/a n/a n/a
cron_dirs_checks01 qemux86 n/a n/a n/a n/a n/a
ar -)17 SKIPPED due to binutils ar automatically adds a symbol.

-)18 -)19 SKIPPED due to binutils ar automatically adds a symbol. -)20 FAIL - ar with -v flag failed to print a line for each file -)22 -)23 -)24 -)25 -)26 SKIPPED UNDER PAN ar: creating /tmp/ar01-26314/lib.a -)27 ar: creating /tmp/ar01-26314/lib.a -)28 ar: creating /tmp/ar01-26314/lib.a -)29 ar: creating /tmp/ar01-26314/lib.a -)30 ar: creating /tmp/ar01-26314/lib.a -)31

n/a
ld NEW Assertion 1 ..................

-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg

n/a [bug1162]
file qemux86 n/a n/a n/a n/a n/a
cron qemux86 n/a n/a n/a n/a n/a
logrotate qemux86 n/a n/a n/a n/a n/a
cpio qemux86 n/a n/a n/a n/a n/a
unzip01 qemux86 n/a n/a n/a n/a n/a
gzip01 qemux86 n/a n/a n/a n/a n/a

1.0/M4 -RC2

total: 140 There are still many failures with RC2 image:

LTP cases status owner error msg lsb comment bugzilla
fallocate01 not started n/a n/a n/a n/a n/a
fallocate02 not started n/a n/a n/a n/a n/a
fallocate03 not started n/a n/a n/a n/a n/a
fcntl16 not started n/a n/a n/a n/a n/a
fcntl16_64 not started n/a n/a n/a n/a n/a
kill05 not started n/a n/a n/a n/a n/a
kill07 not started n/a n/a n/a n/a n/a
lchown02 not started n/a n/a n/a n/a n/a
lchown02_16 not started n/a n/a n/a n/a n/a
mq_notify01 not started n/a n/a n/a n/a n/a
mq_open01 not started n/a n/a n/a n/a n/a
mq_timedreceive01 not started n/a n/a n/a n/a n/a
mq_timedsend01 not started n/a n/a n/a n/a n/a
mq_unlink01 not started n/a n/a n/a n/a n/a
mremap04 not started n/a n/a n/a n/a n/a
msgctl01 not started n/a n/a n/a n/a n/a
msgctl02 not started n/a n/a n/a n/a n/a
msgctl03 not started n/a n/a n/a n/a n/a
msgctl04 not started n/a n/a n/a n/a n/a
msgctl05 not started n/a n/a n/a n/a n/a
msgctl06 not started n/a n/a n/a n/a n/a
msgctl07 not started n/a n/a n/a n/a n/a
msgctl08 not started n/a n/a n/a n/a n/a
msgctl09 not started n/a n/a n/a n/a n/a
msgctl10 not started n/a n/a n/a n/a n/a
msgctl11 not started n/a n/a n/a n/a n/a
msgget01 not started n/a n/a n/a n/a n/a
msgget02 not started n/a n/a n/a n/a n/a
msgget03 not started n/a n/a n/a n/a n/a
msgget04 not started n/a n/a n/a n/a n/a
msgrcv01 not started n/a n/a n/a n/a n/a
msgrcv02 not started n/a n/a n/a n/a n/a
msgrcv03 not started n/a n/a n/a n/a n/a
msgrcv04 not started n/a n/a n/a n/a n/a
msgrcv05 not started n/a n/a n/a n/a n/a
msgrcv06 not started n/a n/a n/a n/a n/a
msgsnd01 not started n/a n/a n/a n/a n/a
msgsnd02 not started n/a n/a n/a n/a n/a
msgsnd03 not started n/a n/a n/a n/a n/a
msgsnd04 not started n/a n/a n/a n/a n/a
msgsnd05 not started n/a n/a n/a n/a n/a
msgsnd06 not started n/a n/a n/a n/a n/a
madvise03 not started n/a n/a n/a n/a n/a
semctl01 not started n/a n/a n/a n/a n/a
semctl02 not started n/a n/a n/a n/a n/a
semctl03 not started n/a n/a n/a n/a n/a
semctl04 not started n/a n/a n/a n/a n/a
semctl05 not started n/a n/a n/a n/a n/a
semctl06 not started n/a n/a n/a n/a n/a
semctl07 not started n/a n/a n/a n/a n/a
semget01 not started n/a n/a n/a n/a n/a
semget02 not started n/a n/a n/a n/a n/a
semget03 not started n/a n/a n/a n/a n/a
semget05 not started n/a n/a n/a n/a n/a
semget06 not started n/a n/a n/a n/a n/a
semop01 not started n/a n/a n/a n/a n/a
semop02 not started n/a n/a n/a n/a n/a
semop03 not started n/a n/a n/a n/a n/a
semop04 not started n/a n/a n/a n/a n/a
semop05 not started n/a n/a n/a n/a n/a
shmat01 not started n/a n/a n/a n/a n/a
shmat02 not started n/a n/a n/a n/a n/a
shmat03 not started n/a n/a n/a n/a n/a
shmctl01 not started n/a n/a n/a n/a n/a
shmctl02 not started n/a n/a n/a n/a n/a
shmctl03 not started n/a n/a n/a n/a n/a
shmctl04 not started n/a n/a n/a n/a n/a
shmdt01 not started n/a n/a n/a n/a n/a
shmdt02 not started n/a n/a n/a n/a n/a
shmget01 not started n/a n/a n/a n/a n/a
shmget02 not started n/a n/a n/a n/a n/a
shmget03 not started n/a n/a n/a n/a n/a
shmget04 not started n/a n/a n/a n/a n/a
shmget05 not started n/a n/a n/a n/a n/a
sysctl03 not started n/a n/a n/a n/a n/a
syslog01 not started n/a n/a n/a n/a n/a
syslog02 not started n/a n/a n/a n/a n/a
syslog03 not started n/a n/a n/a n/a n/a
syslog04 not started n/a n/a n/a n/a n/a
syslog05 not started n/a n/a n/a n/a n/a
syslog06 not started n/a n/a n/a n/a n/a
syslog07 not started n/a n/a n/a n/a n/a
syslog08 not started n/a n/a n/a n/a n/a
syslog09 not started n/a n/a n/a n/a n/a
syslog10 not started n/a n/a n/a n/a n/a
syslog11 not started n/a n/a n/a n/a n/a
syslog12 not started n/a n/a n/a n/a n/a
utimensat01 not started n/a n/a n/a n/a n/a
rwtest03 not started n/a n/a n/a n/a n/a
quota_remount_test01 not started n/a n/a n/a n/a n/a
dio04 not started n/a n/a n/a n/a n/a
dio10 not started n/a n/a n/a n/a n/a
mtest06 not started n/a n/a n/a n/a n/a
mtest06_2 not started n/a n/a n/a n/a n/a
shmt02 not started n/a n/a n/a n/a n/a
shmt03 not started n/a n/a n/a n/a n/a
shmt04 not started n/a n/a n/a n/a n/a
shmt05 not started n/a n/a n/a n/a n/a
shmt06 not started n/a n/a n/a n/a n/a
shmt07 not started n/a n/a n/a n/a n/a
shmt08 not started n/a n/a n/a n/a n/a
shmt09 not started n/a n/a n/a n/a n/a
shmt10 not started n/a n/a n/a n/a n/a
shm_test01 not started n/a n/a n/a n/a n/a
mallocstress01 not started n/a n/a n/a n/a n/a
mmapstress06 not started n/a n/a n/a n/a n/a
mmapstress10 not started n/a n/a n/a n/a n/a
pipeio_1 not started n/a n/a n/a n/a n/a
pipeio_3 not started n/a n/a n/a n/a n/a
pipeio_4 not started n/a n/a n/a n/a n/a
pipeio_5 not started n/a n/a n/a n/a n/a
pipeio_6 not started n/a n/a n/a n/a n/a
pipeio_8 not started n/a n/a n/a n/a n/a
sem01 not started n/a n/a n/a n/a n/a
sem02 not started n/a n/a n/a n/a n/a
message_queue_test_01 not started n/a n/a n/a n/a n/a
message_queue_test_02_get not started n/a n/a n/a n/a n/a
message_queue_test_02_snd not started n/a n/a n/a n/a n/a
message_queue_test_02_rcv not started n/a n/a n/a n/a n/a
message_queue_test_02_ctl not started n/a n/a n/a n/a n/a
message_queue_test_04 not started n/a n/a n/a n/a n/a
message_queue_test_05 not started n/a n/a n/a n/a n/a
semaphore_test_01 not started n/a n/a n/a n/a n/a
semaphore_test_02 not started n/a n/a n/a n/a n/a
semaphore_test_03 not started n/a n/a n/a n/a n/a
shmem_test_01 not started n/a n/a n/a n/a n/a
shmem_test_03 not started n/a n/a n/a n/a n/a
shmem_test_05 not started n/a n/a n/a n/a n/a
shmem_test_06 not started n/a n/a n/a n/a n/a
shmem_test_07 not started n/a n/a n/a n/a n/a
su01 not started n/a n/a n/a n/a n/a
cron02 not started n/a n/a n/a n/a n/a
cron_deny01 not started n/a n/a n/a n/a n/a
cron_allow01 not started n/a n/a n/a n/a n/a
cron_dirs_checks01 not started n/a n/a n/a n/a n/a
file not started n/a n/a n/a n/a n/a
cron not started n/a n/a n/a n/a n/a
logrotate not started n/a n/a n/a n/a n/a
cpio not started n/a n/a n/a n/a n/a
unzip01 not started n/a n/a n/a n/a n/a
gzip01 not started n/a n/a n/a n/a n/a


1.0/M2

total: 145 (0%)

  • LTP: 0
  • NAB: 0
  • Fixed: 0
  • Duplicated: 0
  • pending: 0
  • not started: 145

similarity: 28 (19.00%):

       the highest noise comes from routerstation. In a glimpse the new failures come from:
           * no IPC mechanisms: shm, msg, ... 
       this has been mostly solved in newer 2.6.37 kernel, and thus will be analyzed in next M3 test
           
LTP cases status owner error msg lsb comment bugzilla
fallocate01 not started n/a n/a n/a n/a n/a
fallocate02 not started n/a n/a n/a n/a n/a
fallocate03 not started n/a n/a n/a n/a n/a
fcntl16 not started n/a n/a n/a n/a n/a
fcntl16_64 not started n/a n/a n/a n/a n/a
ftruncate04 not started n/a n/a n/a n/a n/a
ftruncate04_64 not started n/a n/a n/a n/a n/a
kill05 not started n/a n/a n/a n/a n/a
kill07 not started n/a n/a n/a n/a n/a
lchown02 not started n/a n/a n/a n/a n/a
lchown02_16 not started n/a n/a n/a n/a n/a
mq_notify01 not started n/a n/a n/a n/a n/a
mq_open01 not started n/a n/a n/a n/a n/a
mq_timedreceive01 not started n/a n/a n/a n/a n/a
mq_timedsend01 not started n/a n/a n/a n/a n/a
mq_unlink01 not started n/a n/a n/a n/a n/a
mremap04 not started n/a n/a n/a n/a n/a
msgctl01 not started n/a n/a n/a n/a n/a
msgctl02 not started n/a n/a n/a n/a n/a
msgctl03 not started n/a n/a n/a n/a n/a
msgctl04 not started n/a n/a n/a n/a n/a
msgctl05 not started n/a n/a n/a n/a n/a
msgctl06 not started n/a n/a n/a n/a n/a
msgctl07 not started n/a n/a n/a n/a n/a
msgctl08 not started n/a n/a n/a n/a n/a
msgctl09 not started n/a n/a n/a n/a n/a
msgctl10 not started n/a n/a n/a n/a n/a
msgctl11 not started n/a n/a n/a n/a n/a
msgget01 not started n/a n/a n/a n/a n/a
msgget02 not started n/a n/a n/a n/a n/a
msgget03 not started n/a n/a n/a n/a n/a
msgget04 not started n/a n/a n/a n/a n/a
msgrcv01 not started n/a n/a n/a n/a n/a
msgrcv02 not started n/a n/a n/a n/a n/a
msgrcv03 not started n/a n/a n/a n/a n/a
msgrcv04 not started n/a n/a n/a n/a n/a
msgrcv05 not started n/a n/a n/a n/a n/a
msgrcv06 not started n/a n/a n/a n/a n/a
msgsnd01 not started n/a n/a n/a n/a n/a
msgsnd02 not started n/a n/a n/a n/a n/a
msgsnd03 not started n/a n/a n/a n/a n/a
msgsnd04 not started n/a n/a n/a n/a n/a
msgsnd05 not started n/a n/a n/a n/a n/a
msgsnd06 not started n/a n/a n/a n/a n/a
msync01 not started n/a n/a n/a n/a n/a
madvise03 not started n/a n/a n/a n/a n/a
recvmsg01 not started n/a n/a n/a n/a n/a
semctl01 not started n/a n/a n/a n/a n/a
semctl02 not started n/a n/a n/a n/a n/a
semctl03 not started n/a n/a n/a n/a n/a
semctl04 not started n/a n/a n/a n/a n/a
semctl05 not started n/a n/a n/a n/a n/a
semctl06 not started n/a n/a n/a n/a n/a
semctl07 not started n/a n/a n/a n/a n/a
semget01 not started n/a n/a n/a n/a n/a
semget02 not started n/a n/a n/a n/a n/a
semget03 not started n/a n/a n/a n/a n/a
semget05 not started n/a n/a n/a n/a n/a
semget06 not started n/a n/a n/a n/a n/a
semop01 not started n/a n/a n/a n/a n/a
semop02 not started n/a n/a n/a n/a n/a
semop03 not started n/a n/a n/a n/a n/a
semop04 not started n/a n/a n/a n/a n/a
semop05 not started n/a n/a n/a n/a n/a
shmat01 not started n/a n/a n/a n/a n/a
shmat02 not started n/a n/a n/a n/a n/a
shmat03 not started n/a n/a n/a n/a n/a
shmctl01 not started n/a n/a n/a n/a n/a
shmctl02 not started n/a n/a n/a n/a n/a
shmctl03 not started n/a n/a n/a n/a n/a
shmctl04 not started n/a n/a n/a n/a n/a
shmdt01 not started n/a n/a n/a n/a n/a
shmdt02 not started n/a n/a n/a n/a n/a
shmget01 not started n/a n/a n/a n/a n/a
shmget02 not started n/a n/a n/a n/a n/a
shmget03 not started n/a n/a n/a n/a n/a
shmget04 not started n/a n/a n/a n/a n/a
shmget05 not started n/a n/a n/a n/a n/a
sysctl03 not started n/a n/a n/a n/a n/a
syslog01 not started n/a n/a n/a n/a n/a
syslog02 not started n/a n/a n/a n/a n/a
syslog03 not started n/a n/a n/a n/a n/a
syslog04 not started n/a n/a n/a n/a n/a
syslog05 not started n/a n/a n/a n/a n/a
syslog07 not started n/a n/a n/a n/a n/a
syslog08 not started n/a n/a n/a n/a n/a
syslog09 not started n/a n/a n/a n/a n/a
syslog10 not started n/a n/a n/a n/a n/a
utimensat01 not started n/a n/a n/a n/a n/a
rwtest04 not started n/a n/a n/a n/a n/a
quota_remount_test01 not started n/a n/a n/a n/a n/a
dio04 not started n/a n/a n/a n/a n/a
dio10 not started n/a n/a n/a n/a n/a
mtest06_2 not started n/a n/a n/a n/a n/a
shmt02 not started n/a n/a n/a n/a n/a
shmt03 not started n/a n/a n/a n/a n/a
shmt04 not started n/a n/a n/a n/a n/a
shmt05 not started n/a n/a n/a n/a n/a
shmt06 not started n/a n/a n/a n/a n/a
shmt07 not started n/a n/a n/a n/a n/a
shmt08 not started n/a n/a n/a n/a n/a
shmt09 not started n/a n/a n/a n/a n/a
shmt10 not started n/a n/a n/a n/a n/a
shm_test01 not started n/a n/a n/a n/a n/a
mallocstress01 not started n/a n/a n/a n/a n/a
mmapstress06 not started n/a n/a n/a n/a n/a