Skip to content

Commit

Permalink
LTP: Adding known issues on bcm2711-rpi-4-b
Browse files Browse the repository at this point in the history
Adding following known test failures on bcm2711-rpi-4-b device with
NFS mounted filesystem and LTP test mount directory on NFS for
creating LTP temporary test files.

Test cases failed on bcm2711-rpi-4-b
 * chown02
 * fchown02
 * fanotify16
 * inotify12

Followed due to following reasons:
LTP syscalls chown02, fchown02, fanotify16 and inotify12 fails.
chown02.c:58: TFAIL: testfile2: wrong mode permissions 0100700, expected 0102700
fchown02.c:67: TFAIL: testfile2: wrong mode permissions 0100700, expected 0102700
inotify12.c:135: TFAIL: Got unexpected 2nd event
fanotify.h:168: TBROK: fanotify_mark (3, FAN_MARK_ADD, ..., AT_FDCWD, \".\") failed: ENODEV (19)

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
  • Loading branch information
Naresh Kamboju committed Nov 22, 2023
1 parent 8a8dcc6 commit eb1871f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ltp-production.yaml
Expand Up @@ -1803,3 +1803,22 @@ projects:
url: https://bugs.linaro.org/show_bug.cgi?id=5980
active: true
intermittent: true
- environments:
- bcm2711-rpi-4-b
- bcm2711-rpi-4-b-64k_page_size
- bcm2711-rpi-4-b-clang
notes: >
LTP syscalls chown02, fchown02, fanotify16 and inotify12 fails.
chown02.c:58: TFAIL: testfile2: wrong mode permissions 0100700, expected 0102700
fchown02.c:67: TFAIL: testfile2: wrong mode permissions 0100700, expected 0102700
inotify12.c:135: TFAIL: Got unexpected 2nd event
fanotify.h:168: TBROK: fanotify_mark (3, FAN_MARK_ADD, ..., AT_FDCWD, \".\") failed: ENODEV (19)
projects: *projects_all
test_names:
- ltp-syscalls/chown02
- ltp-syscalls/fchown02
- ltp-syscalls/fanotify16
- ltp-syscalls/inotify12
url: https://bugs.linaro.org/show_bug.cgi?id=6020
active: true
intermittent: true

0 comments on commit eb1871f

Please sign in to comment.