Skip to content

Commit

Permalink
Suppress races on randomnessPid in sqlite (issue 459429)
Browse files Browse the repository at this point in the history
BUG=459429
TBR=jyasskin@chromium.org

Review URL: https://codereview.chromium.org/941683003

Cr-Commit-Position: refs/heads/master@{#317044}
  • Loading branch information
glider authored and Commit bot committed Feb 19, 2015
1 parent e13de14 commit 5971c87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/sanitizers/tsan_suppressions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ char kTSanDefaultSuppressions[] =
// https://crbug.com/455665
"race:mojo::common::*::tick_clock\n"

// https://crbug.com/459429
"race:randomnessPid\n"

// End of suppressions.
; // Please keep this semicolon.

Expand Down

0 comments on commit 5971c87

Please sign in to comment.