On 8/31/22 13:42, Zachary Leaf wrote:
Commit 35cda2b9c8b9 (build.sh: Allow specifying make targets) enabled building only specific test suites, e.g. only syscall tests.
For testing PCuABI, only the kernel/syscall set of tests is targeted.
Since the mmap1/mmap2/mmap3 tests are part of the mm (kernel/mem) tests, remove them from the morello_transitional list as they will no longer be built by default when testing PCuABI.
Reported-by: Kevin Brodsky kevin.brodsky@arm.com Signed-off-by: Zachary Leaf zachary.leaf@arm.com
runtest/morello_transitional | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/runtest/morello_transitional b/runtest/morello_transitional index ddef45787..568d00ca1 100644 --- a/runtest/morello_transitional +++ b/runtest/morello_transitional @@ -193,10 +193,6 @@ madvise10 madvise10 mmap001 mmap001 -m 1 -mmap1 mmap1 -mmap2 mmap2 -a -p -mmap3 mmap3 -p
- mmap01 mmap01 mmap02 mmap02 mmap03 mmap03
+1