diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-23 14:52:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-25 10:41:22 +0000 |
commit | 44c4d3d76ffb8d24088a24e392788c149b1abd5f (patch) | |
tree | 6ae633d14bea33e4d56c49122a0bb3d11608bc19 /meta/recipes-kernel/lttng | |
parent | 2de1c973d1fa8e3b2fba1d3489f6bc0f7583bd7e (diff) | |
download | poky-44c4d3d76ffb8d24088a24e392788c149b1abd5f.tar.gz |
lttng-tools: exclude one more test that sporadically fails
(From OE-Core rev: d06ea31f51de19056713377a2f0e9bdcccbd96d5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/0001-tests-regression-disable-the-tools-live-tests.patch | 15 |
1 files changed, 10 insertions, 5 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 a558a0993f..f2c14ecc94 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 5f0ef3e007ed83c1ce7ae817308e5942decc1230 Mon Sep 17 00:00:00 2001 | 1 | From c69b68e5c03f1d260025fb1dd9ab7345e31e15ef 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 |
@@ -10,14 +10,14 @@ https://bugs.lttng.org/issues/1217 | |||
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 | tests/regression/Makefile.am | 3 --- | 13 | tests/regression/Makefile.am | 4 ---- |
14 | 1 file changed, 3 deletions(-) | 14 | 1 file changed, 4 deletions(-) |
15 | 15 | ||
16 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am | 16 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am |
17 | index 73eb9f7..92fc18f 100644 | 17 | index 73eb9f7..b92bdbd 100644 |
18 | --- a/tests/regression/Makefile.am | 18 | --- a/tests/regression/Makefile.am |
19 | +++ b/tests/regression/Makefile.am | 19 | +++ b/tests/regression/Makefile.am |
20 | @@ -9,9 +9,6 @@ TESTS = tools/filtering/test_invalid_filter \ | 20 | @@ -9,14 +9,10 @@ TESTS = tools/filtering/test_invalid_filter \ |
21 | tools/filtering/test_valid_filter \ | 21 | tools/filtering/test_valid_filter \ |
22 | tools/streaming/test_ust \ | 22 | tools/streaming/test_ust \ |
23 | tools/health/test_thread_ok \ | 23 | tools/health/test_thread_ok \ |
@@ -27,3 +27,8 @@ index 73eb9f7..92fc18f 100644 | |||
27 | tools/tracefile-limits/test_tracefile_count \ | 27 | tools/tracefile-limits/test_tracefile_count \ |
28 | tools/tracefile-limits/test_tracefile_size \ | 28 | tools/tracefile-limits/test_tracefile_size \ |
29 | tools/exclusion/test_exclusion \ | 29 | tools/exclusion/test_exclusion \ |
30 | tools/snapshots/test_ust_fast \ | ||
31 | - tools/snapshots/test_ust_streaming \ | ||
32 | tools/save-load/test_save \ | ||
33 | tools/save-load/test_load \ | ||
34 | tools/save-load/test_autoload \ | ||