Commit fd1bbd8e authored by nick@chromium.org's avatar nick@chromium.org

Repair WebRtcBrowserTest names in drmemory exclusions file

(these tests changed names when they went from TEST_P to
 TEST_F in r283700).

Fix spelling error in three test names.

Eliminate memory error suppressions that were put in as fixes:
* Revert "[MemSheriff] Suppress unreadable mem access"
* This reverts commit a9226086.
* (aka svn r283943)

* Revert "[MemSheriff] Disable failing tests"
* This reverts commit 565a8552.
* (aka svn r284133)

BUG=394957,395172,389132,389098

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284308 0039d316-1c4b-4281-b951-d872f2087c98
parent 19ef0e6f
......@@ -115,7 +115,8 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, MAYBE_CanSetupDefaultVideoCall) {
"callAndExpectResolution({video: true}, 640, 480);");
}
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, CanSetupVideoCallWith1To1AspecRatio) {
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith1To1AspectRatio) {
const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 320,"
" maxWidth: 320, minHeight: 320, maxHeight: 320}}}, 320, 320);";
......@@ -123,7 +124,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, CanSetupVideoCallWith1To1AspecRatio) {
}
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith16To9AspecRatio) {
CanSetupVideoCallWith16To9AspectRatio) {
const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 640,"
" maxWidth: 640, minAspectRatio: 1.777}}}, 640, 360);";
......@@ -131,7 +132,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
}
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith4To3AspecRatio) {
CanSetupVideoCallWith4To3AspectRatio) {
const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 960,"
"maxAspectRatio: 1.333}}}, 960, 720);";
......
......@@ -634,19 +634,3 @@ KERNEL32.dll!CreateWaitableTimerW
*!content::RenderProcessHostImpl::CreateMessageFilters
*!content::RenderProcessHostImpl::Init
*!content::RenderViewHostImpl::CreateRenderView
UNADDRESSABLE ACCESS
name=http://crbug.com/394957
content.dll!crypto_kernel_do_load_cipher_type
content.dll!crypto_kernel_load_cipher_type
content.dll!crypto_kernel_init
content.dll!cricket::SrtpSession::SetKey
content.dll!cricket::SrtpSession::SetSend
content.dll!cricket::SrtpFilter::ApplyParams
content.dll!cricket::SrtpFilter::DoSetAnswer
content.dll!cricket::SrtpFilter::SetAnswer
content.dll!cricket::BaseChannel::SetSrtp_w
content.dll!cricket::BaseChannel::SetBaseLocalContent_w
content.dll!cricket::VoiceChannel::SetLocalContent_w
content.dll!talk_base::FunctorMessageHandler<>::OnMessage
# All WebRTCBrowserTests fail - see http://crbug.com/395172
WebRtcBrowserTest.*
# crbug.com/389132
WebRtcBrowserTests/WebRtcBrowserTest.TwoCallsWithAecDump/0
WebRtcBrowserTests/WebRtcBrowserTest.TwoCallsWithAecDump/1
WebRtcBrowserTest.TwoCallsWithAecDump
# failed test
DeviceInertialSensorBrowserTest.MotionNullTestWithAlert
DeviceInertialSensorBrowserTest.OrientationNullTestWithAlert
......@@ -22,18 +21,18 @@ ResourceFetcherTests.ResourceFetcherSetHeader
SRC_ClearKey/EncryptedMediaTest.FrameSizeChangeVideo/0
SRC_ClearKey/EncryptedMediaTest.Playback_AudioClearVideo_WebM/0
SRC_ClearKey/EncryptedMediaTest.Playback_VideoAudio_WebM/0
WebRtcBrowserTests*.CallAndVerifyVideoMutingWorks*
WebRtcBrowserTests*.CallWithAecDump*
WebRtcBrowserTests*.CallWithAecDumpEnabledThenDisabled*
WebRtcBrowserTests*.CallWithDataOnly*
WebRtcBrowserTests*.CallWithNewVideoMediaStream*
WebRtcBrowserTests*.CallWithSctpDataAndMedia*
WebRtcBrowserTests*.CallWithSctpDataOnly*
WebRtcBrowserTests*.CanSetupAudioAndVideoCall*
WebRtcBrowserTests*.CanSetupAudioAndVideoCallWithoutMsidAndBundle*
WebRtcBrowserTests*.CanSetupDefaultVideoCall*
WebRtcBrowserTests*.CanSetupLegacyCall*
WebRtcBrowserTests*.CanSetupVideoCallWith16To9AspecRatio*
WebRtcBrowserTests*.CanSetupVideoCallWith1To1AspecRatio*
WebRtcBrowserTests*.CanSetupVideoCallWith4To3AspecRatio*
WebRtcBrowserTests*.NegotiateOfferWithBLine*
WebRtcBrowserTest.CallAndVerifyVideoMutingWorks
WebRtcBrowserTest.CallWithAecDump
WebRtcBrowserTest.CallWithAecDumpEnabledThenDisabled
WebRtcBrowserTest.CallWithDataOnly
WebRtcBrowserTest.CallWithNewVideoMediaStream
WebRtcBrowserTest.CallWithSctpDataAndMedia
WebRtcBrowserTest.CallWithSctpDataOnly
WebRtcBrowserTest.CanSetupAudioAndVideoCall
WebRtcBrowserTest.CanSetupAudioAndVideoCallWithoutMsidAndBundle
WebRtcBrowserTest.CanSetupDefaultVideoCall
WebRtcBrowserTest.CanSetupLegacyCall
WebRtcBrowserTest.CanSetupVideoCallWith16To9AspectRatio
WebRtcBrowserTest.CanSetupVideoCallWith1To1AspectRatio
WebRtcBrowserTest.CanSetupVideoCallWith4To3AspectRatio
WebRtcBrowserTest.NegotiateOfferWithBLine
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