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

Issue 2799040: Skip sanity checks for TSan/Mac... (Closed)

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

Description

Skip sanity checks for TSan/Mac BUG=47844 TEST=TSan/Mac should become green TBR=glider Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51123

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Timur Iskhodzhanov
10 years, 5 months ago (2010-06-29 14:10:44 UTC) #1
_com_google_glider
10 years, 5 months ago (2010-06-29 15:39:32 UTC) #2
LGTM

On Tue, Jun 29, 2010 at 6:10 PM,  <timurrrr@chromium.org> wrote:
> Reviewers: Alexander Potapenko,
>
> Description:
> Skip sanity checks for TSan/Mac
> BUG=47844
> TEST=TSan/Mac should become green
> TBR=glider
>
> Please review this at http://codereview.chromium.org/2799040/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     tools/valgrind/valgrind_test.py
>
>
> Index: tools/valgrind/valgrind_test.py
> ===================================================================
> --- tools/valgrind/valgrind_test.py     (revision 50834)
> +++ tools/valgrind/valgrind_test.py     (working copy)
> @@ -781,6 +781,11 @@
>
>   tool = ToolFactory().Create(tool_name)
>   MODULES_TO_SANITY_CHECK = ["base"]
> +
> +  # TODO(timurrrr): this is a temporary workaround for
> http://crbug.com/47844
> +  if tool_name == "tsan" and common.IsMac():
> +    MODULES_TO_SANITY_CHECK = []
> +
>   check_sanity = module in MODULES_TO_SANITY_CHECK
>   return tool.Main(args, check_sanity)
>
>
>
>



-- 
Alexander Potapenko
Software Engineer
Google Moscow

Powered by Google App Engine
This is Rietveld 408576698