xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Upstream-Status: Inappropriate [need to root cause the test hangs]
2
3We keep seeing hangs in the tools/notifications tests on x86 and arm for
4a variety of distros. Exclude them for now to work out if this is the
5only place we see them and give SWAT/triage a break from the stream
6of them.
7
8https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263
9
10Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11
12Index: lttng-tools-2.13.1/tests/regression/Makefile.am
13===================================================================
14--- lttng-tools-2.13.1.orig/tests/regression/Makefile.am
15+++ lttng-tools-2.13.1/tests/regression/Makefile.am
16@@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \
17 	tools/crash/test_crash \
18 	tools/regen-metadata/test_ust \
19 	tools/regen-statedump/test_ust \
20-	tools/notification/test_notification_ust_error \
21-	tools/notification/test_notification_ust_buffer_usage \
22-	tools/notification/test_notification_ust_capture \
23-	tools/notification/test_notification_ust_event_rule_condition_exclusion \
24-	tools/notification/test_notification_kernel_error \
25-	tools/notification/test_notification_kernel_buffer_usage \
26-	tools/notification/test_notification_kernel_capture \
27-	tools/notification/test_notification_kernel_instrumentation \
28-	tools/notification/test_notification_kernel_syscall \
29-	tools/notification/test_notification_notifier_discarded_count \
30-	tools/notification/test_notification_kernel_userspace_probe \
31-	tools/notification/test_notification_multi_app \
32 	tools/rotation/test_ust \
33 	tools/rotation/test_kernel \
34 	tools/rotation/test_save_load_mi \
35