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

Issue 5008001: Remove suppressions for AtExitManager/Singleton races... (Closed)

Created:
10 years, 1 month 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

Remove suppressions for AtExitManager/Singleton races These suppressions don't match anything on the bot since r66071 BUG=61585, 61753 TBR=glider TEST=TSan/UI remains green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66119

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years, 1 month ago (2010-11-15 14:17:33 UTC) #1
Alexander Potapenko
10 years, 1 month ago (2010-11-15 14:32:36 UTC) #2
LGTM

On Mon, Nov 15, 2010 at 5:17 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Remove suppressions for AtExitManager/Singleton races
> These suppressions don't match anything on the bot since r66071
> BUG=61585,61753
> TBR=glider
> TEST=TSan/UI remains green
>
> Please review this at http://codereview.chromium.org/5008001/
>
> 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 65941)
> +++ tools/valgrind/tsan/suppressions.txt        (working copy)
> @@ -156,35 +156,6 @@
>   fun:exit
>  }
>
> -{
> -  bug_61585a
> -  ThreadSanitizer:UnlockForeign
> -  fun:pthread_mutex_destroy
> -  ...
> -  fun:NSS_Shutdown
> -  ...
> -  fun:*AtExitManager*
> -}
> -
> -{
> -  bug_61585b
> -  ThreadSanitizer:UnlockNonLocked
> -  fun:pthread_mutex_unlock
> -  fun:PR_Unlock
> -  fun:nssSession_ExitMonitor
> -  fun:find_objects
> -  ...
> -  fun:nssTrustDomain_FindCertificatesBySubject
> -  ...
> -}
> -
> -{
> -  bug_61753
> -  ThreadSanitizer:Race
> -  ...
> -  fun:*AtExitManager*
> -}
> -
>  ############################
>  # Data races in tests
>
>
>
>

Powered by Google App Engine
This is Rietveld 408576698