Chromium Code Reviews| Index: tools/valgrind/tsan/ignores.txt |
| =================================================================== |
| --- tools/valgrind/tsan/ignores.txt (revision 107609) |
| +++ tools/valgrind/tsan/ignores.txt (working copy) |
| @@ -159,3 +159,6 @@ |
| # fun:MessageLoop::RunTask at the top of the "current" stack which we don't want |
| # to suppress. See http://crbug.com/98926 |
| fun:*base*debug*TraceLog*GetCategoryInternal* |
| + |
| +# Ignore intentional races from this particular test. |
|
kcc2
2011/10/28 02:00:58
1. Why do we prefer ignore over a suppression? Ign
|
| +fun_r:DiskCacheBackendTest*BackendTrimInvalidEntry2 |