src/platform/dev tests aren't run. |
|||||||||||||
Issue descriptionsrc/platform/dev/run_unittests isn't run as part of our build. Obviously, the tests were broken, and nobody noticed them until I tried to verify a change. Running them in the build appears to need an ebuild, but there isn't one associated with src/platform/dev.
,
Jun 28 2016
,
Jun 29 2016
,
Jun 29 2016
This CL will enable the tests on the builders, but it can't be safely submitted until the tests have a "--network" option and stop running network heavy tests if it's not present. https://chromium-review.googlesource.com/#/c/354772/
,
Jul 28 2016
Here is a smallish project in a different part of our code. Basically, add --network support to src/platform/dev/run_unittests (similar to chromite/cbuildbot/run_tests), and mark the unittests that use the network to require it to be set. Then we submit my CL from #4.
,
Sep 2 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/c531aca47c39d5f6c33d85bee819a9a2d43c8ced commit c531aca47c39d5f6c33d85bee819a9a2d43c8ced Author: Don Garrett <dgarrett@google.com> Date: Wed Jun 22 01:41:14 2016 devserver: Enable devserver unittests. We never run the devserver unittests in the build, so add them to the ebuild for it. CQ-DEPEND=CL:354572 BUG= chromium:622105 TEST=FEATURES=test emerge-lumpy devserver Change-Id: I9357f3723d6690aefae86851ec2dc6375511690a Reviewed-on: https://chromium-review.googlesource.com/354772 Commit-Ready: Don Garrett <dgarrett@chromium.org> Tested-by: Don Garrett <dgarrett@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> [modify] https://crrev.com/c531aca47c39d5f6c33d85bee819a9a2d43c8ced/chromeos-base/devserver/devserver-9999.ebuild
,
Sep 2 2016
,
Oct 7 2016
,
Oct 10 2016
,
Nov 19 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
|||||||||||||
►
Sign in to add a comment |
|||||||||||||
Comment 1 by dgarr...@chromium.org
, Jun 22 2016Status: Started (was: Untriaged)