Edgerouter-ltp: Difference between revisions
| Line 1: | Line 1: | ||
| ==1.8 M4 RC2 build== | |||
| '''total: 35''' | |||
| {|border="1"  | |||
| || '''LTP cases'''|| '''status''' || '''error msg''' || '''comment''' || '''bugzilla''' | |||
| |- | |||
| || getrusage03 || NAB || getrusage03_child    1  TBROK  :  malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | |||
| || Not enough memory.  || | |||
| |- | |||
| || fanotify01 || NAB || fanotify01    1  TCONF  :  fanotify is not configured in this kernel. ||  || | |||
| |- | |||
| || fanotify02 || NAB || fanotify02    1  TCONF  :  fanotify is not configured in this kernel. ||  || | |||
| |- | |||
| || fanotify04 || NAB || fanotify04    1  TCONF  :  fanotify is not configured in this kernel. ||  || | |||
| |- | |||
| || mmap15 || NEW || mmap15      1  TFAIL  :  mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument || On some archs, the kernel returns EINVAL. || | |||
| |- | |||
| || rt_sigaction01 || NEW ||  ||  || | |||
| |- | |||
| || rt_sigprocmask01 || NEW ||  ||  || | |||
| |- | |||
| || rt_sigsuspend01 || NEW ||  ||  || | |||
| |- | |||
| || syslog01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog02 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog03 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog04 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog05 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog06 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog07 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog08 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog09 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || syslog10 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || mtest06_2 || NAB || main(): mmap(): Cannot allocate memory || Not enough memory. || | |||
| |- | |||
| || thp02 || NAB || thp02       1  TBROK  :  cannot find "Hugepagesize:" in /proc/meminfo || MIPS64 doesn't support it  || | |||
| |- | |||
| || thp03 || NAB || thp03       1  TBROK  :  cannot find "Hugepagesize:" in /proc/meminfo || MIPS64 doesn't support it  || | |||
| |- | |||
| || isofs || NAB || isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet   /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ || No mkisofs command || | |||
| |- | |||
| || overcommit_memory02 || LTP || overcommit_memory    1  TBROK  :  Unexpected error: CommitLimit < Committed_AS || In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. || | |||
| |- | |||
| || su01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cron02 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cron_deny01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cron_allow01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cron_dirs_checks01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || ar || LTP || FAIL - ar with -u flag failed || LTP bug. Already fixed in upstream || | |||
| |- | |||
| || file || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cron || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || logrotate || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || cpio || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| || unzip01 || [[qemux86-ltp|qemux86]] || unzip01     1  TFAIL  :  Test #1: unzip output differs from expected output. ||  || | |||
| |- | |||
| || gzip01 || [[qemux86-ltp|qemux86]] ||  ||  || | |||
| |- | |||
| |} | |||
| ==1.8 M3 RC3 build== | ==1.8 M3 RC3 build== | ||
| '''total: 34''' | '''total: 34''' | ||
Revision as of 08:13, 9 April 2015
1.8 M4 RC2 build
total: 35
| LTP cases | status | error msg | comment | bugzilla | 
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| mmap15 | NEW | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On some archs, the kernel returns EINVAL. | |
| rt_sigaction01 | NEW | |||
| rt_sigprocmask01 | NEW | |||
| rt_sigsuspend01 | NEW | |||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | LTP | FAIL - ar with -u flag failed | LTP bug. Already fixed in upstream | |
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | 
1.8 M3 RC3 build
total: 34
| LTP cases | status | error msg | comment | bugzilla | 
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| mmap15 | NEW | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On some archs, the kernel returns EINVAL. | |
| rt_sigaction01 | NEW | |||
| rt_sigprocmask01 | NEW | |||
| rt_sigsuspend01 | NEW | |||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| isofs | NEW | isofs 1 TFAIL : tst_resm | ||
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | 
1.8 M1 RC1 build
total: 34
| LTP cases | status | error msg | comment | bugzilla | 
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| mmap15 | NEW | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On some archs, the kernel returns EINVAL. | |
| rt_sigaction01 | NEW | |||
| rt_sigprocmask01 | NEW | |||
| rt_sigsuspend01 | NEW | |||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| isofs | NEW | isofs 1 TFAIL : tst_resm | ||
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | 
1.7 M4 RC5 20141018 build
total: 33
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | 
1.7 M4 RC4 20141011 build
total: 33
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | 
1.7 M2 RC1 20140730 build
total: 35
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | LTP | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | In some target with 0 swap, the value of CommitLimit (Swap+RAM*overcommit_ratio) is 0 when overcommit_ratio is set to 0. This will break the test because the test want to make sure that CommitLimit > Committed_AS. | |
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | sh: unzip_tests.sh: command not found | |||
| gzip01 | qemux86 | 
1.7 M1 RC1 20140625 build
total: 35
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | |||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | sh: unzip_tests.sh: command not found | |||
| gzip01 | qemux86 | 
1.6 M5 RC4 20140411 build
total: 35
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | |||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | |||
| gzip01 | qemux86 | 
1.6 M5 RC2 20140402 build
total: 35
| LTP cases | status | error msg | comment | bugzilla | 
| eventfd01 | LTP | eventfd01    0  TINFO  :  error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 13 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 14 TBROK : error triggering eventfd overflow eventfd01 0 TINFO : error submitting iocb: errno=EINVAL(22): Invalid argument eventfd01 15 TBROK : error triggering eventfd overflow | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify01 | NAB | fanotify01 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify02 | NAB | fanotify02 1 TCONF : fanotify is not configured in this kernel. | ||
| fanotify04 | NAB | fanotify04 1 TCONF : fanotify is not configured in this kernel. | ||
| io_submit01 | LTP | io_submit01 6 TFAIL : unexpected failure - returned value = -22 : Invalid argument, expected value = -9 : Bad file descriptor | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| aio01 | LTP | aio01 1 TFAIL : Test 1: io_submit failed - retval=-22, errno=0 | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| aio02 | LTP | io_submit tio: Invalid argument | On mips64, io_submit calls console_fops's aio_read/aio_write instead of ext3 or nfs counterpart. But tty driver doesn't implement aio_read and aio_write at all. | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | MIPS64 doesn't support it | |
| overcommit_memory02 | overcommit_memory 1 TBROK : Unexpected error: CommitLimit < Committed_AS | |||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | |||
| gzip01 | qemux86 | 
