summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 11:31:16 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 11:31:16 +0000
commit7357db3a2412f919e88588f19bd9b0a764468a39 (patch)
tree195cad8d64fb9b12d3464aba76370eba70d7b89a
parent001b3829fb36fbfd2d09383a7579e18948511507 (diff)
downloadchromium_src-7357db3a2412f919e88588f19bd9b0a764468a39.zip
chromium_src-7357db3a2412f919e88588f19bd9b0a764468a39.tar.gz
chromium_src-7357db3a2412f919e88588f19bd9b0a764468a39.tar.bz2
Don't instrument set_jmp
TBR=glider Review URL: http://codereview.chromium.org/1271001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42449 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/tsan/ignores.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 6519056..3cded9a 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -27,6 +27,7 @@ fun:__cxa_atexit
fun:__new_exitfn
fun:_dl_*
fun:__dl_*
+fun:*_setjmp*
# dark magic with 'errno' here.
fun:sys_*