diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-27 19:51:34 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-01 23:00:02 +0100 |
| commit | 7b048095a703cb3fdf29ddc48df3d76d941dbad9 (patch) | |
| tree | 2475eed04c105d7fc94ef56de4f99af1dc2c64a5 /meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |
| parent | d362a342e15cb9eff4ec18f4e146a86c059051b5 (diff) | |
| download | poky-7b048095a703cb3fdf29ddc48df3d76d941dbad9.tar.gz | |
lttng-tools: Filter out regression testsuite on musl systems
regression testsuite does not run to finish on musl systems, some of
the issues seen
* python is OOM'ing which is fixed by asking for 8G memory for qemu
* It hits the timeout limits of ptest-runner even -t 2400 does not finish it
* Use make -j1 and running run-ptest script directly ( outside
ptest-runner to avoid timeout limit) causes it to run forever
Lets disable this testsuite for musl systems for now.
(From OE-Core rev: b97dcec2bce26f0eb2a9a842cd20637ab1f17d0d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb index 49575ef57c..dc549bff1e 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb | |||
| @@ -205,6 +205,11 @@ do_install_ptest () { | |||
| 205 | done | 205 | done |
| 206 | } | 206 | } |
| 207 | 207 | ||
| 208 | do_install_ptest:append:libc-musl () { | ||
| 209 | # filter-out running regression testsuite on musl systems, it hangs | ||
| 210 | sed -i -e '$a\' -e 'SUBDIRS := $(filter-out regression,$(SUBDIRS))' ${D}${PTEST_PATH}/tests/Makefile | ||
| 211 | } | ||
| 212 | |||
| 208 | INHIBIT_PACKAGE_STRIP_FILES = "\ | 213 | INHIBIT_PACKAGE_STRIP_FILES = "\ |
| 209 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ | 214 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary \ |
| 210 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ | 215 | ${PKGD}${PTEST_PATH}/tests/utils/testapp/userspace-probe-elf-binary/.libs/userspace-probe-elf-binary \ |
