Commit 5971c873 authored by glider's avatar glider Committed by Commit bot

Suppress races on randomnessPid in sqlite (issue 459429)

BUG=459429
TBR=jyasskin@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#317044}
parent e13de14a
...@@ -325,6 +325,9 @@ char kTSanDefaultSuppressions[] = ...@@ -325,6 +325,9 @@ char kTSanDefaultSuppressions[] =
// https://crbug.com/455665 // https://crbug.com/455665
"race:mojo::common::*::tick_clock\n" "race:mojo::common::*::tick_clock\n"
// https://crbug.com/459429
"race:randomnessPid\n"
// End of suppressions. // End of suppressions.
; // Please keep this semicolon. ; // Please keep this semicolon.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment