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

Issue 2716843002: Removing unused audio device tests (Closed)

Created:
3 years, 10 months ago by henrika_webrtc
Modified:
3 years, 9 months ago
Reviewers:
the sun, nisse-webrtc, tommi
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Removes a test suite that is no longer used or maintained. BUG=NONE Review-Url: https://codereview.webrtc.org/2716843002 Cr-Commit-Position: refs/heads/master@{#16825} Committed: https://chromium.googlesource.com/external/webrtc/+/bb5136f9403833d764504df4b80a38167e49f0cb

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1711 lines) Patch
M webrtc/BUILD.gn View 1 chunk +1 line, -4 lines 0 comments Download
M webrtc/modules/audio_device/BUILD.gn View 1 chunk +0 lines, -23 lines 1 comment Download
D webrtc/modules/audio_device/test/audio_device_test_api.cc View 1 chunk +0 lines, -1609 lines 0 comments Download
D webrtc/modules/audio_device/test/audio_device_test_defines.h View 1 chunk +0 lines, -75 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
henrika_webrtc
PTAL
3 years, 10 months ago (2017-02-24 11:17:08 UTC) #7
nisse-webrtc
lgtm
3 years, 10 months ago (2017-02-24 11:24:56 UTC) #8
the sun
lgtm
3 years, 10 months ago (2017-02-24 11:31:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2716843002/1
3 years, 10 months ago (2017-02-24 11:33:26 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/external/webrtc/+/bb5136f9403833d764504df4b80a38167e49f0cb
3 years, 10 months ago (2017-02-24 11:36:27 UTC) #14
tommi
A revert of this CL (patchset #1 id:1) has been created in https://codereview.webrtc.org/2721433002/ by tommi@webrtc.org. ...
3 years, 9 months ago (2017-02-26 14:27:08 UTC) #15
tommi
https://codereview.webrtc.org/2716843002/diff/1/webrtc/modules/audio_device/BUILD.gn File webrtc/modules/audio_device/BUILD.gn (left): https://codereview.webrtc.org/2716843002/diff/1/webrtc/modules/audio_device/BUILD.gn#oldcode324 webrtc/modules/audio_device/BUILD.gn:324: rtc_executable("audio_device_tests") { It's really strange that the trybots happily ...
3 years, 9 months ago (2017-02-26 14:29:55 UTC) #17
kjellander (google.com)
On 2017/02/26 14:29:55, tommi (webrtc) wrote: > https://codereview.webrtc.org/2716843002/diff/1/webrtc/modules/audio_device/BUILD.gn > File webrtc/modules/audio_device/BUILD.gn (left): > > https://codereview.webrtc.org/2716843002/diff/1/webrtc/modules/audio_device/BUILD.gn#oldcode324 ...
3 years, 9 months ago (2017-02-28 00:21:15 UTC) #18
tommi
On 2017/02/28 00:21:15, kjellander (google.com) wrote: > On 2017/02/26 14:29:55, tommi (webrtc) wrote: > > ...
3 years, 9 months ago (2017-02-28 00:42:38 UTC) #19
henrika_webrtc
3 years, 9 months ago (2017-02-28 09:14:33 UTC) #20
Message was sent while issue was closed.
These tests are very old and come from a time when we tested each method in the
ADM as if the ADM should function as a standalone component.
Several tests are already disabled and we test combinations of APIs that are no
longer valid (since the ADM is now used in a more fixed way in VoE).
The tests does not verify media (we have other tests under
voice_engine/test/auto_test) which starts media and verifies that it works OK.
There are also a a more extensive set of ADM tests for Android and iOS.
You could also say that these tests tests the most "hardware related parts of
the ADM", but not those that we expose via the VoEHardware API.
Hence, not much value to maintain them imo.

Powered by Google App Engine
This is Rietveld 408576698