From e56c5cb79855cfc4628e198ec070b433b65ed89e Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Sun, 24 Oct 2010 16:29:35 +0000 Subject: 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 --- webkit/data/valgrind/DIRECTORY_MOVED | 4 ++++ webkit/data/valgrind/test_shell_tests.gtest.txt | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 webkit/data/valgrind/DIRECTORY_MOVED delete mode 100644 webkit/data/valgrind/test_shell_tests.gtest.txt (limited to 'webkit/data') 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 -- cgit v1.1