diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-24 16:29:35 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-24 16:29:35 +0000 |
commit | e56c5cb79855cfc4628e198ec070b433b65ed89e (patch) | |
tree | ec17c331c92b373821c7c891457d5d0b07afcb98 /tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt | |
parent | 7cb33dab94dfec80b2912f45e2a18f6bdbc260be (diff) | |
download | chromium_src-e56c5cb79855cfc4628e198ec070b433b65ed89e.zip chromium_src-e56c5cb79855cfc4628e198ec070b433b65ed89e.tar.gz chromium_src-e56c5cb79855cfc4628e198ec070b433b65ed89e.tar.bz2 |
Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_exclude
If I receive an LGTM, I'll land this patch (with updated .txt files of course)
during the weekend in the Europe afternoon to minimize possible damages.
Then I'll update all the docs accordingly
For the record,
I got the list of the files by doing
find . | grep -v "\.svn" | grep "valgrind.*gtest" | sed "s/\.gtest.*$//" | \
sed "s/\/[a-z_]\+$//" | sort | uniq | tee list_dirs
And then
for F in `cat list_dirs`; do svn mv $F/*.txt tools/valgrind/gtest_exclude/; done
TEST=ran a few tests locally under Valgrind and TSan
Review URL: http://codereview.chromium.org/4054004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt new file mode 100644 index 0000000..baba59f --- /dev/null +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt @@ -0,0 +1,4 @@ +# Fails under Valgrind; see http://crbug.com/36770 +URLFetcherBadHTTPSTest.BadHTTPSTest +# Fails under Valgrind; see http://crbug.com/44552 +RenderViewTest.OnHandleKeyboardEvent |