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) { ...@@ -115,7 +115,8 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, MAYBE_CanSetupDefaultVideoCall) {
"callAndExpectResolution({video: true}, 640, 480);"); "callAndExpectResolution({video: true}, 640, 480);");
} }
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, CanSetupVideoCallWith1To1AspecRatio) { IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith1To1AspectRatio) {
const std::string javascript = const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 320," "callAndExpectResolution({video: {mandatory: {minWidth: 320,"
" maxWidth: 320, minHeight: 320, maxHeight: 320}}}, 320, 320);"; " maxWidth: 320, minHeight: 320, maxHeight: 320}}}, 320, 320);";
...@@ -123,7 +124,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, CanSetupVideoCallWith1To1AspecRatio) { ...@@ -123,7 +124,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, CanSetupVideoCallWith1To1AspecRatio) {
} }
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith16To9AspecRatio) { CanSetupVideoCallWith16To9AspectRatio) {
const std::string javascript = const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 640," "callAndExpectResolution({video: {mandatory: {minWidth: 640,"
" maxWidth: 640, minAspectRatio: 1.777}}}, 640, 360);"; " maxWidth: 640, minAspectRatio: 1.777}}}, 640, 360);";
...@@ -131,7 +132,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, ...@@ -131,7 +132,7 @@ IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
} }
IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest, IN_PROC_BROWSER_TEST_F(WebRtcBrowserTest,
CanSetupVideoCallWith4To3AspecRatio) { CanSetupVideoCallWith4To3AspectRatio) {
const std::string javascript = const std::string javascript =
"callAndExpectResolution({video: {mandatory: {minWidth: 960," "callAndExpectResolution({video: {mandatory: {minWidth: 960,"
"maxAspectRatio: 1.333}}}, 960, 720);"; "maxAspectRatio: 1.333}}}, 960, 720);";
......
...@@ -634,19 +634,3 @@ KERNEL32.dll!CreateWaitableTimerW ...@@ -634,19 +634,3 @@ KERNEL32.dll!CreateWaitableTimerW
*!content::RenderProcessHostImpl::CreateMessageFilters *!content::RenderProcessHostImpl::CreateMessageFilters
*!content::RenderProcessHostImpl::Init *!content::RenderProcessHostImpl::Init
*!content::RenderViewHostImpl::CreateRenderView *!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 # crbug.com/389132
WebRtcBrowserTests/WebRtcBrowserTest.TwoCallsWithAecDump/0 WebRtcBrowserTest.TwoCallsWithAecDump
WebRtcBrowserTests/WebRtcBrowserTest.TwoCallsWithAecDump/1
# failed test # failed test
DeviceInertialSensorBrowserTest.MotionNullTestWithAlert DeviceInertialSensorBrowserTest.MotionNullTestWithAlert
DeviceInertialSensorBrowserTest.OrientationNullTestWithAlert DeviceInertialSensorBrowserTest.OrientationNullTestWithAlert
...@@ -22,18 +21,18 @@ ResourceFetcherTests.ResourceFetcherSetHeader ...@@ -22,18 +21,18 @@ ResourceFetcherTests.ResourceFetcherSetHeader
SRC_ClearKey/EncryptedMediaTest.FrameSizeChangeVideo/0 SRC_ClearKey/EncryptedMediaTest.FrameSizeChangeVideo/0
SRC_ClearKey/EncryptedMediaTest.Playback_AudioClearVideo_WebM/0 SRC_ClearKey/EncryptedMediaTest.Playback_AudioClearVideo_WebM/0
SRC_ClearKey/EncryptedMediaTest.Playback_VideoAudio_WebM/0 SRC_ClearKey/EncryptedMediaTest.Playback_VideoAudio_WebM/0
WebRtcBrowserTests*.CallAndVerifyVideoMutingWorks* WebRtcBrowserTest.CallAndVerifyVideoMutingWorks
WebRtcBrowserTests*.CallWithAecDump* WebRtcBrowserTest.CallWithAecDump
WebRtcBrowserTests*.CallWithAecDumpEnabledThenDisabled* WebRtcBrowserTest.CallWithAecDumpEnabledThenDisabled
WebRtcBrowserTests*.CallWithDataOnly* WebRtcBrowserTest.CallWithDataOnly
WebRtcBrowserTests*.CallWithNewVideoMediaStream* WebRtcBrowserTest.CallWithNewVideoMediaStream
WebRtcBrowserTests*.CallWithSctpDataAndMedia* WebRtcBrowserTest.CallWithSctpDataAndMedia
WebRtcBrowserTests*.CallWithSctpDataOnly* WebRtcBrowserTest.CallWithSctpDataOnly
WebRtcBrowserTests*.CanSetupAudioAndVideoCall* WebRtcBrowserTest.CanSetupAudioAndVideoCall
WebRtcBrowserTests*.CanSetupAudioAndVideoCallWithoutMsidAndBundle* WebRtcBrowserTest.CanSetupAudioAndVideoCallWithoutMsidAndBundle
WebRtcBrowserTests*.CanSetupDefaultVideoCall* WebRtcBrowserTest.CanSetupDefaultVideoCall
WebRtcBrowserTests*.CanSetupLegacyCall* WebRtcBrowserTest.CanSetupLegacyCall
WebRtcBrowserTests*.CanSetupVideoCallWith16To9AspecRatio* WebRtcBrowserTest.CanSetupVideoCallWith16To9AspectRatio
WebRtcBrowserTests*.CanSetupVideoCallWith1To1AspecRatio* WebRtcBrowserTest.CanSetupVideoCallWith1To1AspectRatio
WebRtcBrowserTests*.CanSetupVideoCallWith4To3AspecRatio* WebRtcBrowserTest.CanSetupVideoCallWith4To3AspectRatio
WebRtcBrowserTests*.NegotiateOfferWithBLine* 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