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

Issue 1393353003: Adding debug dump tests. (Closed)

Created:
5 years, 2 months ago by minyue-webrtc
Modified:
5 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-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

Adding debug dump test. This test is to verify that the debug dump can perfectly reproduce APM states if the recording is made from the first input sample. BUG= Committed: https://crrev.com/275d255e210a1110db3f2faf14a0ded0a656a0b9 Cr-Commit-Position: refs/heads/master@{#10506}

Patch Set 1 : #

Total comments: 59

Patch Set 2 : merge h into cc #

Patch Set 3 : after Andrew's review #

Total comments: 12

Patch Set 4 : refine #

Total comments: 18

Patch Set 5 : retouch #

Total comments: 3

Patch Set 6 : refinement #

Patch Set 7 : rebase #

Patch Set 8 : disable an irrelavent test on Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+610 lines, -0 lines) Patch
A webrtc/modules/audio_processing/test/debug_dump_test.cc View 1 2 3 4 5 6 7 1 chunk +609 lines, -0 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
minyue-webrtc
Hi Andrew, This is a test for debug dump. Could you help review it?
5 years, 2 months ago (2015-10-14 19:39:38 UTC) #5
minyue-webrtc
On 2015/10/14 19:39:38, minyue-webrtc wrote: > Hi Andrew, > > This is a test for ...
5 years, 2 months ago (2015-10-16 09:48:31 UTC) #7
peah-webrtc
On 2015/10/16 09:48:31, minyue-webrtc wrote: > On 2015/10/14 19:39:38, minyue-webrtc wrote: > > Hi Andrew, ...
5 years, 2 months ago (2015-10-19 12:42:07 UTC) #8
Andrew MacDonald
https://codereview.webrtc.org/1393353003/diff/60001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/60001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode21 webrtc/modules/audio_processing/test/debug_dump_test.cc:21: namespace { Blank space after this line. https://codereview.webrtc.org/1393353003/diff/60001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode22 webrtc/modules/audio_processing/test/debug_dump_test.cc:22: ...
5 years, 2 months ago (2015-10-20 01:22:09 UTC) #9
minyue-webrtc
Thanks for the comments! A new patch is formed, see Patchset 3. Patchset 2 is ...
5 years, 2 months ago (2015-10-23 08:44:46 UTC) #10
Andrew MacDonald
lgtm assuming you agree with my comments :) https://codereview.webrtc.org/1393353003/diff/60001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/60001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode177 webrtc/modules/audio_processing/test/debug_dump_test.cc:177: #ifdef ...
5 years, 2 months ago (2015-10-24 00:42:06 UTC) #11
minyue-webrtc
Hi, Here is an update. One thing that needs Andrew's input is about scoped_ptr&, see ...
5 years, 1 month ago (2015-10-26 12:40:31 UTC) #12
peah-webrtc
I have some minor comments on the code, but I think it looks good. https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc ...
5 years, 1 month ago (2015-10-29 22:25:02 UTC) #13
Andrew MacDonald
https://codereview.webrtc.org/1393353003/diff/100001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/100001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode34 webrtc/modules/audio_processing/test/debug_dump_test.cc:34: static void MaybeResetBuffer(rtc::scoped_ptr<ChannelBuffer<float>>& buffer, On 2015/10/26 12:40:31, minyue-webrtc wrote: ...
5 years, 1 month ago (2015-10-30 01:56:09 UTC) #14
minyue-webrtc
Thanks. Now see some updates https://codereview.webrtc.org/1393353003/diff/100001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/100001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode34 webrtc/modules/audio_processing/test/debug_dump_test.cc:34: static void MaybeResetBuffer(rtc::scoped_ptr<ChannelBuffer<float>>& buffer, ...
5 years, 1 month ago (2015-10-30 11:07:08 UTC) #16
Andrew MacDonald
https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode26 webrtc/modules/audio_processing/test/debug_dump_test.cc:26: namespace webrtc { Why did you remove this namespace? ...
5 years, 1 month ago (2015-10-30 16:26:07 UTC) #17
minyue-webrtc
https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode26 webrtc/modules/audio_processing/test/debug_dump_test.cc:26: namespace webrtc { On 2015/10/30 16:26:06, Andrew MacDonald wrote: ...
5 years, 1 month ago (2015-10-30 16:32:25 UTC) #18
Andrew MacDonald
https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode26 webrtc/modules/audio_processing/test/debug_dump_test.cc:26: namespace webrtc { On 2015/10/30 16:32:25, minyue-webrtc wrote: > ...
5 years, 1 month ago (2015-10-30 16:39:43 UTC) #19
minyue-webrtc
https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc File webrtc/modules/audio_processing/test/debug_dump_test.cc (right): https://codereview.webrtc.org/1393353003/diff/120001/webrtc/modules/audio_processing/test/debug_dump_test.cc#newcode26 webrtc/modules/audio_processing/test/debug_dump_test.cc:26: namespace webrtc { On 2015/10/30 16:39:42, Andrew MacDonald wrote: ...
5 years, 1 month ago (2015-10-30 17:13:29 UTC) #20
minyue-webrtc
btw, a new patch is ready.
5 years, 1 month ago (2015-10-30 19:24:11 UTC) #21
minyue-webrtc
any more concerns? (I ask because you have given lgtms :))
5 years, 1 month ago (2015-11-02 09:02:06 UTC) #22
Andrew MacDonald
lgtm
5 years, 1 month ago (2015-11-02 15:56:03 UTC) #23
peah-webrtc
lgtm
5 years, 1 month ago (2015-11-02 17:21:02 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1393353003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1393353003/180001
5 years, 1 month ago (2015-11-02 22:28:41 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/8744)
5 years, 1 month ago (2015-11-02 23:16:23 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1393353003/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1393353003/240001
5 years, 1 month ago (2015-11-04 12:13:56 UTC) #32
commit-bot: I haz the power
Committed patchset #8 (id:240001)
5 years, 1 month ago (2015-11-04 14:23:58 UTC) #33
commit-bot: I haz the power
5 years, 1 month ago (2015-11-04 14:24:13 UTC) #34
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/275d255e210a1110db3f2faf14a0ded0a656a0b9
Cr-Commit-Position: refs/heads/master@{#10506}

Powered by Google App Engine
This is Rietveld 408576698