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

Issue 2820263004: Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests (Closed)

Created:
3 years, 8 months ago by Taylor Brandstetter
Modified:
3 years, 8 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests These tests are already built into rtc_unittests, so they end up being run three times. Fixed by creating a "p2p_test_utils" target that contains the test utils that ortc_unittests and rtc_media_unittests depend on, but not the tests themselves. BUG=None TBR=kjellander@webrtc.org Review-Url: https://codereview.webrtc.org/2820263004 Cr-Commit-Position: refs/heads/master@{#17752} Committed: https://chromium.googlesource.com/external/webrtc/+/59edb9298e55790a8a6ee17c52f508284c70f4b6

Patch Set 1 #

Patch Set 2 : Make p2p_test_utils build target. #

Patch Set 3 : Also fix rtc_media_unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -9 lines) Patch
M webrtc/media/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/ortc/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/BUILD.gn View 1 3 chunks +24 lines, -7 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
Taylor Brandstetter
3 years, 8 months ago (2017-04-18 17:56:40 UTC) #1
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/2820263004/1
3 years, 8 months ago (2017-04-18 17:56:49 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/external/webrtc/+/fe9d38f5151c8a9da404efbbf373b3cb9a23c68c
3 years, 8 months ago (2017-04-18 17:59:25 UTC) #6
Taylor Brandstetter
A revert of this CL (patchset #1 id:1) has been created in https://codereview.webrtc.org/2826703002/ by deadbeef@webrtc.org. ...
3 years, 8 months ago (2017-04-18 18:11:18 UTC) #7
kjellander_webrtc
Ouch... I always run all the compile trybots when doing NOTRY=True, but it's of course ...
3 years, 8 months ago (2017-04-18 19:53:17 UTC) #12
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/2820263004/40001
3 years, 8 months ago (2017-04-18 22:31:12 UTC) #14
Taylor Brandstetter
On 2017/04/18 19:53:17, kjellander_webrtc wrote: > Ouch... I always run all the compile trybots when ...
3 years, 8 months ago (2017-04-18 22:31:51 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/external/webrtc/+/59edb9298e55790a8a6ee17c52f508284c70f4b6
3 years, 8 months ago (2017-04-18 22:49:14 UTC) #18
kjellander_webrtc
3 years, 8 months ago (2017-04-19 05:38:12 UTC) #19
Message was sent while issue was closed.
On 2017/04/18 22:31:51, Taylor Brandstetter wrote:
> On 2017/04/18 19:53:17, kjellander_webrtc wrote:
> > Ouch... I always run all the compile trybots when doing NOTRY=True, but it's
> of
> > course easy to be wise after-the-fact ;-)
> 
> It compiled locally so I thought I was ok. But I guess that doesn't run the
> dependency checks?

Check deps runs as part of PRESUBMIT.py, so it should be caught during upload.
Maybe it only checks files for the current platform (but I didn't think that was
the case).

Powered by Google App Engine
This is Rietveld 408576698