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

Issue 9700057: Fix a typo and a style nit in some of TSan suppressions (Closed)

Created:
8 years, 9 months ago by Timur Iskhodzhanov
Modified:
8 years, 9 months ago
CC:
chromium-reviews, glider+watch_chromium.org, pam+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Fix a typo and a style nit in some of TSan suppressions BUG=113771 TBR=bradchen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126902

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
8 years, 9 months ago (2012-03-15 13:32:00 UTC) #1
Brad Chen
8 years, 9 months ago (2012-03-15 14:13:14 UTC) #2
LGTM

On Thu, Mar 15, 2012 at 6:32 AM, <timurrrr@chromium.org> wrote:

> Reviewers: Brad Chen (chromium),
>
> Description:
> Fix a typo and a style nit in some of TSan suppressions
> BUG=113771
> TBR=bradchen
>
> Please review this at
https://chromiumcodereview.**appspot.com/9700057/<https://chromiumcodereview....
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src/<http://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 126886)
> +++ tools/valgrind/tsan/**suppressions.txt        (working copy)
> @@ -810,16 +810,15 @@
>   fun:base::internal::**RunnableAdapter::Run
>  }
>  {
> -  bug_131771
> +  bug_113771_a
>   ThreadSanitizer:Race
>   fun:tracked_objects::**ThreadData::TrackingStatus
>   fun:tracked_objects::**ThreadData::**TallyABirthIfActive
>   fun:base::TrackingInfo::**TrackingInfo
>   fun:base::PendingTask::**PendingTask
> -  ...
>  }
>  {
> -  bug_131771_a
> +  bug_113771_b
>   ThreadSanitizer:Race
>   fun:tracked_objects::**ThreadData::TrackingStatus
>   fun:tracked_objects::**ThreadData::Now
> @@ -827,7 +826,7 @@
>   fun:MessageLoop::RunTask
>  }
>  {
> -  bug_131771_b
> +  bug_113771_c
>   ThreadSanitizer:Race
>   fun:tracked_objects::**ThreadData::TrackingStatus
>   fun:tracked_objects::**ThreadData::Now
>
>
>

Powered by Google App Engine
This is Rietveld 408576698