diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 07:23:23 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 07:23:23 +0000 |
commit | b3d30b9b8e4979b1066d952ec60e940cfeb3f838 (patch) | |
tree | 00b6c3563d2b5e9cf7fae6b8f0abeda4f6ba839f /tools | |
parent | ec83778e8b1ec89e03135aad542fafeaa73a4a7d (diff) | |
download | chromium_src-b3d30b9b8e4979b1066d952ec60e940cfeb3f838.zip chromium_src-b3d30b9b8e4979b1066d952ec60e940cfeb3f838.tar.gz chromium_src-b3d30b9b8e4979b1066d952ec60e940cfeb3f838.tar.bz2 |
Exclude some tests from content_unittests on Valgrind/Mac runs so it doesn't hang
BUG=163314
TBR=thakis
NOTRY=true
Review URL: https://codereview.chromium.org/14690007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt index 98cb91e..2af38d1 100644 --- a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt @@ -26,3 +26,4 @@ WebContentsVideoCaptureDeviceTest.BadFramesGoodFrames # Hang at arbitrary point, can't tell where exactly, see http://crbug.com/163314 RenderWidgetHostViewMacTest.* +WebContentsVideoCaptureDeviceTest.* |