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

Issue 3229009: Suppress a data race in speech tests... (Closed)

Created:
10 years, 3 months ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Timur Iskhodzhanov, Alexander Potapenko, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Suppress a data race in speech tests TEST=TSan/unit should become green BUG=53765 TBR=glider Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57849

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years, 3 months ago (2010-08-30 10:53:57 UTC) #1
Alexander Potapenko
10 years, 3 months ago (2010-08-30 11:00:44 UTC) #2
LGTM

On Mon, Aug 30, 2010 at 2:53 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Suppress a data race in speech tests
> TEST=TSan/unit should become green
> BUG=53765
> TBR=glider
>
> Please review this at http://codereview.chromium.org/3229009/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/valgrind/tsan/suppressions.txt
>
>
> Index: tools/valgrind/tsan/suppressions.txt
> ===================================================================
> --- tools/valgrind/tsan/suppressions.txt        (revision 57843)
> +++ tools/valgrind/tsan/suppressions.txt        (working copy)
> @@ -39,6 +39,12 @@
>   fun:*media*PipelineImpl*GetCurrentTime*
>  }
>
> +{
> +  bug_53765
> +  ThreadSanitizer:Race
> +  fun:*scoped_ptr*SpeechInputBubble*
> +}
> +
>  ############################
>  # Real races in third_party
>  {
>
>
>

Powered by Google App Engine
This is Rietveld 408576698