Commit 74e9fea5 authored by phoglund@chromium.org's avatar phoglund@chromium.org

Enabling main WebRTC browser test in Chromium waterfalls.

Now that we have separated out the tests that require special resources
to the perf browsertest, we can enable the main test case on the
tree-closing waterfall. This will do the same thing as the content
browsertest but run on the full browser rather than content_shell.

BUG=375240

Review URL: https://codereview.chromium.org/313833002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274826 0039d316-1c4b-4281-b951-d872f2087c98
parent 43a37640
...@@ -46,11 +46,9 @@ INSTANTIATE_TEST_CASE_P(WebRtcBrowserTests, ...@@ -46,11 +46,9 @@ INSTANTIATE_TEST_CASE_P(WebRtcBrowserTests,
WebRtcBrowserTest, WebRtcBrowserTest,
testing::ValuesIn(kRunTestsWithFlag)); testing::ValuesIn(kRunTestsWithFlag));
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, RunsAudioVideoWebRTCCallInTwoTabs) {
MANUAL_RunsAudioVideoWebRTCCallInTwoTabs) {
if (OnWinXp()) return; if (OnWinXp()) return;
ASSERT_TRUE(test::HasReferenceFilesInCheckout());
ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
content::WebContents* left_tab = content::WebContents* left_tab =
...@@ -73,7 +71,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, ...@@ -73,7 +71,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest,
HangUp(right_tab); HangUp(right_tab);
} }
IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, MANUAL_TestWebAudioMediaStream) { IN_PROC_BROWSER_TEST_P(WebRtcBrowserTest, TestWebAudioMediaStream) {
// This tests against crash regressions for the WebAudio-MediaStream // This tests against crash regressions for the WebAudio-MediaStream
// integration. // integration.
if (OnWinXp()) return; if (OnWinXp()) return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment