Skip to content

Commit

Permalink
ltp-production: add futex_cmp_requeue01 as an intermittent issue
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  • Loading branch information
roxell authored and chaws committed Apr 30, 2024
1 parent 5297672 commit df4e6e6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ltp-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1878,3 +1878,22 @@ projects:
url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.8.y/build/v6.8.4-281-g6d08df6c401e/testrun/23380037/suite/ltp-syscalls/test/mount01/history/
active: true
intermittent: true
- environments:
- qemu-arm64
- dragonboard-410c
notes: >
LTP syscalls futex_cmp_requeue01 fails due to fork rejected.
"futex_cmp_requeue01.c:140: TINFO: children woken, futex0: 30, futex1: 70, spurious wakeups: 0
futex_cmp_requeue01.c:187: TPASS: futex_cmp_requeue()
[ 2186.935916] cgroup: fork rejected by pids controller in /user.slice/user-0.slice/session-1.scope
futex_cmp_requeue01.c:95: TBROK: fork() failed: EAGAIN/EWOULDBLOCK (11)
tst_test.c:1641: TINFO: Killed the leftover descendant processes"
This is happening on all branches for dragonboard-410c.
For qemu-arm64 this happens on kernel <= v6.1.
projects: *projects_all
test_name:
- ltp-syscalls/futex_cmp_requeue01
url: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.8.y/build/v6.8.4-281-g6d08df6c401e/testrun/23380037/suite/ltp-syscalls/test/futex_cmp_requeue01/history/
active: true
intermittent: true

0 comments on commit df4e6e6

Please sign in to comment.