From: Trevor Gamblin <[email protected]> coreutils has a large number of tests, and potential RDEPENDS to be added to support them, along with the flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that will add time and coverage. The RUN_VERY_EXPENSIVE_TESTS=yes flag has been omitted from the run-ptest script to reduce run time and issues with timeouts on qemuarm64, even though this increases an already high SKIP count in the results. Similarly, adding valgrind to RDEPENDS will allow additional tests to pass, but this hasn't been included. Of the tests marked SKIP, there are 30 tests that are currently counted as SKIP because they require sudo permissions, and another 21 that require membership in multiple groups. Additionally, there is an issue with the "make check-TESTS" call finishing clearly during the ptest. Despite these issues, upstream input was desired before doing further development on the ptest additions.
Signed-off-by: Trevor Gamblin <[email protected]> Trevor Gamblin (1): coreutils: add ptest .../coreutils/coreutils/run-ptest | 22 +++++++++++ meta/recipes-core/coreutils/coreutils_8.31.bb | 39 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100755 meta/recipes-core/coreutils/coreutils/run-ptest -- 2.21.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
