diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch index 3a77ea2e43..b8971a69de 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 1fbd24512e8fce64b92efa846c301e45a7371ed2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
3 | Date: Tue, 14 Dec 2021 12:34:04 +0000 | ||
4 | Subject: [PATCH] lttng-tools: Disable problem tests | ||
5 | |||
1 | Upstream-Status: Inappropriate [need to root cause the test hangs] | 6 | Upstream-Status: Inappropriate [need to root cause the test hangs] |
2 | 7 | ||
3 | We keep seeing hangs in the tools/notifications tests on x86 and arm for | 8 | We keep seeing hangs in the tools/notifications tests on x86 and arm for |
@@ -8,11 +13,14 @@ of them. | |||
8 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 | 13 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 |
9 | 14 | ||
10 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
16 | --- | ||
17 | tests/regression/Makefile.am | 12 ------------ | ||
18 | 1 file changed, 12 deletions(-) | ||
11 | 19 | ||
12 | Index: lttng-tools-2.13.1/tests/regression/Makefile.am | 20 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am |
13 | =================================================================== | 21 | index e556223..756fb98 100644 |
14 | --- lttng-tools-2.13.1.orig/tests/regression/Makefile.am | 22 | --- a/tests/regression/Makefile.am |
15 | +++ lttng-tools-2.13.1/tests/regression/Makefile.am | 23 | +++ b/tests/regression/Makefile.am |
16 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ | 24 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ |
17 | tools/crash/test_crash \ | 25 | tools/crash/test_crash \ |
18 | tools/regen-metadata/test_ust \ | 26 | tools/regen-metadata/test_ust \ |