diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 18:17:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-17 19:57:32 +0100 |
commit | ad5936fba617b6f4c5b5329de5811624be840339 (patch) | |
tree | 2a441d82217ce29d31026517baf485b1bdc7bf20 /meta/recipes-devtools | |
parent | a01fd44f582afec6c0a037e30d6087d953e08ab8 (diff) | |
download | poky-ad5936fba617b6f4c5b5329de5811624be840339.tar.gz |
valgrind: Disable drd/tests/std_thread2 ptest
After improvements to debug sources handling I suspect that extra debug
information became available and is confusing this test. Disable it
for now until someone with more knowledge can resolve the issue.
(From OE-Core rev: 2d52b590f4f254ba6ff310af1f68780a0f329673)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-all | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all index cb8d10b18f..a26837d297 100644 --- a/meta/recipes-devtools/valgrind/valgrind/remove-for-all +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all | |||
@@ -4,5 +4,6 @@ memcheck/tests/supp_unknown | |||
4 | helgrind/tests/tls_threads | 4 | helgrind/tests/tls_threads |
5 | drd/tests/bar_bad_xml | 5 | drd/tests/bar_bad_xml |
6 | drd/tests/pth_barrier_thr_cr | 6 | drd/tests/pth_barrier_thr_cr |
7 | drd/tests/std_thread2 | ||
7 | drd/tests/thread_name_xml | 8 | drd/tests/thread_name_xml |
8 | massif/tests/deep-D | 9 | massif/tests/deep-D |