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