Skip to content

Commit

Permalink
Suppress a deadlock report through media::Pipeline::GetMediaTime.
Browse files Browse the repository at this point in the history
BUG=407452
TBR=xhwang@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#291847}
  • Loading branch information
jyasskin authored and Commit bot committed Aug 26, 2014
1 parent bc045e0 commit 5c72e0f
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 @@ -302,6 +302,9 @@ char kTSanDefaultSuppressions[] =
"deadlock:"
"base::debug::TraceEventTestFixture_ThreadOnceBlocking_Test::TestBody\n"

// http://crbug.com/407452
"deadlock:media::Pipeline::GetMediaTime\n"

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

Expand Down

0 comments on commit 5c72e0f

Please sign in to comment.