diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 16:37:15 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 16:37:15 +0000 |
commit | 7cb1e7cab13924a85540a74104f46e88652e6cb3 (patch) | |
tree | e89d8ce112233a33a75cac9cb12bf34529079000 /base/data | |
parent | f18744fd5ec25ee780633e039a9f53d2cce3b49c (diff) | |
download | chromium_src-7cb1e7cab13924a85540a74104f46e88652e6cb3.zip chromium_src-7cb1e7cab13924a85540a74104f46e88652e6cb3.tar.gz chromium_src-7cb1e7cab13924a85540a74104f46e88652e6cb3.tar.bz2 |
Don't run some tests from base_ under ThreadSanitizer on Windows
TBR=glider
Review URL: http://codereview.chromium.org/1582034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rwxr-xr-x | base/data/valgrind/base_unittests.gtest-tsan_win32.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest-tsan_win32.txt b/base/data/valgrind/base_unittests.gtest-tsan_win32.txt new file mode 100755 index 0000000..9f36bda --- /dev/null +++ b/base/data/valgrind/base_unittests.gtest-tsan_win32.txt @@ -0,0 +1,15 @@ +# This file is copied from Valgrind-on-Wine filter +# TODO(timurrrr): include/investigate the listed tests one-by-one +BaseWinUtilTest.FormatMessageW +ConditionVariableTest.LargeFastTaskTest +EtwTraceControllerTest.EnableDisable +EtwTraceConsumer*Test.* +EtwTraceProvider*Test.* +FileUtilTest.CountFilesCreatedAfter +FileUtilTest.GetFileCreationLocalTime +JSONReaderTest.Reading +PEImageTest.EnumeratesPE +ProcessUtilTest.* +StatsTableTest.* +TimeTicks.* +WMIUtilTest.* |