diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-14 10:10:41 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:24 +0000 |
| commit | f443e3702113a5c3a837365f4f35aaa550875798 (patch) | |
| tree | 437024a7c17377281efbb99949c061197134efe3 | |
| parent | 2622ec78f8c8a6d0f30615505c5eb54ad581ec2c (diff) | |
| download | poky-f443e3702113a5c3a837365f4f35aaa550875798.tar.gz | |
lttng-tools: disable more failing ptests
(From OE-Core rev: 78e2c81d02eb31c04a5ccb562f3524f9d0b7e35c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch index f2c14ecc94..08c1423310 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c69b68e5c03f1d260025fb1dd9ab7345e31e15ef Mon Sep 17 00:00:00 2001 | 1 | From de9fc501e775cae05f1f87534b4237cd78e8d9a8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Fri, 24 Jan 2020 18:03:25 +0100 | 3 | Date: Fri, 24 Jan 2020 18:03:25 +0100 |
| 4 | Subject: [PATCH] tests/regression: disable the tools/live tests | 4 | Subject: [PATCH] tests/regression: disable the tools/live tests |
| @@ -9,15 +9,16 @@ https://bugs.lttng.org/issues/1217 | |||
| 9 | 9 | ||
| 10 | Upstream-Status: Inappropriate [upstream is working on a real fix] | 10 | Upstream-Status: Inappropriate [upstream is working on a real fix] |
| 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
| 12 | |||
| 12 | --- | 13 | --- |
| 13 | tests/regression/Makefile.am | 4 ---- | 14 | tests/regression/Makefile.am | 10 +--------- |
| 14 | 1 file changed, 4 deletions(-) | 15 | 1 file changed, 1 insertion(+), 9 deletions(-) |
| 15 | 16 | ||
| 16 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am | 17 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am |
| 17 | index 73eb9f7..b92bdbd 100644 | 18 | index cbac90d..d467886 100644 |
| 18 | --- a/tests/regression/Makefile.am | 19 | --- a/tests/regression/Makefile.am |
| 19 | +++ b/tests/regression/Makefile.am | 20 | +++ b/tests/regression/Makefile.am |
| 20 | @@ -9,14 +9,10 @@ TESTS = tools/filtering/test_invalid_filter \ | 21 | @@ -11,16 +11,10 @@ TESTS = tools/filtering/test_invalid_filter \ |
| 21 | tools/filtering/test_valid_filter \ | 22 | tools/filtering/test_valid_filter \ |
| 22 | tools/streaming/test_ust \ | 23 | tools/streaming/test_ust \ |
| 23 | tools/health/test_thread_ok \ | 24 | tools/health/test_thread_ok \ |
| @@ -26,9 +27,29 @@ index 73eb9f7..b92bdbd 100644 | |||
| 26 | - tools/live/test_lttng_ust \ | 27 | - tools/live/test_lttng_ust \ |
| 27 | tools/tracefile-limits/test_tracefile_count \ | 28 | tools/tracefile-limits/test_tracefile_count \ |
| 28 | tools/tracefile-limits/test_tracefile_size \ | 29 | tools/tracefile-limits/test_tracefile_size \ |
| 29 | tools/exclusion/test_exclusion \ | 30 | - tools/exclusion/test_exclusion \ |
| 30 | tools/snapshots/test_ust_fast \ | 31 | tools/snapshots/test_ust_fast \ |
| 31 | - tools/snapshots/test_ust_streaming \ | 32 | - tools/snapshots/test_ust_streaming \ |
| 32 | tools/save-load/test_save \ | 33 | tools/save-load/test_save \ |
| 33 | tools/save-load/test_load \ | 34 | - tools/save-load/test_load \ |
| 34 | tools/save-load/test_autoload \ | 35 | tools/save-load/test_autoload \ |
| 36 | tools/mi/test_mi \ | ||
| 37 | tools/wildcard/test_event_wildcard \ | ||
| 38 | @@ -38,8 +32,7 @@ TESTS = tools/filtering/test_invalid_filter \ | ||
| 39 | tools/working-directory/test_relayd_working_directory \ | ||
| 40 | tools/notification/test_notification_multi_app \ | ||
| 41 | tools/clear/test_ust \ | ||
| 42 | - tools/clear/test_kernel \ | ||
| 43 | - tools/tracker/test_event_tracker | ||
| 44 | + tools/clear/test_kernel | ||
| 45 | |||
| 46 | if HAVE_LIBLTTNG_UST_CTL | ||
| 47 | SUBDIRS += ust | ||
| 48 | @@ -60,7 +53,6 @@ TESTS += ust/before-after/test_before_after \ | ||
| 49 | ust/multi-lib/test_multi_lib \ | ||
| 50 | ust/rotation-destroy-flush/test_rotation_destroy_flush \ | ||
| 51 | ust/namespaces/test_ns_contexts \ | ||
| 52 | - ust/namespaces/test_ns_contexts_change \ | ||
| 53 | tools/metadata/test_ust \ | ||
| 54 | tools/relayd-grouping/test_ust | ||
| 55 | endif # HAVE_LIBLTTNG_UST_CTL | ||
