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 1426643003: Create a 'webrtc_nonparallel_tests' target. (Closed)

Created:
5 years, 1 month ago by pbos-webrtc
Modified:
5 years, 1 month ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Create a 'webrtc_nonparallel_tests' target. Used for tests that cannot be run in parallel due to using non-virtual resources such as filesystems and sockets. Initially moves socket unittests from rtc_unittest since PhysicalSocketTest.TestUdpReadyToSendIPv4 is one of the worst flake offenders. Future prospect targets are GTEST_DEATH tests that are flaky on Mac in parallel for instance. BUG=chromium:445880 R=kjellander@webrtc.org Committed: https://crrev.com/95192fbb1ebf4f402654b43b9b3ac215d3ef0481 Cr-Commit-Position: refs/heads/master@{#10446}

Patch Set 1 #

Patch Set 2 : add CARBON_DEPRECATED #

Patch Set 3 : use test_support instead of test_support_main #

Total comments: 5

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -13 lines) Patch
M webrtc/base/base_tests.gyp View 1 2 3 4 chunks +1 line, -13 lines 0 comments Download
M webrtc/build/apk_tests.gyp View 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/test/test.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 3 3 chunks +59 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
pbos-webrtc
PTAL, I hope this building is enough to add it. I compiled and ran it ...
5 years, 1 month ago (2015-10-28 15:28:12 UTC) #1
pbos-webrtc
add CARBON_DEPRECATED
5 years, 1 month ago (2015-10-28 15:35:43 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426643003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426643003/20001
5 years, 1 month ago (2015-10-28 15:36:27 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_x64_gn_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_rel/builds/4804)
5 years, 1 month ago (2015-10-28 15:37:58 UTC) #6
pbos-webrtc
use test_support instead of test_support_main
5 years, 1 month ago (2015-10-28 15:42:53 UTC) #7
kjellander_webrtc
https://codereview.webrtc.org/1426643003/diff/40001/webrtc/base/base_tests.gyp File webrtc/base/base_tests.gyp (right): https://codereview.webrtc.org/1426643003/diff/40001/webrtc/base/base_tests.gyp#newcode130 webrtc/base/base_tests.gyp:130: # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot Remove this ...
5 years, 1 month ago (2015-10-28 15:53:42 UTC) #8
pbos-webrtc
PTAL https://codereview.webrtc.org/1426643003/diff/40001/webrtc/base/base_tests.gyp File webrtc/base/base_tests.gyp (right): https://codereview.webrtc.org/1426643003/diff/40001/webrtc/base/base_tests.gyp#newcode130 webrtc/base/base_tests.gyp:130: # TODO(ronghuawu): Fix TestUdpReadyToSendIPv6 on windows bot On ...
5 years, 1 month ago (2015-10-29 09:46:33 UTC) #9
pbos-webrtc
comments
5 years, 1 month ago (2015-10-29 09:46:44 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426643003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426643003/60001
5 years, 1 month ago (2015-10-29 09:47:08 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-29 11:13:29 UTC) #14
kjellander_webrtc
lgtm https://codereview.webrtc.org/1426643003/diff/40001/webrtc/webrtc_tests.gypi File webrtc/webrtc_tests.gypi (right): https://codereview.webrtc.org/1426643003/diff/40001/webrtc/webrtc_tests.gypi#newcode268 webrtc/webrtc_tests.gypi:268: 'base/physicalsocketserver_unittest.cc', On 2015/10/29 09:46:33, pbos-webrtc wrote: > On ...
5 years, 1 month ago (2015-10-29 11:30:17 UTC) #15
pbos-webrtc
Adding an empty TBR= because webrtc/base/OWNERS should have an exclusion for gyp files like other ...
5 years, 1 month ago (2015-10-29 11:41:51 UTC) #17
pbos-webrtc
Committed patchset #4 (id:60001) manually as 95192fbb1ebf4f402654b43b9b3ac215d3ef0481 (presubmit successful).
5 years, 1 month ago (2015-10-29 11:42:11 UTC) #18
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/95192fbb1ebf4f402654b43b9b3ac215d3ef0481 Cr-Commit-Position: refs/heads/master@{#10446}
5 years, 1 month ago (2015-10-29 11:42:16 UTC) #19
kjellander_webrtc
I failed to remember that there's more work needed for this target. See https://codereview.webrtc.org/1409803007/ for ...
5 years, 1 month ago (2015-10-29 14:13:42 UTC) #20
pbos-webrtc
5 years, 1 month ago (2015-10-29 14:23:46 UTC) #21
Message was sent while issue was closed.
On 2015/10/29 14:13:42, kjellander (webrtc) wrote:
> I failed to remember that there's more work needed for this target. See
> https://codereview.webrtc.org/1409803007/ for additional files that needs to
be
> updated.

Wow this is really not very DRY. *wah wah*

https://codereview.webrtc.org/1419023003/

:)

Powered by Google App Engine
This is Rietveld 408576698