Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Issue 8400033: Tsan: Ignore DiskCacheBackendTest::BackendTrimInvalidEntry2 (Closed)

Created:
9 years, 1 month ago by rvargas1
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Tsan: Ignore DiskCacheBackendTest::BackendTrimInvalidEntry2 BUG=101853 TEST=none

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M tools/valgrind/tsan/ignores.txt View 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
rvargas1
9 years, 1 month ago (2011-10-27 19:39:33 UTC) #1
Timur Iskhodzhanov
I'd rather put ANNOTATE_ignore_begin/end in the racey function. +kcc for the review in your timezone
9 years, 1 month ago (2011-10-27 20:28:29 UTC) #2
Timur Iskhodzhanov
actually +kcc, blame Android for that
9 years, 1 month ago (2011-10-27 20:30:44 UTC) #3
rvargas (doing something else)
On 2011/10/27 20:28:29, Timur Iskhodzhanov wrote: > I'd rather put ANNOTATE_ignore_begin/end in the racey function. ...
9 years, 1 month ago (2011-10-27 21:19:29 UTC) #4
kcc2
http://codereview.chromium.org/8400033/diff/1/tools/valgrind/tsan/ignores.txt File tools/valgrind/tsan/ignores.txt (right): http://codereview.chromium.org/8400033/diff/1/tools/valgrind/tsan/ignores.txt#newcode163 tools/valgrind/tsan/ignores.txt:163: # Ignore intentional races from this particular test. 1. ...
9 years, 1 month ago (2011-10-28 02:00:58 UTC) #5
rvargas (doing something else)
On 2011/10/28 02:00:58, kcc2 wrote: > http://codereview.chromium.org/8400033/diff/1/tools/valgrind/tsan/ignores.txt > File tools/valgrind/tsan/ignores.txt (right): > > http://codereview.chromium.org/8400033/diff/1/tools/valgrind/tsan/ignores.txt#newcode163 > ...
9 years, 1 month ago (2011-10-28 02:21:50 UTC) #6
rvargas (doing something else)
On 2011/10/27 20:28:29, Timur Iskhodzhanov wrote: > I'd rather put ANNOTATE_ignore_begin/end in the racey function. ...
9 years, 1 month ago (2011-10-28 02:26:32 UTC) #7
kcc2
On 2011/10/28 02:21:50, rvargas wrote: > On 2011/10/28 02:00:58, kcc2 wrote: > > http://codereview.chromium.org/8400033/diff/1/tools/valgrind/tsan/ignores.txt > ...
9 years, 1 month ago (2011-10-28 02:27:42 UTC) #8
Timur Iskhodzhanov
9 years, 1 month ago (2011-10-28 12:20:54 UTC) #9
kcc
> Why do we prefer ignore over a suppression?
The real answer: because TSan doesn't test "previous access" stacks
against suppressions.
The suppression was there AFAIU, but it wasn't enough due to accesses
happening in both A-B and B-A order.

rvargas
> instead of a single line that tells directly what I want ("do not run tsan on
this test"),
> we have to deal with n different stacks
You can add that one line+comment to
tools/valgrind/gtest_exclude/net_unittests.gtest-tsan.txt

Powered by Google App Engine
This is Rietveld 408576698