From 646eeacf8cc140bf9999f4fd8505f6958276339b Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 17 Mar 2015 08:25:39 +0000 Subject: [PATCH] Roll chromium_revision 8d51d96..bd49b12 (320682:320783) Pulls in new libvpx version that allows us to re-enable the VideoProcessorIntegrationTest.ProcessNoLossDenoiserOnVP9 test in webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc Relevant changes: * src/third_party/libvpx: 763fe7a..f80cf58 * src/tools/gyp: 4a9b712..d174d75 Details: https://chromium.googlesource.com/chromium/src/+/8d51d96..bd49b12/DEPS Clang version was not updated in this roll. BUG=4418 TBR=marpan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/41339004 Cr-Commit-Position: refs/heads/master@{#8745} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8745 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- .../video_coding/codecs/test/videoprocessor_integrationtest.cc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 0f472d80a3..b94bab96c9 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8d51d96bcb3ea92bf4e6caeb00e5b0061e8e3002', + 'chromium_revision': 'bd49b1236260db8fc008beb1630583bc7623141e', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index b1576a843b..ecf1c8338f 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -704,8 +704,7 @@ TEST_F(VideoProcessorIntegrationTest, } // VP9: Run with no packet loss and denoiser on. One key frame (first frame). -// Disabled due to crash in libvpx revision 763fe7a (webrtc:4418). -TEST_F(VideoProcessorIntegrationTest, DISABLED_ProcessNoLossDenoiserOnVP9) { +TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { // Bitrate and frame rate profile. RateProfile rate_profile; SetRateProfilePars(&rate_profile, 0, 500, 30, 0);