diff options
author | thestig <thestig@chromium.org> | 2014-10-14 18:13:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 01:13:46 +0000 |
commit | 34e436590c51c9b4559623b76f268dcb7bd1e32a (patch) | |
tree | 96c6f3b2fe3eaa8074af58f89c61bcb1246e77ec /tools | |
parent | f2ccc5042859f7d0d17492f0f0530dc75f7ad8a5 (diff) | |
download | chromium_src-34e436590c51c9b4559623b76f268dcb7bd1e32a.zip chromium_src-34e436590c51c9b4559623b76f268dcb7bd1e32a.tar.gz chromium_src-34e436590c51c9b4559623b76f268dcb7bd1e32a.tar.bz2 |
Valgrind Mac: Disable failing WebContentsVideoCaptureDevice tests again.
BUG=159234,227278
NOTRY=true
TBR=mfoltz@chromium.org
Review URL: https://codereview.chromium.org/655993002
Cr-Commit-Position: refs/heads/master@{#299611}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt | 5 |
1 files changed, 5 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 c41f6df..6d4dce0 100644 --- a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt @@ -15,12 +15,17 @@ BlobURLRequestJobTest.* # Fail, see http://crbug.com/159234 WebContentsVideoCaptureDeviceTest.BadFramesGoodFrames +WebContentsVideoCaptureDeviceTest.DeviceRestart +WebContentsVideoCaptureDeviceTest.GoesThroughAllTheMotions # Hang at arbitrary point, can't tell where exactly, see http://crbug.com/163314 RenderWidgetHostViewMacTest.* RenderViewHostTest.* DeviceMotionEventPumpTest.* +# Flaky, see http://crbug.com/227278 +WebContentsVideoCaptureDeviceTest.WebContentsDestroyed + # Speculative disable of hanging tests. http://crbug.com/241919 VideoCaptureControllerTest.* VideoCaptureHostTest.* |