|
From: <sv...@va...> - 2014-06-10 07:47:08
|
Author: bart
Date: Tue Jun 10 07:46:50 2014
New Revision: 14019
Log:
drd/tests/std_thread2: Filter out libstdc++ header file line numbers
Modified:
trunk/drd/tests/filter_stderr
trunk/drd/tests/std_thread2.stderr.exp
Modified: trunk/drd/tests/filter_stderr
==============================================================================
--- trunk/drd/tests/filter_stderr (original)
+++ trunk/drd/tests/filter_stderr Tue Jun 10 07:46:50 2014
@@ -18,6 +18,7 @@
-e 's/^Allocation context: Data section of .\//Allocation context: BSS section of /' \
-e '/^run: \/usr\/bin\/dsymutil.*/d' \
-e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \
+-e "s/(\(functional\|thread\):[0-9]*)/(\1:...)/" \
-e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \
-e "/^Copyright (C) 2006-201., and GNU GPL'd, by Bart Van Assche.$/d" \
-e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \
Modified: trunk/drd/tests/std_thread2.stderr.exp
==============================================================================
--- trunk/drd/tests/std_thread2.stderr.exp (original)
+++ trunk/drd/tests/std_thread2.stderr.exp Tue Jun 10 07:46:50 2014
@@ -2,9 +2,9 @@
Thread 2:
Conflicting store by thread 2 at 0x........ size 4
at 0x........: main::{lambda()#1}::operator()() const (std_thread2.cpp:21)
- by 0x........: void std::_Bind_simple<main::{lambda()#1} ()>::_M_invoke<>(std::_Index_tuple<>) (functional:1732)
- by 0x........: std::_Bind_simple<main::{lambda()#1} ()>::operator()() (functional:1720)
- by 0x........: std::thread::_Impl<std::_Bind_simple<main::{lambda()#1} ()> >::_M_run() (thread:115)
+ by 0x........: void std::_Bind_simple<main::{lambda()#1} ()>::_M_invoke<>(std::_Index_tuple<>) (functional:...)
+ by 0x........: std::_Bind_simple<main::{lambda()#1} ()>::operator()() (functional:...)
+ by 0x........: std::thread::_Impl<std::_Bind_simple<main::{lambda()#1} ()> >::_M_run() (thread:...)
by 0x........: execute_native_thread_routine (std_thread2.cpp:40)
Allocation context: BSS section of std_thread2
|