Commit 0811707d authored by ehmaldonado's avatar ehmaldonado Committed by Commit bot

Re-enable WebRTCAudioQualityTest on Windows.

The bots seem to be correctly configured now.

BUG=625808

Review-Url: https://codereview.chromium.org/2313373002
Cr-Commit-Position: refs/heads/master@{#417253}
parent 2276d724
...@@ -61,11 +61,10 @@ const int kMaxAgcSegmentDiffMs = ...@@ -61,11 +61,10 @@ const int kMaxAgcSegmentDiffMs =
200; 200;
#endif #endif
#if defined(OS_LINUX) || defined(OS_MACOSX) #if defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_WebRtcAudioQualityBrowserTest WebRtcAudioQualityBrowserTest #define MAYBE_WebRtcAudioQualityBrowserTest WebRtcAudioQualityBrowserTest
#else #else
// Not implemented on Android, ChromeOS etc. // Not implemented on Android, ChromeOS etc.
// Currently fails on Windows bots. http://crbug.com/642294.
#define MAYBE_WebRtcAudioQualityBrowserTest DISABLED_WebRtcAudioQualityBrowserTest #define MAYBE_WebRtcAudioQualityBrowserTest DISABLED_WebRtcAudioQualityBrowserTest
#endif #endif
...@@ -806,18 +805,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest, ...@@ -806,18 +805,9 @@ IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest,
kReferenceFile, kAudioOnlyCallConstraints, "_with_agc")); kReferenceFile, kAudioOnlyCallConstraints, "_with_agc"));
} }
// The test is failing on the Win7 bot.
// http://crbug.com/625808#c23
#if defined(OS_WIN)
#define MAYBE_MANUAL_TestAutoGainIsOffWithAudioProcessingOff\
DISABLED_TestAutoGainIsOffWithAudioProcessingOff
#else
#define MAYBE_MANUAL_TestAutoGainIsOffWithAudioProcessingOff\
MANUAL_TestAutoGainIsOffWithAudioProcessingOff
#endif
// Since the AGC is off here there should be no gain at all. // Since the AGC is off here there should be no gain at all.
IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest, IN_PROC_BROWSER_TEST_F(MAYBE_WebRtcAudioQualityBrowserTest,
MAYBE_MANUAL_TestAutoGainIsOffWithAudioProcessingOff) { MANUAL_TestAutoGainIsOffWithAudioProcessingOff) {
const char* kAudioCallWithoutAudioProcessing = const char* kAudioCallWithoutAudioProcessing =
"{audio: { mandatory: { echoCancellation: false } } }"; "{audio: { mandatory: { echoCancellation: false } } }";
ASSERT_NO_FATAL_FAILURE(TestAutoGainControl( ASSERT_NO_FATAL_FAILURE(TestAutoGainControl(
......
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