The ptrace tests pass (for both purecap and compat), so add them to the extended Morello transitional syscalls list.
Signed-off-by: Kristina Martsenko kristina.martsenko@arm.com --- runtest/morello_transitional_extended | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 067fe82da..fa3920bd8 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -44,6 +44,19 @@ keyctl07 keyctl07 keyctl08 keyctl08 keyctl09 keyctl09
+ptrace01 ptrace01 +ptrace02 ptrace02 +ptrace03 ptrace03 +ptrace04 ptrace04 +ptrace05 ptrace05 +# Broken test; See: testcases/kernel/syscalls/ptrace/Makefile for more details. +#ptrace06 ptrace06 +ptrace07 ptrace07 +ptrace08 ptrace08 +ptrace09 ptrace09 +ptrace10 ptrace10 +ptrace11 ptrace11 + semctl01 semctl01 semctl02 semctl02 semctl03 semctl03
Hi Kristina,
On Tue, Nov 22, 2022 at 05:06:34PM +0000, Kristina Martsenko wrote:
This one seems to be supported only for Blackfin (at least at this point) and is effectively skipped for other archs.
This one is x86_64 specific.
And those are x86/x86_64 specific as well.
I guess we can remove those from Morello test list. Otherwise looks good.
--- BR B.
On 24/11/2022 21:18, Beata Michalska wrote:
Ok sure. (I was thinking that we want to keep the Morello list in sync with the main syscalls list, otherwise someone may wonder why only a subset of the ptrace tests are run. I kept ptrace06 and the comment for the same reason.)
I'll send a v2 with these 5 tests removed.
Thanks, Kristina
linux-morello-ltp@op-lists.linaro.org