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 /webkit/data | |
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 'webkit/data')
-rw-r--r-- | webkit/data/valgrind/DIRECTORY_MOVED | 4 | ||||
-rw-r--r-- | webkit/data/valgrind/test_shell_tests.gtest.txt | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/webkit/data/valgrind/DIRECTORY_MOVED b/webkit/data/valgrind/DIRECTORY_MOVED new file mode 100644 index 0000000..96449fe --- /dev/null +++ b/webkit/data/valgrind/DIRECTORY_MOVED @@ -0,0 +1,4 @@ +For those who got a merge conflict in this directory on update: +The files from this dir has been moved to tools/valgrind/gtest_exclude + +TODO(timurrrr): remove this in a couple of weeks diff --git a/webkit/data/valgrind/test_shell_tests.gtest.txt b/webkit/data/valgrind/test_shell_tests.gtest.txt deleted file mode 100644 index 10119a0..0000000 --- a/webkit/data/valgrind/test_shell_tests.gtest.txt +++ /dev/null @@ -1,8 +0,0 @@ -# Way too slow under Valgrind at the moment; http://crbug.com/9177 -BMPImageDecoderTest.ChunkedDecodingSlow -BMPImageDecoderTest.DecodingSlow -# hangs; see http://crbug.com/16945 -MediaLeakTest.VideoBear -MediaLeakTest.ManyVideoBear -# hangs; see http://crbug.com/22134 -WebFrameTest.GetFullHtmlOfPage |