]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
DRD regtest: one more test case with --num-callers=1
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 6 Feb 2026 12:10:19 +0000 (13:10 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 6 Feb 2026 12:10:19 +0000 (13:10 +0100)
drd/tests/std_thread2.stderr.exp
drd/tests/std_thread2.vgtest

index 818b5cf579028712c12632d404a137512038e521..ec6cf60f5ad0bcdc97e7b4409f0fefc44de242d7 100644 (file)
@@ -2,6 +2,7 @@
 Thread 2:
 Conflicting store by thread 2 at 0x........ size 4
    at 0x........: main::LAMBDA::operator()() const (std_thread2.cpp:21)
+   by 0x........: void std::__invoke_impl<void, main::LAMBDA>(std::__invoke_other, main::{lambda()#1}&&) (invoke.h:?)
 Allocation context: BSS section of std_thread2
 
 Done.
index 74917b289d4940c4b38b040c1e39187ebab9e4f7..785eadebc2047daa69a50d6a6ea7d6dd50414ff3 100644 (file)
@@ -1,4 +1,4 @@
 prereq: test -e std_thread2 && ./supported_libpthread
-vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=1 --default-suppressions=no --suppressions=std_thread2.supp
+vgopts: --check-stack-var=yes --show-confl-seg=no --num-callers=2 --default-suppressions=no --suppressions=std_thread2.supp
 prog: std_thread2
 stderr_filter: filter_lambda