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