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

Issue 1377003: Add win32 gtest filter files shared between Wine and TSan/Windows (Closed)

Created:
10 years, 9 months ago by Timur Iskhodzhanov
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., Timur Iskhodzhanov, stuartmorgan, pam+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add win32 gtest filter files shared between Wine and TSan/Windows BUG=28363 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43076

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -39 lines) Patch
A base/data/valgrind/base_unittests.gtest_win32.txt View 1 1 chunk +7 lines, -0 lines 0 comments Download
M base/data/valgrind/base_unittests.gtest_wine.txt View 1 2 3 4 2 chunks +0 lines, -18 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 2 3 4 2 chunks +9 lines, -8 lines 0 comments Download
M tools/valgrind/common.py View 1 2 3 4 1 chunk +9 lines, -6 lines 0 comments Download
M tools/valgrind/valgrind_test.py View 4 2 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Timur Iskhodzhanov
Hi Lei, Currently I'm working on enabling ThreadSanitizer for Windows. As I've noticed, you have ...
10 years, 9 months ago (2010-03-26 16:31:51 UTC) #1
Lei Zhang
LGTM It feels a bit odd for a platform to have multiple names, but splitting ...
10 years, 9 months ago (2010-03-26 22:55:49 UTC) #2
Alexander Potapenko
10 years, 8 months ago (2010-04-02 10:01:20 UTC) #3
LGTM
On 2010/03/26 22:55:49, Lei Zhang wrote:
> LGTM
> 
> It feels a bit odd for a platform to have multiple names, but splitting
> PlatformNames() into PlatformName() and SecondaryPlatformNames() just makes
for
> more typing.
> 
> On 2010/03/26 16:31:51, Timur Iskhodzhanov wrote:
> > Hi Lei,
> > 
> > Currently I'm working on enabling ThreadSanitizer for Windows.
> > 
> > As I've noticed, you have already disabled most of the windows problematic
> tests
> > for your wine_memcheck bot.
> > I'd like to introduce _win32 gtest files which will be used on wine bots
along
> > with _wine files so we re-use each other's work instead of duplicating.
> > 
> > Can you please review the CL?
> > 
> > Thank you,
> > Timur
> > 
> > http://codereview.chromium.org/1377003/diff/4001/5003
> > File base/data/valgrind/base_unittests.gtest_wine.txt (left):
> > 
> > http://codereview.chromium.org/1377003/diff/4001/5003#oldcode23
> > base/data/valgrind/base_unittests.gtest_wine.txt:23: DirectoryWatcherTest.*
> > These tests have been removed
> > 
> > http://codereview.chromium.org/1377003/diff/4001/5003#oldcode98
> > base/data/valgrind/base_unittests.gtest_wine.txt:98: # flaky-valgrind
> > moved to win32 file
> > 
> > http://codereview.chromium.org/1377003/diff/4001/5001
> > File tools/valgrind/common.py (right):
> > 
> > http://codereview.chromium.org/1377003/diff/4001/5001#newcode152
> > tools/valgrind/common.py:152: return ['wine', 'win32']
> > the idea is that the set of wine-compatible tests is a subset of tests that
> run
> > fine under 'generalized' tool on Win32.

Powered by Google App Engine
This is Rietveld 408576698