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 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch new file mode 100644 index 0000000000..b8971a69de --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | |||
@@ -0,0 +1,42 @@ | |||
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 | |||
6 | Upstream-Status: Inappropriate [need to root cause the test hangs] | ||
7 | |||
8 | We keep seeing hangs in the tools/notifications tests on x86 and arm for | ||
9 | a variety of distros. Exclude them for now to work out if this is the | ||
10 | only place we see them and give SWAT/triage a break from the stream | ||
11 | of them. | ||
12 | |||
13 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 | ||
14 | |||
15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
16 | --- | ||
17 | tests/regression/Makefile.am | 12 ------------ | ||
18 | 1 file changed, 12 deletions(-) | ||
19 | |||
20 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am | ||
21 | index e556223..756fb98 100644 | ||
22 | --- a/tests/regression/Makefile.am | ||
23 | +++ b/tests/regression/Makefile.am | ||
24 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ | ||
25 | tools/crash/test_crash \ | ||
26 | tools/regen-metadata/test_ust \ | ||
27 | tools/regen-statedump/test_ust \ | ||
28 | - tools/notification/test_notification_ust_error \ | ||
29 | - tools/notification/test_notification_ust_buffer_usage \ | ||
30 | - tools/notification/test_notification_ust_capture \ | ||
31 | - tools/notification/test_notification_ust_event_rule_condition_exclusion \ | ||
32 | - tools/notification/test_notification_kernel_error \ | ||
33 | - tools/notification/test_notification_kernel_buffer_usage \ | ||
34 | - tools/notification/test_notification_kernel_capture \ | ||
35 | - tools/notification/test_notification_kernel_instrumentation \ | ||
36 | - tools/notification/test_notification_kernel_syscall \ | ||
37 | - tools/notification/test_notification_notifier_discarded_count \ | ||
38 | - tools/notification/test_notification_kernel_userspace_probe \ | ||
39 | - tools/notification/test_notification_multi_app \ | ||
40 | tools/rotation/test_ust \ | ||
41 | tools/rotation/test_kernel \ | ||
42 | tools/rotation/test_save_load_mi \ | ||