From 9f41810c8257a075161e4295687773675669a510 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 13 Mar 2015 07:18:51 +0000 Subject: [PATCH] Roll chromium_revision 87ce36b..00e438c (319600:320241) Relevant changes: * src/third_party/boringssl/src: 09bdb2a..bf0df92 * src/third_party/libvpx: caf68ae..763fe7a * src/third_party/openmax_dl: 6658243..0b238cb * src/tools/swarming_client: 1b7bfec..b61a180 Details: https://chromium.googlesource.com/chromium/src/+/87ce36b..00e438c/DEPS Clang version changed 231191:231690 Details: https://chromium.googlesource.com/chromium/src/+/87ce36b..00e438c/tools/clang/scripts/update.sh BUG=4418 TBR=pbos@webrtc.org TESTED=Ran our/Release/modules_tests locally after PS#2 and verified there's no other crash. Review URL: https://webrtc-codereview.appspot.com/41239004 Cr-Commit-Position: refs/heads/master@{#8712} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8712 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- .../video_coding/codecs/test/videoprocessor_integrationtest.cc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 1a6064ef65..1a7c5e3f2b 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': '87ce36bcfe1c0c2a0cfb20c142907b91cd00d773', + 'chromium_revision': '00e438cd22c5e2f26d003c15c0a1621aa24acd0c', } # 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 147a9a2b78..53bf6120eb 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -704,7 +704,8 @@ TEST_F(VideoProcessorIntegrationTest, } // VP9: Run with no packet loss and denoiser on. One key frame (first frame). -TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { +// Disabled due to crash in libvpx revision 763fe7a (webrtc:4418). +TEST_F(VideoProcessorIntegrationTest, DISABLED_ProcessNoLossDenoiserOnVP9) { // Bitrate and frame rate profile. RateProfile rate_profile; SetRateProfilePars(&rate_profile, 0, 500, 30, 0);