Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Issue 1835073004: Reland of Added a bitexactness test for the gain controller in the audio processing module. (Closed)

Created:
4 years, 9 months ago by peah-webrtc
Modified:
4 years, 8 months ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Added a bitexactness test for the gain controller in the audio processing module. This is a reland of the CL https://codereview.webrtc.org/1812433002/ which was reverted due to incorrect bitexactness on Android bots. The changes done in the relanding CL is to Deactivate the test for Android and reduce the number of interations. TBR=henrik.lundin@webrtc.org BUG=webrtc:5339 Committed: https://crrev.com/57d5a2e4dff1069f36eca986049be99b758b4979 Cr-Commit-Position: refs/heads/master@{#12143}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -0 lines) Patch
A webrtc/modules/audio_processing/gain_control_unittest.cc View 1 chunk +320 lines, -0 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1835073004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1835073004/1
4 years, 9 months ago (2016-03-25 22:35:07 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-25 23:43:07 UTC) #4
peah-webrtc
Hi, Since I've needed to do some reverts of the bitexactness code I've deactivated the ...
4 years, 8 months ago (2016-03-28 06:57:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1835073004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1835073004/1
4 years, 8 months ago (2016-03-29 07:49:01 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_clang_dbg/builds/11816) android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 8 months ago (2016-03-29 07:49:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1835073004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1835073004/20001
4 years, 8 months ago (2016-03-29 12:52:33 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-03-29 14:53:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1835073004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1835073004/20001
4 years, 8 months ago (2016-03-29 14:56:59 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-03-29 16:48:42 UTC) #19
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/57d5a2e4dff1069f36eca986049be99b758b4979 Cr-Commit-Position: refs/heads/master@{#12143}
4 years, 8 months ago (2016-03-29 16:48:49 UTC) #21
hlundin-webrtc
One comment after the fact. LGTM. https://codereview.webrtc.org/1835073004/diff/1/webrtc/modules/audio_processing/gain_control_unittest.cc File webrtc/modules/audio_processing/gain_control_unittest.cc (right): https://codereview.webrtc.org/1835073004/diff/1/webrtc/modules/audio_processing/gain_control_unittest.cc#newcode19 webrtc/modules/audio_processing/gain_control_unittest.cc:19: #if !(defined(WEBRTC_ARCH_ARM64) || ...
4 years, 8 months ago (2016-03-29 21:21:42 UTC) #22
peah-webrtc
4 years, 8 months ago (2016-03-30 05:03:32 UTC) #23
Message was sent while issue was closed.
https://codereview.webrtc.org/1835073004/diff/1/webrtc/modules/audio_processi...
File webrtc/modules/audio_processing/gain_control_unittest.cc (right):

https://codereview.webrtc.org/1835073004/diff/1/webrtc/modules/audio_processi...
webrtc/modules/audio_processing/gain_control_unittest.cc:19: #if
!(defined(WEBRTC_ARCH_ARM64) || defined(WEBRTC_ARCH_ARM) || \
On 2016/03/29 21:21:42, hlundin-webrtc wrote:
> I think it is better to disable the test itself, rather than excluding all of
> the code. This will prevent the code from rotting while being disabled.

Good point! I will create a CL to change that.

Powered by Google App Engine
This is Rietveld 408576698