Disable brk* tests as those depend on yet to be released Morello Linux kernel version.
Signed-off-by: Beata Michalska beata.michalska@arm.com --- This patch is targeting LTP morello/master only.
runtest/morello_transitional_extended | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 240dec83f..01db9d821 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,7 +1,8 @@ #DESCRIPTION: Morello transitional extended ABI system calls
-brk01 brk01 -brk02 brk02 +#KERN - depends on Morello Linux kernel release > morello-release-1.5.0 +#brk01 brk01 +#brk02 brk02
epoll_create01 epoll_create01 epoll_create02 epoll_create02
On 06-12-2022 13:42, Beata Michalska wrote:
Disable brk* tests as those depend on yet to be released Morello Linux kernel version.
Signed-off-by: Beata Michalska beata.michalska@arm.com
LGTM!
Just a question, would it be useful to add to the other tests in morello_transitional_extended that they require >= morello-release-1.5.0? I'm not sure it would add any meaningful value though so probably not worth the effort.
Also, just curious, do you intend to tag LTP for morello-release-1.5.0 as well?
Best, Tudor
This patch is targeting LTP morello/master only.
runtest/morello_transitional_extended | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 240dec83f..01db9d821 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,7 +1,8 @@ #DESCRIPTION: Morello transitional extended ABI system calls -brk01 brk01 -brk02 brk02 +#KERN - depends on Morello Linux kernel release > morello-release-1.5.0 +#brk01 brk01 +#brk02 brk02 epoll_create01 epoll_create01 epoll_create02 epoll_create02
On Tue, Dec 06, 2022 at 02:25:28PM +0000, Tudor Cretu wrote:
On 06-12-2022 13:42, Beata Michalska wrote:
Disable brk* tests as those depend on yet to be released Morello Linux kernel version.
Signed-off-by: Beata Michalska beata.michalska@arm.com
LGTM!
Just a question, would it be useful to add to the other tests in morello_transitional_extended that they require >= morello-release-1.5.0? I'm not sure it would add any meaningful value though so probably not worth the effort.
I could do that though most of the test cases would have to get tagged - so maybe generic comment for all ?
Also, just curious, do you intend to tag LTP for morello-release-1.5.0 as well?
Yes, that's the plan. Unless someone tells me it's a bad one.
--- BR B.
Best, Tudor
This patch is targeting LTP morello/master only.
runtest/morello_transitional_extended | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 240dec83f..01db9d821 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,7 +1,8 @@ #DESCRIPTION: Morello transitional extended ABI system calls -brk01 brk01 -brk02 brk02 +#KERN - depends on Morello Linux kernel release > morello-release-1.5.0 +#brk01 brk01 +#brk02 brk02 epoll_create01 epoll_create01 epoll_create02 epoll_create02
On 06-12-2022 15:52, Beata Michalska wrote:
On Tue, Dec 06, 2022 at 02:25:28PM +0000, Tudor Cretu wrote:
On 06-12-2022 13:42, Beata Michalska wrote:
Disable brk* tests as those depend on yet to be released Morello Linux kernel version.
Signed-off-by: Beata Michalska beata.michalska@arm.com
LGTM!
Just a question, would it be useful to add to the other tests in morello_transitional_extended that they require >= morello-release-1.5.0? I'm not sure it would add any meaningful value though so probably not worth the effort.
I could do that though most of the test cases would have to get tagged - so maybe generic comment for all ?
Yes, that would be nice.
Also, just curious, do you intend to tag LTP for morello-release-1.5.0 as well?
Yes, that's the plan. Unless someone tells me it's a bad one.
Ack.
Thanks, Tudor
BR B.
Best, Tudor
This patch is targeting LTP morello/master only.
runtest/morello_transitional_extended | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index 240dec83f..01db9d821 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,7 +1,8 @@ #DESCRIPTION: Morello transitional extended ABI system calls -brk01 brk01 -brk02 brk02 +#KERN - depends on Morello Linux kernel release > morello-release-1.5.0 +#brk01 brk01 +#brk02 brk02 epoll_create01 epoll_create01 epoll_create02 epoll_create02
linux-morello-ltp@op-lists.linaro.org