Mpc8315e-rdb-ltp
3.0 RC2 build
total: 9
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mem02 | NAB | mem02 1 TFAIL : mem02.c:102: calloc - alloc of 64MB failed | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
vma05 | LTP | TFAIL: [vdso] bug not patched | https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html | |
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
float_exp_log | TINFO : thread 27 (log) terminated successfully 500 loops sh: line 1: 16611 Killed float_exp_log -v | |||
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: 10
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
msgstress04 | NAB | msgstress04 1 TFAIL : msgstress04.c:220: Child exit status = 1 | ||
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mtest06 | NAB | mmap1.c:191: BROK: mmap((nil),67108864,3,34,-1,0) failed: ENOMEM | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
mem02 | NAB | mem02 1 TFAIL : mem02.c:102: calloc - alloc of 64MB failed | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
vma05 | LTP | TFAIL: [vdso] bug not patched | https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html | |
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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: 13
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
msgstress04 | NAB | msgstress04 1 TFAIL : msgstress04.c:220: Child exit status = 1 | ||
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mtest05 | map_and_thread(): mmap(): Cannot allocate memory mmstress 4 TFAIL : mmstress.c:625: TEST 4 Failed | |||
mtest06 | NAB | mmap1.c:191: BROK: mmap((nil),67108864,3,34,-1,0) failed: ENOMEM | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
mtest06_3 | tst_test.c:1126: BROK: Test killed! (timeout?) | |||
mem02 | NAB | mem02 1 TFAIL : mem02.c:102: calloc - alloc of 64MB failed | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
vma05 | LTP | TFAIL: [vdso] bug not patched | https://bugs.linaro.org/show_bug.cgi?id=4256 http://lists.linux.it/pipermail/ltp/2019-January/010634.html | |
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
float_bessel | sh: line 1: 23454 Killed float_bessel -v | |||
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: 10
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
inotify09 | NEW | tst_test.c:1072: INFO: Timeout per run is 0h 05m 00s Test timeouted, sending SIGKILL! | ||
msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 10
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
inotify09 | NEW | tst_test.c:1072: INFO: Timeout per run is 0h 05m 00s Test timeouted, sending SIGKILL! | ||
msgstress03 | NAB | msgstress03 1 TFAIL : msgstress03.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 11
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:293: received an unexpected signal: 4 | ||
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 14
LTP cases | status | error msg | comment | bugzilla |
fcntl36 | NEW | fcntl36.c:276: FAIL: Unexpected data offset 5160 value 102 | ||
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:293: received an unexpected signal: 4 | ||
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
sigwaitinfo01 | LTP | sigwaitinfo01 7 TFAIL : sigwaitinfo01.c:386: Unrecognised child exit code | LTP fixed in commit 4926a47b538060e07bf7a7d36dec5a0c07b7ce9b | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 11
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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 M1 RC1 build
total: 11
LTP cases | status | error msg | comment | bugzilla |
fcntl36 | NEW | fcntl36.c:265: FAIL: Unexpected data offset 4372 value 41 | ||
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 13
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB memory. | |
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:260: received an unexpected signal: 4 | ||
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm03 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
ksm03_1 | NAB | mksm03.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 | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 13
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB 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. | |
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm03 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
ksm03_1 | NAB | mksm03.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 | |
vma05 | NEW | TFAIL: [vdso] bug not patched | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 13
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315-rdb only has 128MB 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. | |
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | Missing kernel configuration. Kernel should enable CONFIG_QUOTA, CONFIG_QUOTACTL and CONFIG_QUOTA_TREE | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | Not enough free memory. MPC8315-rdb only has 128MB memory. | |
ksm03 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | KSM configuration is not enabled | |
ksm03_1 | NAB | mksm03.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 | |
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | PASS when run this case respectively | ||
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. | |
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: 13
LTP cases | status | error msg | comment | bugzilla |
add_key03 | add_key03.c:86: FAIL: created user keyring for another user | |||
fcntl36 | NEW | fcntl36.c:265: FAIL: Unexpected data offset 9592 value 175 | ||
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
keyctl06 | keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer | |||
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
ksm03 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | ||
ksm03_1 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | ||
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | |||
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: 15
LTP cases | status | error msg | comment | bugzilla |
add_key03 | NEW | add_key03.c:86: FAIL: created user keyring for another user | ||
getrusage03 | NAB | getrusage03 1 TBROK : safe_macros.c:154: getrusage03.c:334: malloc(104857600) failed: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. | |
keyctl06 | NEW | keyctl06.c:50: FAIL: KEYCTL_READ overran the buffer | ||
msgctl10 | NAB | msgctl10 1 TFAIL : msgctl10.c:157: Fork failed (may be OK if under stress) | May be OK if under stress | |
quotactl01 | NAB | quotacheck: Mountpoint (or device) /opt/tmp/ltp-Su52Tp6kQv/TRHWEt/mntpoint not found or has no quota enabled. quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | kernel should be enable the config: CONFIG_QUOTA=y CONFIG_QUOTACTL=y CONFIG_QUOTA_TREE=Y | |
mmapstress06 | NAB | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
ksm03 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | ||
ksm03_1 | NAB | mksm03.c:71: CONF: KSM configuration is not enabled | ||
ksm05 | NAB | ksm05.c:98: CONF: KSM configuration is not enabled | ||
max_map_count | tst_test.c:817: BROK: Test haven't reported results! | |||
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 RC3 build
total: 29
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. | |
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be | ||
shmat01 | LTP | shmat01.c:118: FAIL: shared memory address was not correct | LTP had a fix in master | |
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
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 | |
max_map_count | NEW | tst_test.c:785: BROK: Test haven't reported results! | ||
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 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | ||
df01_ext3 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ext4 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_xfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_vfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_exfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ntfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
mkfs01 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | ||
mkfs01_ext2 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext3 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext4 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.4 RC2 build
total: 30
LTP cases | status | error msg | comment | bugzilla |
fsync02 | fsync02 1 TFAIL : fsync02.c:136: fsync took too long: 278.000000 seconds; max_block: 119463; 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. | |
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be | ||
shmat01 | LTP | shmat01.c:118: FAIL: shared memory address was not correct | LTP had a fix in master | |
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
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 | |
max_map_count | NEW | tst_test.c:785: BROK: Test haven't reported results! | ||
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 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | ||
df01_ext3 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ext4 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_xfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_vfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_exfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ntfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
mkfs01 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | ||
mkfs01_ext2 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext3 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext4 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.4 RC1 build
total: 31
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 | Before run the ltp, we should add the tun device: modprobe tun | ||
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be | ||
shmat01 | LTP | shmat01.c:118: FAIL: shared memory address was not correct | LTP had a fix in master | |
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:958: INFO: If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1 tst_test.c:959: BROK: Test killed! (timeout?) | |||
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
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 | |
max_map_count | NEW | tst_test.c:785: BROK: Test haven't reported results! | ||
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 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | ||
df01_ext3 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ext4 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_xfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_vfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_exfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ntfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
mkfs01 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | ||
mkfs01_ext2 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext3 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext4 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.4 M3 RC1 build
total: 31
LTP cases | status | error msg | comment | bugzilla |
add_key02 | 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 | ||
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:260: received an unexpected signal: 4 | ||
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be | ||
shmat01 shmat01 | NEW | shmat01.c:118: FAIL: shared memory address was not correct | ||
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
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 | ||
max_map_count | NEW | tst_test.c:785: BROK: Test haven't reported results! | ||
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 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | stat from busybox is missing some options | ||
df01_ext3 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ext4 | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_xfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_vfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_exfat | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
df01_ntfs | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | |||
mkfs01 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | no loop device, I have test it for another /dev/sd* is OK | ||
mkfs01_ext2 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext3 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. | |||
mkfs01_ext4 | 1 TFAIL: 'mkfs /dev/loop0 ' failed. |
2.4 M2 RC3 build
total: 30
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 | ||
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | Upstream have already remove the corresponding case: https://github.com/linux-test-project/ltp/commit/259db6fed55f88ab32a0875e66803eee44d298be | ||
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
su01 | qemux86 | |||
cron_allow01 | qemux86 | |||
cron_dirs_checks01 | qemux86 | |||
at_deny01 | Can't open /var/run/atd.pid to signal atd. No atd running? | |||
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.4 M2 RC2 build
total: 30
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 | ||
mprotect04 | NEW | improtect04 2 TBROK : mprotect04.c:260: received an unexpected signal: 4 | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
msgctl11 | msgctl11 1 TFAIL : msgctl11.c:220: Child exit status = 1 | |||
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 | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | |||
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
dio30 | NEW | diotest06 1 TFAIL : diotest6.c:316: Read with Direct IO, Write without | ||
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
su01 | qemux86 | |||
cron_allow01 | qemux86 | |||
cron_dirs_checks01 | qemux86 | |||
at_deny01 | Can't open /var/run/atd.pid to signal atd. No atd running? | |||
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 | ||
df01_ext2 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
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. | ||
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 M1 RC1 build
total: 30
LTP cases | status | error msg | comment | bugzilla |
faccessat01 | faccessat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15279). | |||
fchmodat01 | fchmodat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15306). | |||
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 | |||
mprotect04 | NEW | improtect04 2 TBROK : mprotect04.c:260: received an unexpected signal: 4 | ||
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. | quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option. | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | |||
isofs | NAB | isofs 1 TFAIL : tst_resm TFAIL mkisofs -o isofs.iso -quiet /opt/tmp/ltp-86GY0DNKDi/isofs.n7KQ854gld/tmp//etc/ | No mkisofs command | |
dio30 | NEW | diotest06 1 TFAIL : diotest6.c:316: Read with Direct IO, Write without | ||
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed for this test to run, it needs a mmap space of 32769 pages | ||
su01 | qemux86 | |||
cron_allow01 | qemux86 | |||
cron_dirs_checks01 | qemux86 | |||
at_deny01 | Can't open /var/run/atd.pid to signal atd. No atd running? | |||
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 | ||
df01_ext2 | NEW | stat: invalid option -- '-' Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...] | ||
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. | ||
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: 18
LTP cases | status | error msg | comment | bugzilla |
faccessat01 | faccessat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15279). | |||
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: 264.000000 seconds; max_block: 214375; 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 | ||
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. | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | |||
utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 18
LTP cases | status | error msg | comment | bugzilla |
faccessat01 | NEW | faccessat01 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15279). | ||
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: 264.000000 seconds; max_block: 214375; 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 | ||
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. | |
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 29155). | |||
utimensat01 | utimensat01 55 TFAIL : FAILED test 55 | |||
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 38
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
mprotect04 | mprotect04 2 TBROK : mprotect04.c:246: received an unexpected signal: 4 | |||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
pwritev01_64 | pwritev01 3 TFAIL : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61 | |||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
setrlimit02 | setrlimit02 1 TBROK : tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 15036). | |||
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 | |||
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 36
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
pwritev01_64 | pwritev01 3 TFAIL : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61 | |||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
renameat202 | NEW | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | ||
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 | |||
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 35
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
pwritev01_64 | pwritev01 3 TFAIL : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61 | |||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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 | |||
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 33
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
pwritev01_64 | pwritev01 3 TFAIL : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61 | |||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 35
LTP cases | status | error msg | comment | bugzilla |
chmod06 | chmod06 0 TINFO : No free devices found | |||
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
pwritev01_64 | pwritev01 3 TFAIL : pwritev01.c:114: Buffer wrong at 0 have 00 expected 61 | |||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
renameat202 | renameat202 1 TFAIL : renameat202.c:161: renameat2() didn't swap the content of the two files | |||
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
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: 33
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
proc01 | NEW | proc01 7 TFAIL : proc01.c:461: readproc() failed with 6 errors. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 33
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
proc01 | NEW | proc01 7 TFAIL : proc01.c:461: readproc() failed with 6 errors. | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 33
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:168: received an unexpected signal: 4 | ||
msgctl10 | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 33
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
mprotect04 | NEW | mprotect04 2 TBROK : mprotect04.c:168: received an unexpected signal: 4 | ||
msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 32
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
msgctl10 | NEW | msgctl10 1 TFAIL : msgctl10.c:168: Fork failed (may be OK if under stress) | May be OK if under stress | |
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 32
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC 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 | |
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: 32
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
isofs | NEW | isofs 1 TFAIL : tst_resm | ||
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: 32
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
isofs | NEW | isofs 1 TFAIL : tst_resm | ||
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 |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
sendmsg02 | LTP | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
|
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
min_free_kbytes | min_free_kbytes 1 TFAIL : child unexpectedly failed: 9 | |||
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: 32
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
sendmsg02 | LTP | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
|
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
min_free_kbytes | min_free_kbytes 1 TFAIL : child unexpectedly failed: 9 | |||
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.6 M5 RC4 20140411 build
total: 34
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
sendmsg02 | LTP | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
|
setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
sigaltstack02 | LTP | sigaltstack02 2 TFAIL : sigaltstack() returned 0, expected -1, errno:12 | The value of MINSIGSTKSZ defined by glibc can be different as the value defined by kernel. Should use value which is low enough for all kernel versions. Already fixed in upstream. | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
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: 34
LTP cases | status | error msg | comment | bugzilla |
getrusage03 | NAB | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | Not enough memory. MPC8315e-rdb has 128M 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. | ||
readahead02 | NAB | readahead02 0 TWARN : using less cache than expected | The system doesn't have /proc/pid/io, unable to determine read bytes during test | |
sendmsg02 | LTP | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
|
setregid02 | LTP | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
setregid02_16 | LTP | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | ||
sigaltstack02 | LTP | sigaltstack02 2 TFAIL : sigaltstack() returned 0, expected -1, errno:12 | The value of MINSIGSTKSZ defined by glibc can be different as the value defined by kernel. Should use value which is low enough for all kernel versions. Already fixed in upstream. | |
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. Mpc8315e-rdb has 128M memory. | |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
||
thp02 | NAB | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
thp03 | NAB | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | PPC doesn't support it | |
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 RC1 20140326 build
total: 34
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb has 128M memory. | n/a |
fanotify01 | NAB | n/a | fanotify01 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify02 | NAB | n/a | fanotify02 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify04 | NAB | n/a | fanotify04 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
setregid02 | LTP | n/a | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
setregid02_16 | LTP | n/a | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
sigaltstack02 | LTP | n/a | sigaltstack02 2 TFAIL : sigaltstack() returned 0, expected -1, errno:12 | n/a | The value of MINSIGSTKSZ defined by glibc can be different as the value defined by kernel. Should use value which is low enough for all kernel versions. Already fixed in upstream. | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb has 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.6 M4 RC1 20140312 build
total: 36
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb has 128M memory. | n/a |
fanotify01 | NAB | n/a | fanotify01 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify02 | NAB | n/a | fanotify02 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify04 | NAB | n/a | fanotify04 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
setregid02 | LTP | n/a | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
setregid02_16 | LTP | n/a | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
sigaltstack02 | LTP | n/a | sigaltstack02 2 TFAIL : sigaltstack() returned 0, expected -1, errno:12 | n/a | The value of MINSIGSTKSZ defined by glibc can be different as the value defined by kernel. Should use value which is low enough for all kernel versions. Already fixed in upstream. | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb has 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.6 M3 RC2 20140218 build
total: 36
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb has 128M memory. | n/a |
fanotify01 | NAB | n/a | fanotify01 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify02 | NAB | n/a | fanotify02 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify04 | NAB | n/a | fanotify04 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
setregid02 | LTP | n/a | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
setregid02_16 | LTP | n/a | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
sigaltstack02 | LTP | n/a | sigaltstack02 2 TFAIL : sigaltstack() returned 0, expected -1, errno:12 | n/a | The value of MINSIGSTKSZ defined by glibc can be different as the value defined by kernel. Should use value which is low enough for all kernel versions. Already fixed in upstream. | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb has 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.6 M3 RC1 20140213 build
total: 36
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb has 128M memory. | n/a |
fanotify01 | NAB | n/a | fanotify01 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify02 | NAB | n/a | fanotify02 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
fanotify04 | NAB | n/a | fanotify04 1 TCONF : fanotify is not configured in this kernel. | n/a | n/a | |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
setregid02 | LTP | n/a | setregid02 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
setregid02_16 | LTP | n/a | setregid02_16 1 TBROK : getgrnam("nobody") failed: errno=???(0): Success | n/a | n/a | |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest05 | n/a | mmstress 0 TINFO : test1: Test case tests the race condition between simultaneous read faults in the same address space.map_and_thread(): write(): Bad address | n/a | n/a | ||
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb has 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.6 M2 RC1 20140114 build
total: 30
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb have 128M memory. | n/a |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.6 M1 RC1 20131203 build
total: 30
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. MPC8315e-rdb have 128M memory. | n/a |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5.1 RC2 20131213 build
total: 29
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
proc01 | LTP | n/a | proc01 2 TFAIL : readproc() failed with 1 errors. | n/a | LTP bug for kernel 3.10 | n/a |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mount02 | NAB | n/a | mount02 4 TBROK : umount of mnt_22014 failed: errno=EBUSY(16): Device or resource busy | n/a | n/a | |
mount03 | LTP | n/a | mount03 1 TBROK : stat for setuid_test failed | n/a | It is a LTP testcase bug. Already fixed in upstream. | n/a |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5 M5 RC6 build
total: 28
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
proc01 | LTP | n/a | proc01 2 TFAIL : readproc() failed with 1 errors. | n/a | LTP bug for kernel 3.10 | n/a |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mount02 | NAB | n/a | mount02 4 TBROK : umount of mnt_22014 failed: errno=EBUSY(16): Device or resource busy | n/a | n/a | |
mount03 | LTP | n/a | mount03 1 TBROK : stat for setuid_test failed | n/a | It is a LTP testcase bug. Already fixed in upstream. | n/a |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | LTP | n/a | sendmsg02[569]: unhandled signal 11 at 00000001 nip 480f9290 lr 100011fc code 30001 Segmentation fault | n/a | This is a LTP testcase bug. According to the semctl manual, the fourth argument of semctl should has the uion semun type if the cmd is SETVAL.
So we should replace all the "semctl(sem_id, 0, SETVAL, 1)" or "semctl(sem_id, 0, SETVAL, 0)" in sendmsg02.c to something like this: union semun arg; arg.val = 1 or 0; semctl(sem_id, 0, SETVAL, arg); |
n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5 M4 RC3 build
total: 25
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mount02 | NAB | n/a | mount02 4 TBROK : umount of mnt_22014 failed: errno=EBUSY(16): Device or resource busy | n/a | n/a | |
mount03 | n/a | mount03 1 TBROK : stat for setuid_test failed | n/a | n/a | ||
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | n/a | n/a | n/a | |||
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5 M4 RC2 build
total: 25
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mount02 | NAB | n/a | mount02 4 TBROK : umount of mnt_22014 failed: errno=EBUSY(16): Device or resource busy | n/a | n/a | |
mount03 | n/a | mount03 1 TBROK : stat for setuid_test failed | n/a | n/a | ||
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | n/a | n/a | n/a | |||
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5 M2 RC1 20130703 build
total: 25
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mount02 | NAB | n/a | mount02 4 TBROK : umount of mnt_22014 failed: errno=EBUSY(16): Device or resource busy | n/a | n/a | |
mount03 | n/a | mount03 1 TBROK : stat for setuid_test failed | n/a | n/a | ||
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
sendmsg02 | n/a | n/a | n/a | |||
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4.1 RC1 20130612 build
total: 19
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.5 20130604 build
total: 23
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
ftruncate04 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
ftruncate04_64 | NAB | n/a | mount: can't find /dev/root in /etc/fstab ftruncate04.sh : ERROR : mounting /dev/root remount,mand failed | n/a | Different method for mounting root | n/a |
readahead02 | NAB | n/a | readahead02 0 TWARN : using less cache than expected | n/a | The system doesn't have /proc/pid/io, unable to determine read bytes during test | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
thp03 | NAB | n/a | thp03 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3.2 20130516 build
total: 18
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M6 RC2 20130418 build
total: 19
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M5 RC3 20130403 build
total: 21
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync() calls the syscall io_submit(). When doing IO_CMD_FSYNC and IO_CMD_FDSYNC, Linux kernel will involve the filesystem's aio_fsync and aio_fdsync operations, and if the filesystem doesn't implement these two operations, it will return -EINVAL. In general, this CMD is not implemented in Linux kernel. | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M5 RC2 20130327 build
total: 19 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M4 RC1 20130220 build
total: 19 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M3 RC2 20130131 build
total: 23 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M3 RC1 20130122 build
total: 22 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.4 M1 RC1 20121128 build
total: 18 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2.2 20121018 build
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
process_vm_readv01 | NAB | n/a | process_vm_readv 29 TFAIL : unexpected failure - expected = 14 : Bad address, actual: TEST_ERRNO=???(38): Function not implemented | n/a | Kernel doesn't support | n/a |
process_vm_writev01 | NAB | n/a | process_vm_writev 29 TFAIL : unexpected failure - expected = 14 : Bad address, actual: TEST_ERRNO=???(38): Function not implemented | n/a | Kernel doesn't support | n/a |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M5 RC4 20121010 build
total: 18 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M5 RC3 20121003 build
total: 18 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M4 RC3 20120916 build
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M3 RC2 20120814 build
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
proc01 | LTP | n/a | proc01 1 TFAIL : read failed: /proc/sys/kernel/ftrace_enabled: errno=ENODEV(19): No such device | n/a | This is a LTP bug | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 20120801 build
total: 24 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
proc01 | LTP | n/a | proc01 1 TFAIL : read failed: /proc/sys/kernel/ftrace_enabled: errno=ENODEV(19): No such device | n/a | This is a LTP bug | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1.2 20120630 build
total: 29 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2.1 20120629 build
total: 22 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
dio24 | NEW | n/a | diotest05 3 TFAIL : readv/writev comparision failed | n/a | It could pass when run again | n/a |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M1 RC1 20120613 build
total: 30 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | mmap1 caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 20120606 build
total: 29 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | mmap1 caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 RC5 Denzil
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 RC4 Denzil
total: 23 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
sendfile02 | NAB | n/a | sendfile02 2 TBROK : call to bind() failed: Address already in use | n/a | It is not a bug. | n/a |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC3
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC2
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC1
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M3 RC1
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1.1
total: 41 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
fork13 | fork13 1 TFAIL : Wait return value: expected pid=9129, got 22911, iteration 998600. | n/a | n/a | |||
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M2 RC1
total: 31 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
nm | NEW | -------System test for nm command------
nm: nmfile1.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile2.obj: no symbols nm: nmfile3.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile2.obj: no symbols nm: nmfile3.obj: no symbols nm -A: FAIL |
n/a | n/a | ||
ldd | NEW | /usr/lib/gcc/powerpc-poky-linux/4.6.3/../../../crt1.o:(.rodata+0x4): undefined reference to `main'
collect2: ld returned 1 exit status ASSERTION 1 ldd: /tmp/ldd01-23462/a.out: No such file or directory ASSERTION #1 FAIL |
n/a | n/a | ||
vma01 | vma01 0 TINFO : t = 0x40002000
vma01 0 TINFO : v = 0x40103000 u = 0x40005000 vma01 0 TINFO : s = 0x40005000, t = 0x40008000 vma01 1 TBROK : no matched s = 0x40008000 found. vma01 2 TBROK : Remaining cases broken vma01 0 TINFO : t = 0x40002000 vma01 0 TINFO : v = 0x40103000 vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | n/a | |||
getrusage03 | getrusage03 0 TINFO : allocate 100MB
getrusage03 1 TBROK : malloc failed at getrusage03.c:344: errno=ENOMEM(12): Cannot allocate memory getrusage03 2 TBROK : Remaining cases broken |
n/a | Not enough memory. Mpc8315e-rdb only have 128M memory. | n/a | ||
ksm05 | LTP | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a | |
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M1 RC2
total: 38 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
vma01 | vma01 0 TINFO : t = 0x40002000
vma01 0 TINFO : v = 0x40103000 u = 0x40005000 vma01 0 TINFO : s = 0x40005000, t = 0x40008000 vma01 1 TBROK : no matched s = 0x40008000 found. vma01 2 TBROK : Remaining cases broken vma01 0 TINFO : t = 0x40002000 vma01 0 TINFO : v = 0x40103000 vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | n/a | |||
getrusage03 | getrusage03 0 TINFO : allocate 100MB
getrusage03 1 TBROK : malloc failed at getrusage03.c:344: errno=ENOMEM(12): Cannot allocate memory getrusage03 2 TBROK : Remaining cases broken |
n/a | Not enough memory. Mpc8315e-rdb only have 128M memory. | n/a | ||
ksm05 | LTP | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a | |
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.0.2
total: 36 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | Qemuarm | n/a | n/a | n/a | n/a | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC4
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
proc01 | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | ||
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC3
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
proc01 | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC2
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | NEW | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | n/a | ||
readlink03 | NEW | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | NEW | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
proc01 | NEW | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | n/a | ||
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M3
total: 42 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
mmap11 | NEW | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_2 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_3 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_4 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_5 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm01 | NEW | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm01_1 | NEW | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm03 | NEW | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm03_1 | NEW | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
gf02 | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf05 | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf07 | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf09 | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf19 | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | |||
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | Qemuarm | n/a | n/a | n/a | n/a | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | NEW | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M2
total: 31 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
gf02 | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf05 | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf07 | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf09 | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf19 | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | |||
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M1
total: 32 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
gf02 | NEW | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf05 | NEW | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf07 | NEW | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf09 | NEW | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf19 | NEW | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | ||
ld | NEW | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | [bug1162] | ||
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.0/M4 -RC2
total: 45
- NEW Introduced: 17
- Duplicated: 28
similarity: 28 (62.00%):
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
fchown04 | n/a | n/a | fchown04 1 TBROK : chown(/opt/tmp/ltp-XXXXjXIJS0/fchy8wBtx, -1, 0) failed; errno = 1: Operation not permitted | n/a | n/a | n/a |
fcntl16 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa/.nfs000000000047e62e00000025) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
fcntl16_64 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa/.nfs000000000047e62e00000025) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
fchown04_16 | n/a | n/a | fchown04 1 TBROK : chown(/opt/tmp/ltp-XXXXjXIJS0/fchy8wBtx, -1, 0) failed; errno = 1: Operation not permitted | n/a | n/a | n/a |
fork09 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/forZI4A7w) failed: rmdir(/opt/tmp/ltp-XXXXjXIJS0/forZI4A7w) failed; errno=39: Directory not empty | n/a | n/a | n/a |
inotify02 | n/a | n/a | don't get event: mask=bfc3b270 | n/a | n/a | n/a |
libevent01 | n/a | n/a | sh: /opt/ltp/testcases/bin/libevent/run_libevent.sh: not found | n/a | n/a | n/a |
open10 | n/a | n/a | open10.testdir.B.22779/setgid: Incorrect modes, setgid bit not set | n/a | n/a | n/a |
recvmsg01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/reca51FYA) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/reca51FYA/.nfs000000000047ea3a00000038) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
sendmsg01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/senqTfDE6) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/senqTfDE6/.nfs000000000047ea3e0000209d) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
utimensat01 | n/a | n/a | /opt/ltp/testcases/bin/utimensat_tests.sh: exit: line 488: Illegal number: -1 | n/a | n/a | n/a |
openfile01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/opeSW4SGW) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/opeSW4SGW/.nfs000000000047eab9000020a5) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
quota_remount_test01 | n/a | n/a | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | n/a | n/a |
dio04 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/diopbB3SB) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/diopbB3SB/.nfs000000000047eb7c000020a9) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
dio10 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/dioPqQ0qQ) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/dioPqQ0qQ/.nfs000000000047eb90000020ad) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
mmapstress01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/mmabR9vuy) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/mmabR9vuy/.nfs000000000047eb98000020d4) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
mmapstress10 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/mmaBuQ5I6) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/mmaBuQ5I6/.nfs000000000047ed29000020d5) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
ioctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
lchown02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
lchown02_16 | qemux86 | n/a | n/a | n/a | n/a | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ldd | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M5 RC2 20120926 build
total: 18 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M4 RC3 20120916 build
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M3 RC2 20120814 build
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
proc01 | LTP | n/a | proc01 1 TFAIL : read failed: /proc/sys/kernel/ftrace_enabled: errno=ENODEV(19): No such device | n/a | This is a LTP bug | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 20120801 build
total: 24 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | PPC doesn't support it | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
proc01 | LTP | n/a | proc01 1 TFAIL : read failed: /proc/sys/kernel/ftrace_enabled: errno=ENODEV(19): No such device | n/a | This is a LTP bug | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1.2 20120630 build
total: 29 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2.1 20120629 build
total: 22 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
dio24 | NEW | n/a | diotest05 3 TFAIL : readv/writev comparision failed | n/a | It could pass when run again | n/a |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 M1 RC1 20120613 build
total: 30 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
get_robust_list01 | LTP | n/a | get_robust_list01 4 TFAIL : get_robust_list succeeded unexpectedly | n/a | It is a LTP bug. Wait for upstream | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | mmap1 caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.3 20120606 build
total: 29 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | mmap1 caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 RC5 Denzil
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 RC4 Denzil
total: 23 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
sendfile02 | NAB | n/a | sendfile02 2 TBROK : call to bind() failed: Address already in use | n/a | It is not a bug. | n/a |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC3
total: 21 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
setxattr03 | NAB | n/a | setxattr03 0 TWARN : Unset setxattr03immutable immutable failed: errno=EINVAL(22): Invalid argument
setxattr03 0 TWARN : Unset setxattr03appendonly append-only failed: errno=EINVAL(22): Invalid argument |
n/a | No xattr support in fs or fs mounted without user_xattr option | n/a |
aio02 | NAB | n/a | io_fsync write: Invalid argument | n/a | io_fsync write: Invalid argument | n/a |
thp02 | NAB | n/a | thp02 1 TBROK : cannot find "Hugepagesize:" in /proc/meminfo | n/a | n/a | |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
vma01 | LTP | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC2
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M4 RC1
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M3 RC1
total: 20 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
getrusage03 | NAB | n/a | getrusage03_child 1 TBROK : malloc failed at getrusage03_child.c:154: errno=ENOMEM(12): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
readlink03 | LTP | n/a | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=2, expected errno=22 | n/a | This is a LTP bug. Has been fixed in upstream. | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | NAB | n/a | main(): mmap(): Cannot allocate memory | n/a | Not enough memory. Mpc8315e-rdb have 128M memory. | n/a |
mmapstress06 | qemux86 | mmapstress06: errno = 12; large mmap failed
for this test to run, it needs a mmap space of 32769 pages |
n/a | n/a | n/a | |
ksm05 | LTP | n/a | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a |
vma01 | n/a | vma01 1 TBROK : no matched s = 0x40072000 found.
vma01 2 TBROK : Remaining cases broken vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | [bug1924] | ||
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ld | LTP | n/a | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1.1
total: 41 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
fork13 | fork13 1 TFAIL : Wait return value: expected pid=9129, got 22911, iteration 998600. | n/a | n/a | |||
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M2 RC1
total: 31 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
nm | NEW | -------System test for nm command------
nm: nmfile1.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile2.obj: no symbols nm: nmfile3.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile1.obj: no symbols nm: nmfile2.obj: no symbols nm: nmfile3.obj: no symbols nm -A: FAIL |
n/a | n/a | ||
ldd | NEW | /usr/lib/gcc/powerpc-poky-linux/4.6.3/../../../crt1.o:(.rodata+0x4): undefined reference to `main'
collect2: ld returned 1 exit status ASSERTION 1 ldd: /tmp/ldd01-23462/a.out: No such file or directory ASSERTION #1 FAIL |
n/a | n/a | ||
vma01 | vma01 0 TINFO : t = 0x40002000
vma01 0 TINFO : v = 0x40103000 u = 0x40005000 vma01 0 TINFO : s = 0x40005000, t = 0x40008000 vma01 1 TBROK : no matched s = 0x40008000 found. vma01 2 TBROK : Remaining cases broken vma01 0 TINFO : t = 0x40002000 vma01 0 TINFO : v = 0x40103000 vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | n/a | |||
getrusage03 | getrusage03 0 TINFO : allocate 100MB
getrusage03 1 TBROK : malloc failed at getrusage03.c:344: errno=ENOMEM(12): Cannot allocate memory getrusage03 2 TBROK : Remaining cases broken |
n/a | Not enough memory. Mpc8315e-rdb only have 128M memory. | n/a | ||
ksm05 | LTP | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a | |
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.2 M1 RC2
total: 38 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
vma01 | vma01 0 TINFO : t = 0x40002000
vma01 0 TINFO : v = 0x40103000 u = 0x40005000 vma01 0 TINFO : s = 0x40005000, t = 0x40008000 vma01 1 TBROK : no matched s = 0x40008000 found. vma01 2 TBROK : Remaining cases broken vma01 0 TINFO : t = 0x40002000 vma01 0 TINFO : v = 0x40103000 vma01 1 TBROK : unexpected VMA found. vma01 2 TBROK : Remaining cases broken |
n/a | n/a | |||
getrusage03 | getrusage03 0 TINFO : allocate 100MB
getrusage03 1 TBROK : malloc failed at getrusage03.c:344: errno=ENOMEM(12): Cannot allocate memory getrusage03 2 TBROK : Remaining cases broken |
n/a | Not enough memory. Mpc8315e-rdb only have 128M memory. | n/a | ||
ksm05 | LTP | ksm05 1 TBROK : open: errno=ENOENT(2): No such file or directory | n/a | It is a LTP bug. | n/a | |
sched_getaffinity01 | sched_getaffinity01 4 TFAIL : sched_getaffinity(getpid() + 1, len, mask): TEST_ERRNO=???(0): Success | n/a | n/a | |||
clock_settime03 | LTP | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | |
proc01 | LTP | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | |
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.0.2
total: 36 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | Qemuarm | n/a | n/a | n/a | n/a | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC4
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
proc01 | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | /proc/self/.../ns/{net,uts,ipc} files introduced in kernel 3.0 | n/a | ||
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC3
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
proc01 | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | introduced with 3.0 kernel | n/a | ||
readlink03 | LTP | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | LTP | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M4 RC2
total: 39 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
clock_settime03 | NEW | clock_settime03 8 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument
clock_settime03 9 TFAIL : clock_settime(2) failed to produce expected error (return code = -1): TEST_ERRNO=EINVAL(22): Invalid argument |
n/a | n/a | ||
readlink03 | NEW | readlink03 9 TFAIL : readlink() failed, Symlink Pathname is empty, errno=22, expected errno=2 | n/a | When 'Symlink Pathname is empty' the return value was 'ENOENT' but with newer kernels the return value is 'EINVAL'. It is a LTP bug. | n/a | |
sockioctl01 | NEW | sockioctl01 4 TFAIL : ATMARK on UDP ; returned -1 (expected -1), errno 25 (expected 22) | n/a | Inappropriate ioctl operation returning EINVAL with newer kernels. It is a LTP bug. | n/a | |
proc01 | NEW | proc01 1 TFAIL : read failed: /proc/self/task/12187/ns/net: errno=EINVAL(22): Invalid argument
proc01 2 TFAIL : read failed: /proc/self/task/12187/ns/uts: errno=EINVAL(22): Invalid argument proc01 3 TFAIL : read failed: /proc/self/task/12187/ns/ipc: errno=EINVAL(22): Invalid argument |
n/a | n/a | ||
mmap11 | LTP | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_2 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_3 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_4 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
mmap10_5 | LTP | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm01_1 | LTP | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ksm03_1 | LTP | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | This is a LTP bug. | n/a | |
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | n/a | n/a | n/a | n/a | n/a | |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M3
total: 42 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
mmap11 | NEW | mmap11 0 TINFO : [471]
mmap11 1 TBROK : pthread_create: errno=EAGAIN(11): Resource temporarily unavailable mmap11 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_2 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use /dev/zero. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_3 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_4 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
mmap10_5 | NEW | mmap10 0 TINFO : add to KSM regions.
mmap10 0 TINFO : use anonymous pages. mmap10 0 TINFO : start tests. mmap10 1 TBROK : madvise: errno=EINVAL(22): Invalid argument mmap10 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm01 | NEW | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm01_1 | NEW | ksm01 0 TINFO : KSM merging...
ksm01 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm01 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm03 | NEW | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
ksm03_1 | NEW | ksm03 0 TINFO : KSM merging...
ksm03 1 TBROK : open: errno=ENOENT(2): No such file or directory ksm03 2 TBROK : Remaining cases broken |
n/a | n/a | n/a | |
gf02 | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf05 | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf07 | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf09 | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf19 | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | |||
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | Qemuarm | n/a | n/a | n/a | n/a | |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog06 | NEW | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M2
total: 31 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
gf02 | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf05 | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf07 | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf09 | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | |||
gf19 | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | |||
ld | LTP | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | This is a LTP bug | [bug1162] | |
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.1/M1
total: 32 (100%)
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
gf02 | NEW | growfiles(gf02): 31425 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf02): 31425 growfiles.c/1679: 1 Hit max errors value of 1 gf02 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf05 | NEW | growfiles(gf05): 31429 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf05): 31429 growfiles.c/1679: 1 Hit max errors value of 1 gf05 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf07 | NEW | growfiles(gf07): 31432 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf07): 31432 growfiles.c/1679: 1 Hit max errors value of 1 gf07 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf09 | NEW | growfiles(gf09): 31435 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf09): 31435 growfiles.c/1679: 1 Hit max errors value of 1 gf09 1 TFAIL : Test failed |
n/a | [bug1138] | ||
gf19 | NEW | growfiles(gf19): 31452 growfiles.c/2144: 1 tlibio.c/1675 aio_write, aio_error = 1 Operation not permitted; random method 0200002
growfiles(gf19): 31452 growfiles.c/1679: 1 Hit max errors value of 1 gf19 1 TFAIL : Test failed |
n/a | [bug1138] | ||
ld | NEW | Assertion 1 ..................
-) Assertion 2 .................. 1,4c1,3 < gcc: error: x.obj: No such file or directory < gcc: error: y.obj: No such file or directory < gcc: fatal error: no input files < compilation terminated. --- > gcc: x.obj: No such file or directory > gcc: y.obj: No such file or directory > gcc: No input files FAIL - ld failed to give expected error msg |
n/a | [bug1162] | ||
quota_remount_test01 | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | ||||
ioctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | caught unexpected signal - 11 --- exiting | n/a | ||
mtest06_2 | blacksand | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
1.0/M4 -RC2
total: 45
- NEW Introduced: 17
- Duplicated: 28
similarity: 28 (62.00%):
LTP cases | status | owner | error msg | lsb | comment | bugzilla |
fchown04 | n/a | n/a | fchown04 1 TBROK : chown(/opt/tmp/ltp-XXXXjXIJS0/fchy8wBtx, -1, 0) failed; errno = 1: Operation not permitted | n/a | n/a | n/a |
fcntl16 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa/.nfs000000000047e62e00000025) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
fcntl16_64 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/fcnm6NMQa/.nfs000000000047e62e00000025) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
fchown04_16 | n/a | n/a | fchown04 1 TBROK : chown(/opt/tmp/ltp-XXXXjXIJS0/fchy8wBtx, -1, 0) failed; errno = 1: Operation not permitted | n/a | n/a | n/a |
fork09 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/forZI4A7w) failed: rmdir(/opt/tmp/ltp-XXXXjXIJS0/forZI4A7w) failed; errno=39: Directory not empty | n/a | n/a | n/a |
inotify02 | n/a | n/a | don't get event: mask=bfc3b270 | n/a | n/a | n/a |
libevent01 | n/a | n/a | sh: /opt/ltp/testcases/bin/libevent/run_libevent.sh: not found | n/a | n/a | n/a |
open10 | n/a | n/a | open10.testdir.B.22779/setgid: Incorrect modes, setgid bit not set | n/a | n/a | n/a |
recvmsg01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/reca51FYA) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/reca51FYA/.nfs000000000047ea3a00000038) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
sendmsg01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/senqTfDE6) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/senqTfDE6/.nfs000000000047ea3e0000209d) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
utimensat01 | n/a | n/a | /opt/ltp/testcases/bin/utimensat_tests.sh: exit: line 488: Illegal number: -1 | n/a | n/a | n/a |
openfile01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/opeSW4SGW) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/opeSW4SGW/.nfs000000000047eab9000020a5) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
quota_remount_test01 | n/a | n/a | mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) Could not mount the filesystem quota_remount_test01 1 TFAIL : Quota on Remount Failed | n/a | n/a | n/a |
dio04 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/diopbB3SB) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/diopbB3SB/.nfs000000000047eb7c000020a9) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
dio10 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/dioPqQ0qQ) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/dioPqQ0qQ/.nfs000000000047eb90000020ad) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
mmapstress01 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/mmabR9vuy) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/mmabR9vuy/.nfs000000000047eb98000020d4) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
mmapstress10 | n/a | n/a | tst_rmdir(): rmobj(/opt/tmp/ltp-XXXXjXIJS0/mmaBuQ5I6) failed: unlink(/opt/tmp/ltp-XXXXjXIJS0/mmaBuQ5I6/.nfs000000000047ed29000020d5) failed; errno=16: Device or resource busy | n/a | n/a | n/a |
ioctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
lchown02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
lchown02_16 | qemux86 | n/a | n/a | n/a | n/a | n/a |
sysctl03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog03 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog04 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog05 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog07 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog08 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog09 | qemux86 | n/a | n/a | n/a | n/a | n/a |
syslog10 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mtest06_2 | qemux86 | n/a | n/a | n/a | n/a | n/a |
mmapstress06 | qemux86 | n/a | n/a | n/a | n/a | n/a |
ldd | qemux86 | n/a | n/a | n/a | n/a | n/a |
su01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron02 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_deny01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_allow01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron_dirs_checks01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
file | qemux86 | n/a | n/a | n/a | n/a | n/a |
cron | qemux86 | n/a | n/a | n/a | n/a | n/a |
logrotate | qemux86 | n/a | n/a | n/a | n/a | n/a |
cpio | qemux86 | n/a | n/a | n/a | n/a | n/a |
unzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |
gzip01 | qemux86 | n/a | n/a | n/a | n/a | n/a |