From 31b5b6971620f91cab5a19786cdb3ece19139810 Mon Sep 17 00:00:00 2001 From: "phoglund@chromium.org" Date: Fri, 17 Jan 2014 16:07:46 +0000 Subject: [PATCH] Split WebRTC browser tests in getusermedia and peerconnection tests. The content browsertests file for WebRTC was growing a bit large. I extracted the getUserMedia-focused tests into a test of its own and left the peerconnection tests. Also renamed all WebRTC content browsertests to use the WebRtc naming convention, which seems to be the most common in the production code. Note: this patch will require some filter renames on the WebRTC bots. R=tommi@chromium.org Review URL: https://codereview.chromium.org/131203005 git-svn-id: http://src.chromium.org/svn/trunk/src/build@245524 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- .../pylib/gtest/filter/content_browsertests_disabled | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/pylib/gtest/filter/content_browsertests_disabled b/android/pylib/gtest/filter/content_browsertests_disabled index 22c6d5476..2ab553ed8 100644 --- a/android/pylib/gtest/filter/content_browsertests_disabled +++ b/android/pylib/gtest/filter/content_browsertests_disabled @@ -67,16 +67,16 @@ DownloadContentTest.ResumeInterruptedDownloadBadPrecondition DownloadContentTest.ResumeWithDeletedFile # http://crbug.com/181069 -WebrtcBrowserTest.CanSetupLegacyCall -WebrtcBrowserTest.CallWithDataOnly -WebrtcBrowserTest.CallWithDataAndMedia -WebrtcBrowserTest.CanMakeEmptyCallThenAddStreamsAndRenegotiate +WebRtcBrowserTest.CanSetupLegacyCall +WebRtcBrowserTest.CallWithDataOnly +WebRtcBrowserTest.CallWithDataAndMedia +WebRtcBrowserTest.CanMakeEmptyCallThenAddStreamsAndRenegotiate WebRTCInternalsBrowserTest.WithRealPeerConnectionCall WebRTCInternalsBrowserTest.NegotiateUnsupportedVideoCodec WebRTCInternalsBrowserTest.NegotiateNonCryptoCall # http://crbug.com/175683 -WebrtcBrowserTest.CallWithDataAndLaterAddMedia +WebRtcBrowserTest.CallWithDataAndLaterAddMedia # http://crbug.com/224134 RenderWidgetHostBrowserTest.GetSnapshotFromRendererTest