Edgerouter-ltp
3.1 RC2 build
total: 20
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| settimeofday01 | TBROK : tst_sig.c:232: unexpected signal SIGSEGV(11) received (pid = 30394). | |||
| settimeofday02 | TBROK : tst_sig.c:232: unexpected signal SIGSEGV(11) received (pid = 30395).e | |||
| truncate03 | TBROK : tst_tmpdir.c:263: tst_tmpdir: mkdtemp(/opt/tmp/ltp-ZYZdK7Jn9M/truffN7GM) failed: errno=ENOSPC(28): Nospace left on device | |||
| truncate03_64 | TBROK : tst_tmpdir.c:263: tst_tmpdir: mkdtemp(/opt/tmp/ltp-ZYZdK7Jn9M/truQVm43P) failed: errno=ENOSPC(28): Nospace left on device | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime05 | utime05 1 TBROK : tst_tmpdir.c:263: tst_tmpdir: mkdtemp(/opt/tmp/ltp-ZYZdK7Jn9M/utiu8ckQ3) failed: errno=ENOSPC(28): No space left on device | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| dio04 | diotest4 3 TFAIL : diotest4.c:268: can't write to file -1 | |||
| dio10 | diotest4 3 TFAIL : diotest4.c:268: can't write to file -1 | |||
| mtest06 | mmap1.c:204: BROK: mmap((nil),2147483648,3,2050,-1,0) failed: ENOMEM (12) | |||
| ar_sh | TFAIL: ar haven't updated modified file0 (-u) | |||
| unshare01_sh | NAB | unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
3.0 RC2 build
total: 19
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| overcommit_memory01 | vercommit_memory.c:213: FAIL: alloc passed, expected to fail | |||
| overcommit_memory04 | vercommit_memory.c:213: FAIL: alloc passed, expected to fail | |||
| overcommit_memory05 | vercommit_memory.c:213: FAIL: alloc passed, expected to fail | |||
| overcommit_memory06 | vercommit_memory.c:213: FAIL: alloc passed, expected to fail | |||
| ar_sh | TFAIL: ar haven't updated modified file0 (-u) | |||
| unshare01_sh | NAB | unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.7 RC2 build
total: 16
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ar_sh | TFAIL: ar haven't updated modified file0 (-u) | |||
| file01_sh | LTP | file01 10 TFAIL: in: was not recognized | Need to update the case since the file command had been upgraded. | |
| unshare01_sh | NAB | unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.7 M3 RC1 build
total: 16
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ar_sh | TFAIL: ar haven't updated modified file0 (-u) | |||
| file01_sh | LTP | file01 10 TFAIL: in: was not recognized | Need to update the case since the file command had been upgraded. | |
| unshare01_sh | NAB | unshare01 6 TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.7 M2 RC1 build
total: 18
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| ld01 | NAB | ld01 3 TFAIL: Failed to build shared library | file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug. |
2.7 M1 RC1 build
total: 18
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| ld01 | NAB | ld01 3 TFAIL: Failed to build shared library | file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug. |
2.6 RC1 build
total: 19
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| ld01 | NAB | ld01 3 TFAIL: Failed to build shared library | file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug. |
2.6 M3 RC1 build
total: 21
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sigwaitinfo01 | LTP | sigwaitinfo01 7 TFAIL : sigwaitinfo01.c:386: Unrecognised child exit code | LTP fixed in commit 4926a47b538060e07bf7a7d36dec5a0c07b7ce9b | |
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| ld01 | NAB | ld01 3 TFAIL: Failed to build shared library | file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug. | |
| unshare01 | NAB | TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.6 M2 RC1 build
total: 23
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| mmap15 | NAB | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On mip64 arch, the kernel returns EINVAL. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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. | |
| overcommit_memory03 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| ld01 | NAB | ld01 3 TFAIL: Failed to build shared library | file command bug. The commit 6876ebadcdf27224b3ffa9dfa4343127aa97c9b2 in file 5.33 introduced this regression bug. | |
| unshare01 | NAB | TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.5 RC1 build
total: 25
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| mmap15 | NAB | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On mip64 arch, the kernel returns EINVAL. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| remap_file_pages01 | ||||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm03 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm03_1 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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. | |
| overcommit_memory03 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| unshare01 | NAB | TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.5 M3 RC1 build
total: 26
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| keyctl06 | NAB | keyctl06.c:68: FAIL: KEYCTL_READ returned 4 but expected 8 | This case is for regression test for kernel commits e645016abc80 and 3239b6f29bdf which were introduced by kernel 4.14. It would fail on 4.12 kernel. | |
| mmap15 | NAB | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On mip64 arch, the kernel returns EINVAL. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| remap_file_pages01 | ||||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm03 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm03_1 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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. | |
| overcommit_memory03 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| unshare01 | NAB | TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.5 M2 RC1 build
total: 27
| LTP cases | status | error msg | comment | bugzilla |
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| fanotify06 | LTP | tst_test.c:1025: BROK: Test killed by SIGSEGV! | LTP bug. Upstream had fixed it. | |
| keyctl06 | NAB | keyctl06.c:68: FAIL: KEYCTL_READ returned 4 but expected 8 | This case is for regression test for kernel commits e645016abc80 and 3239b6f29bdf which were introduced by kernel 4.14. It would fail on 4.12 kernel. | |
| mmap15 | NAB | mmap15 1 TFAIL : mmap15.c:86: mmap into high region failed unexpectedly - expect errno=ENOMEM, got: errno=EINVAL(22): Invalid argument | On mip64 arch, the kernel returns EINVAL. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
| remap_file_pages01 | ||||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm03 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm03_1 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
| overcommit_memory02 | NAB | overcommit_memory.c:235: BROK: 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. | |
| overcommit_memory03 | NAB | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar01 | TFAIL: ar haven't updated modified file0 (-u) | |||
| unshare01 | NAB | TFAIL: unshare --mount --propagation shared mount --bind dir_A dir_B did not get bind info | The propagation type assigned to a new mount point depends on the propagation type of the parent directory. If the mount point has a parent and the propagation type of the parent is MS_SHARED, then the propagation type of the new mount is also MS_SHARED. Otherwise, the propagation type of the new mount is MS_PRIVATE. In this case, the parent mount point of dir_B is rootfs / which is private. So the dir_B is also private and can not be changed back to shared even if set "--propagation shared".
For systemd, it automatically remounts all mount points as MS_SHARED on system startup. So this case can pass on Ubuntu 16.04, CentOS 7 and Poky with systemd but fail on Poky with sysvinit. See NOTES in http://man7.org/linux/man-pages/man7/mount_namespaces.7.html and discussion on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739593 To make it pass on Poky with sysvinit, run the following command before run the test case: mount --make-shared / cat /proc/self/mountinfo | grep shared 15 0 179:2 / / rw,relatime shared:1 - ext4 /dev/root rw,data=ordered cd /opt/ltp && ./runltp -p -d /opt/tmp -s unshare01 |
2.5 M1 RC3 build
total: 25
| LTP cases | status | error msg | comment | bugzilla |
| add_key03 | NEW | add_key03.c:86: FAIL: created user keyring for another user | ||
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| keyctl06 | NEW | keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer | ||
| mmap15 | NAB | 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. | |
| msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
| remap_file_pages01 | ||||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm03 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm03_1 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | ||
| overcommit_memory02 | overcommit_memory.c:235: BROK: 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. | ||
| overcommit_memory03 | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. |
2.5 M1 RC1 build
total: 26
| LTP cases | status | error msg | comment | bugzilla |
| add_key03 | NEW | add_key03.c:86: FAIL: created user keyring for another user | ||
| getrusage03 | NAB | getrusage03_child 1 TBROK : safe_macros.c:154: getrusage03_child.c:155: malloc(419430400) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| keyctl06 | NEW | keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer | ||
| mmap15 | NAB | 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. | |
| open12 | open12 4 TBROK : open12.c:244: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| openat02 | openat02 3 TBROK : openat02.c:204: lseek64 failed: errno=EINVAL(22): Invalid argument | |||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
| remap_file_pages01 | ||||
| renameat201 | renameat201 2 TFAIL : renameat201.c:154: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:133: renameat2() failed unexpectedly: TEST_ERRNO=EINVAL(22): Invalid argument | |||
| sendfile09 | sendfile09 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| sendfile09_64 | sendfile09_64 1 TBROK : safe_macros.c:452: sendfile09.c:146: write(6,0x1200143c8,18446744073709551615) failed: errno=EFBIG(27): File too large | |||
| utime01 | utime01 1 TFAIL : utime01.c:163: tmp_file access and modification times not set | |||
| utime02 | utime02 1 TFAIL : utime02.c:169: tmp_file access and modification times not set | |||
| utime06 | utime06 3 TFAIL : utime06.c:151: utime failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| utimes01 | utimes01 6 TFAIL : utimes01.c:178: utimes() failed unexpectedly; expected: 1 - Operation not permitted: TEST_ERRNO=EACCES(13): Permission denied | |||
| ftest06 | ||||
| ksm03 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm03_1 | NAB | ksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | ||
| overcommit_memory02 | overcommit_memory.c:235: BROK: 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 | LTP | YOU NEED TO SET ENVIROMENT VARIABLE PASSWD. | The ltp test script has issue. | |
| cron_allow01 | LTP | (2) TEST THAT PERSON NOT IN /var/spool/cron/allow IS NOT ABLE TO RUN JOB. Cron allowed user to execute test job, TEST FAILED | The test case specifies /var/spool/cron/allow and /var/spool/cron/deny as the default configure, but in Yocto, we use /etc/cron.allow and /etc/cron.deny. Modify the test script before testing. | |
| cron_dirs_checks01 | NAB | FAIL: /var/spool/cron. Invalid write access /var/spool/cron FAILED TEST!!!!! | The case requires no write permission for group/other users, however we have to keep write permission for crontab user for /var/spool/cron to make crontab working correctly. | |
| ar | ar: `u' modifier ignored since `D' is the default (see `U') 14 TFAIL: ar haven't updated modified file0 (-u) | Already sent a patch to oe | ||
| tar01 | tar: invalid option -- 'd' 1 TFAIL: tar dvf test.tar > tar.out failed unexpectedly | Busybox tar doesn't have 'd' option. Need to install tar package |
2.4 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. | |
| mmap15 | NAB | 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. | |
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
| remap_file_pages01 | ||||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| ksm03 | NEW | mksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm03_1 | NEW | mksm03.c:71: CONF: KSM configuration is not enabled | ||
| ksm05 | NEW | ksm05.c:98: CONF: KSM configuration is not enabled | ||
| thp01 | NEW | tst_test.c:908: INFO: Timeout per run is 0h 05m 00s execvp: Argument list too long | LTP had a fix for this issue in master | |
| overcommit_memory01 | tst_test.c:908: INFO: Timeout per run is 0h 05m 00s | |||
| overcommit_memory02 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| overcommit_memory03 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| overcommit_memory04 | tst_test.c:908: INFO: Timeout per run is 0h 05m 00s | |||
| overcommit_memory05 | tst_test.c:908: INFO: Timeout per run is 0h 05m 00s | |||
| overcommit_memory06 | tst_test.c:908: INFO: Timeout per run is 0h 05m 00s | |||
| su01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u) | |||
| nm01 | cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed | image shuold install ltp-staticdev | ||
| tar01 | tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly | Busybox tar has different behavior | ||
| df01_ext2 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | |
| df01_ext3 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_ext4 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_xfs | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_vfat | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_exfat | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_ntfs | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| mkfs01 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | |
| mkfs01_ext2 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | ||
| mkfs01_ext3 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | ||
| mkfs01_ext4 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.4 M2 RC3 build
total: 29
| LTP cases | status | error msg | comment | bugzilla |
| add_key02 | NEW | add_key02.c:98: FAIL: unexpected error with key type 'user': EINVAL | This is a kernel bug, failed on kernel older than 4.12-rc5: https://github.com/linux-test-project/ltp/commit/25045624e941ee76a13febd36187e23c6c435507 | |
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | Before run the ltp, we should add the tun device: modprobe tun | ||
| mmap15 | NAB | 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. | |
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_3 | tst_test.c:897: BROK: Test killed! (timeout?) | |||
| overcommit_memory02 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| overcommit_memory03 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u) | |||
| nm01 | cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed | image shuold install ltp-staticdev | ||
| file01 | file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory) | Fixed | ||
| tar01 | tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly | Busybox tar has different behavior | ||
| df01_ext2 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | |
| df01_ext3 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_ext4 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_xfs | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_vfat | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_exfat | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| df01_ntfs | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
| mkfs01 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | |
| mkfs01_ext2 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | ||
| mkfs01_ext3 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | ||
| mkfs01_ext4 | NEW | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.3 RC2 build
total: 19
| LTP cases | status | error msg | comment | bugzilla |
| fchmodat01 | fchmodat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15306). | |||
| fsync02 | NAB | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 173.000000 seconds; max_block: 95488; data_blocks: 384 | ||
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| mmap15 | NAB | 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. | |
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | |
| utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
| ftest06 | ||||
| overcommit_memory02 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| overcommit_memory03 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| su01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u) | |||
| nm01 | cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed | |||
| file01 | file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory) | |||
| tar01 | tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly | Busybox tar has different behavior |
2.3 M3 RC2 build
total: 19
| LTP cases | status | error msg | comment | bugzilla |
| fchmodat01 | NEW | fchmodat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15306). | ||
| fsync02 | NAB | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 173.000000 seconds; max_block: 95488; data_blocks: 384 | ||
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| mmap15 | NAB | 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. | |
| quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/ltp/tmp/ltp-sGvMvQMbah/quoT3LMdq/mntpoint not found or has no quota enabled. | quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | |
| utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
| ftest06 | ||||
| overcommit_memory02 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| overcommit_memory03 | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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. | ||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| su01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | ar: `u' modifier ignored since `D' is the default (see `U') ar01 14 TFAIL : ar updated modified file0 (-u) | |||
| nm01 | NEW | cp: cannot stat '/opt/ltp/testcases/data/nm01/lib.a': No such file or directory nm01 1 TBROK : cp /opt/ltp/testcases/data/nm01/lib.a . failed | ||
| file01 | file01 4 TFAIL : in.ksh: was not recognized /opt/ltp/testcases/data/file01/in.ksh: cannot open `/opt/ltp/testcases/data/file01/in.ksh' (No such file or directory) | |||
| tar01 | tar01 1 TFAIL : tar dvf test.tar > tar.out failed unexpectedly | Busybox tar has different behavior |
2.3 M2 RC3 build
total: 46
| LTP cases | status | error msg | comment | bugzilla |
| fsync02 | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 125.000000 seconds; max_block: 27271; data_blocks: 384 | |||
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| 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 | NAB | 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. | |
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| readahead02 | readahead02 0 TWARN : readahead02.c:324: using less cache than expected | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
| writev01 | writev01 4 TFAIL : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address | |||
| writev03 | writev03 1 TFAIL : writev03.c:145: Got EFAULT | |||
| writev04 | writev04 1 TFAIL : writev04.c:164: Got error EFAULT | |||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| overcommit_memory01 | LTP | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| 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. | |
| overcommit_memory03 | 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. | |
| overcommit_memory04 | LTP | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| overcommit_memory05 | LTP | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| overcommit_memory06 | LTP | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | FAIL - ar with -u flag failed | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | |||
| df01_ext2 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| df01_ext3 | df01 1 TBROK : mkfs.ext3 /dev/loop0 failed | |||
| df01_ext4 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| mkfs01 | mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed | |||
| mkfs01_ext2 | mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed. | |||
| mkfs01_ext3 | mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed. | |||
| mkfs01_ext4 | mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed. | |||
| which01 | which01 1 TFAIL : 'which pname' failed, not expected. |
2.3 M1 RC1 build
total: 41
| 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. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| 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 | NAB | 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. | |
| mmap16 | NEW | mmap16 1 TBROK : tst_checkpoint.c:130: mmap16.c:222: tst_checkpoint_wait(0, 10000): errno=ETIMEDOUT(145): Connection timed out | ||
| msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
| readahead02 | readahead02 0 TWARN : readahead02.c:324: using less cache than expected | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
| writev01 | writev01 4 TFAIL : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address | |||
| writev03 | writev03 1 TFAIL : writev03.c:145: Got EFAULT | |||
| writev04 | writev04 1 TFAIL : writev04.c:164: Got error EFAULT | |||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| 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 | FAIL - ar with -u flag failed | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | |||
| df01_ext2 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| df01_ext3 | df01 1 TBROK : mkfs.ext3 /dev/loop0 failed | |||
| df01_ext4 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| mkfs01 | mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed | |||
| mkfs01_ext2 | mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed. | |||
| mkfs01_ext3 | mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed. | |||
| mkfs01_ext4 | mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed. | |||
| which01 | which01 1 TFAIL : 'which pname' failed, not expected. |
2.2 RC4 build
total: 41
| 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. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| readahead02 | readahead02 0 TWARN : readahead02.c:324: using less cache than expected | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
| writev01 | writev01 4 TFAIL : writev01.c:204: writev failed unexpectedly: errno=EFAULT(14): Bad address | |||
| writev03 | writev03 1 TFAIL : writev03.c:145: Got EFAULT | |||
| writev04 | writev04 1 TFAIL : writev04.c:164: Got error EFAULT | |||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: Unexpected error: CommitLimit < Committed_AS | ||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | FAIL - ar with -u flag failed | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | |||
| df01_ext2 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| df01_ext3 | df01 1 TBROK : mkfs.ext3 /dev/loop0 failed | |||
| df01_ext4 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| mkfs01 | mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed | |||
| mkfs01_ext2 | mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed. | |||
| mkfs01_ext3 | mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed. | |||
| mkfs01_ext4 | mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed. | |||
| which01 | which01 1 TFAIL : 'which pname' failed, not expected. |
2.2 M3 RC1 build
total: 39
| LTP cases | status | error msg | comment | bugzilla |
| fsync02 | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 350.000000 seconds; max_block: 171510; data_blocks: 384 | |||
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| readahead02 | readahead02 0 TWARN : readahead02.c:324: using less cache than expected | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: Unexpected error: CommitLimit < Committed_AS | ||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | FAIL - ar with -u flag failed | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | |||
| df01_ext2 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| df01_ext3 | df01 1 TBROK : mkfs.ext3 /dev/loop0 failed | |||
| df01_ext4 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| mkfs01 | mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed | |||
| mkfs01_ext2 | mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed. | |||
| mkfs01_ext3 | mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed. | |||
| mkfs01_ext4 | mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed. | |||
| mkfs01_minix | mkfs01 1 TFAIL : 'mkfs -t minix /dev/loop0 ' failed. | |||
| which01 | which01 1 TFAIL : 'which pname' failed, not expected. |
2.2 M2 RC1 build
total: 41
| LTP cases | status | error msg | comment | bugzilla |
| chmod06 | chmod06 0 TINFO : No free devices found | |||
| fsync02 | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 350.000000 seconds; max_block: 171510; data_blocks: 384 | |||
| getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:158: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
| ioctl03 | ioctl03 1 TBROK : ioctl03.c:100: opening /dev/net/tun failed: errno=ENOENT(2): No such file or directory | |||
| inotify03 | inotify03 0 TINFO : No free devices found | |||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| readahead02 | readahead02 0 TWARN : readahead02.c:324: using less cache than expected | |||
| renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| ftest06 | ||||
| isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
| mtest06_2 | NAB | main(): mmap(): Cannot allocate memory | Not enough memory. | |
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: Unexpected error: CommitLimit < Committed_AS | ||
| su01 | qemux86 | |||
| cron02 | qemux86 | |||
| cron_deny01 | qemux86 | |||
| cron_allow01 | qemux86 | |||
| cron_dirs_checks01 | qemux86 | |||
| ar | FAIL - ar with -u flag failed | |||
| file | qemux86 | |||
| cron | qemux86 | |||
| logrotate | qemux86 | |||
| cpio | qemux86 | |||
| unzip01 | qemux86 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 | |||
| df01_ext2 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| df01_ext3 | df01 1 TBROK : mkfs.ext3 /dev/loop0 failed | |||
| df01_ext4 | stat: invalid option -- '-' | stat from busybox is missing some options | ||
| mkfs01 | mkfs01 1 TFAIL : 'mkfs /dev/loop0 ' failed | |||
| mkfs01_ext2 | mkfs01 1 TFAIL : 'mkfs -t ext2 /dev/loop0 ' failed. | |||
| mkfs01_ext3 | mkfs01 1 TFAIL : 'mkfs -t ext3 /dev/loop0 ' failed. | |||
| mkfs01_ext4 | mkfs01 1 TFAIL : 'mkfs -t ext4 /dev/loop0 ' failed. | |||
| mkfs01_minix | mkfs01 1 TFAIL : 'mkfs -t minix /dev/loop0 ' failed. | |||
| which01 | which01 1 TFAIL : 'which pname' failed, not expected. |
2.0 RC3 build
total: 38
| LTP cases | status | error msg | comment | bugzilla |
| fsync02 | NEW | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 350.000000 seconds; max_block: 171510; data_blocks: 384 | ||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| proc01 | NEW | proc01 8 TFAIL : proc01.c:461: readproc() failed with 7 errors. | ||
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 |
2.0 RC2 build
total: 38
| LTP cases | status | error msg | comment | bugzilla |
| fsync02 | NEW | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 350.000000 seconds; max_block: 171510; data_blocks: 384 | ||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| proc01 | NEW | proc01 8 TFAIL : proc01.c:461: readproc() failed with 7 errors. | ||
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 |
1.9 M3 RC1 build
total: 40
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| 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_memory01 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: Unexpected error: CommitLimit < Committed_AS | ||
| overcommit_memory04 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| overcommit_memory05 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| overcommit_memory06 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:254: alloc passed, expected to fail | ||
| 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.9 M2 RC2 build
total: 38
| 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. | |
| getrusage04 | NEW | getrusage04 1 TFAIL : getrusage04.c:133: stime increased > 11000us: | ||
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| syslog01 | qemux86 | |||
| syslog02 | qemux86 | |||
| syslog03 | qemux86 | |||
| syslog04 | qemux86 | |||
| syslog05 | qemux86 | |||
| syslog06 | qemux86 | |||
| syslog07 | qemux86 | |||
| syslog08 | qemux86 | |||
| syslog09 | qemux86 | |||
| syslog10 | qemux86 | |||
| utimensat01 | NEW | utimensat01 1 TBROK : ltpapicmd.c:190: sudo cannot be run by user non-interactively | ||
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 |
1.9 M1 RC2 build
total: 36
| 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 | NAB | 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. | |
| msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
| rt_sigaction01 | ||||
| rt_sigprocmask01 | ||||
| rt_sigsuspend01 | ||||
| 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. | |
| overcommit_memory03 | LTP | overcommit_memory 1 TBROK : overcommit_memory.c:280: 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 | unzip01 1 TFAIL : Test #1: unzip output differs from expected output. | ||
| gzip01 | qemux86 |
1.8 M4 RC2 build
total: 40
| 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_memory01 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:248: alloc passed, expected to fail | ||
| 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. | |
| overcommit_memory03 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:248: alloc passed, expected to fail | ||
| overcommit_memory04 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:248: alloc passed, expected to fail | ||
| overcommit_memory05 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:248: alloc passed, expected to fail | ||
| overcommit_memory06 | NEW | overcommit_memory 5 TFAIL : overcommit_memory.c:248: alloc passed, expected to fail | ||
| 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 |