| Index: build/sanitizers/tsan_suppressions.cc
|
| diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
|
| index dbccde902ea5e0a57d867289e41e5040a016221e..e5eefafeae265f5ec7981995886c738a3e1ea6da 100644
|
| --- a/build/sanitizers/tsan_suppressions.cc
|
| +++ b/build/sanitizers/tsan_suppressions.cc
|
| @@ -270,6 +270,9 @@ char kTSanDefaultSuppressions[] =
|
| // http://crbug.com/638583
|
| "race:webrtc/modules/audio_processing/aec/aec_rdft.cc\n"
|
|
|
| +// http://crbug.com/587199
|
| +"race:base::TimerTest_OneShotTimer_CustomTaskRunner_Test::TestBody\n"
|
| +
|
| // End of suppressions.
|
| ; // Please keep this semicolon.
|
|
|
|
|