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

Issue 2938193002: Enable more unittests on iOS, and disable those that fail on simulator (Closed)

Created:
3 years, 6 months ago by oprypin_webrtc
Modified:
3 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, kthelgason
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Enable more unittests on iOS, and disable those that fail on simulator Tests enabled: * modules_unittests * ortc_unittests * rtc_media_unittests * rtc_unittests * video_capture_tests * video_engine_tests BUG=webrtc:5566, webrtc:4752, webrtc:5568, webrtc:5569 Review-Url: https://codereview.webrtc.org/2938193002 Cr-Commit-Position: refs/heads/master@{#18710} Committed: https://chromium.googlesource.com/external/webrtc/+/451975206a58334b6ac98a0023b2e5f90c945ab7

Patch Set 1 #

Patch Set 2 : Disable failing tests #

Patch Set 3 : Disable failing tests #

Patch Set 4 : Rework + comments with links to issues #

Patch Set 5 : Also disable RTCCameraVideoCapturerTest - https://chromium-review.googlesource.com/c/528084/ #

Patch Set 6 : Whitespace fix #

Patch Set 7 : Disable EndToEndTest.*Probing #

Patch Set 8 : Fix define check #

Patch Set 9 : Properly check for iOS simulator #

Patch Set 10 : Disable webrtcvoiceengine_unittest.cc because it fails on iOS in general #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -13 lines) Patch
M tools_webrtc/ios/tests/common_tests.json View 1 2 3 4 2 chunks +18 lines, -0 lines 0 comments Download
M webrtc/media/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -1 line 0 comments Download
M webrtc/media/engine/apm_helpers_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -2 lines 4 comments Download
M webrtc/modules/audio_device/BUILD.gn View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/sdk/BUILD.gn View 1 3 chunks +8 lines, -1 line 2 comments Download
M webrtc/sdk/objc/Framework/UnitTests/RTCCameraVideoCapturerTests.mm View 1 2 3 4 1 chunk +14 lines, -6 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (21 generated)
oprypin_webrtc
3 years, 6 months ago (2017-06-19 11:19:37 UTC) #4
kjellander_webrtc
lgtm - this is a huge amount of tests being added! make sure to run ...
3 years, 6 months ago (2017-06-19 12:54:24 UTC) #6
oprypin_webrtc
On 2017/06/19 12:54:24, kjellander_webrtc wrote: > lgtm - this is a huge amount of tests ...
3 years, 6 months ago (2017-06-19 12:56:05 UTC) #7
oprypin_webrtc
Ping
3 years, 6 months ago (2017-06-20 09:37:07 UTC) #8
magjed_webrtc
lgtm This is very welcome!
3 years, 6 months ago (2017-06-20 09:50:36 UTC) #9
oprypin_webrtc
+stefan-webrtc for webrtc/video/end_to_end_tests.cc
3 years, 6 months ago (2017-06-20 13:39:16 UTC) #11
holmer
lgtm
3 years, 6 months ago (2017-06-21 07:43:48 UTC) #14
stefan-webrtc
lgtm
3 years, 6 months ago (2017-06-21 07:43:54 UTC) #15
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/2938193002/120001
3 years, 6 months ago (2017-06-21 08:00:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/15315) linux_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 6 months ago (2017-06-21 08:04:12 UTC) #19
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/2938193002/140001
3 years, 6 months ago (2017-06-21 08:16:27 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/26770)
3 years, 6 months ago (2017-06-21 08:26:57 UTC) #24
kthelgason
Thanks for getting this working Oleh. We should at some point try to figure out ...
3 years, 6 months ago (2017-06-22 08:16:32 UTC) #30
oprypin_webrtc
https://codereview.webrtc.org/2938193002/diff/180001/webrtc/media/engine/apm_helpers_unittest.cc File webrtc/media/engine/apm_helpers_unittest.cc (right): https://codereview.webrtc.org/2938193002/diff/180001/webrtc/media/engine/apm_helpers_unittest.cc#newcode113 webrtc/media/engine/apm_helpers_unittest.cc:113: #if defined(TARGET_IPHONE_SIMULATOR) && TARGET_IPHONE_SIMULATOR On 2017/06/22 08:16:32, kthelgason wrote: ...
3 years, 6 months ago (2017-06-22 08:20:47 UTC) #31
oprypin_webrtc
https://codereview.webrtc.org/2938193002/diff/180001/webrtc/media/engine/apm_helpers_unittest.cc File webrtc/media/engine/apm_helpers_unittest.cc (right): https://codereview.webrtc.org/2938193002/diff/180001/webrtc/media/engine/apm_helpers_unittest.cc#newcode113 webrtc/media/engine/apm_helpers_unittest.cc:113: #if defined(TARGET_IPHONE_SIMULATOR) && TARGET_IPHONE_SIMULATOR On 2017/06/22 08:20:46, oprypin_webrtc wrote: ...
3 years, 6 months ago (2017-06-22 08:23:19 UTC) #32
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/2938193002/180001
3 years, 6 months ago (2017-06-22 08:45:18 UTC) #35
commit-bot: I haz the power
3 years, 6 months ago (2017-06-22 08:47:26 UTC) #38
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/451975206a58334b6ac98a002...

Powered by Google App Engine
This is Rietveld 408576698