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

Issue 754673003: Green sky tests on the asan bot. (Closed)

Created:
6 years ago by ojan
Modified:
6 years ago
Reviewers:
esprehn, sky, eseidel
CC:
abarth-chromium, esprehn, mojo-reviews_chromium.org, jamesr
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Green sky tests on the asan bot. Skipped tests were not getting skipped because the code gets whether the build is a debug or release build from the configuration commandline argument, but the asan bots pass Release_asan. Instead, read the debug vs. release state from gn args instead of inferring it from the out directory. R=eseidel@chromium.org, esprehn@chromium.org, sky@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/50c6976769102268a751f9401f2d3d492280b1bd

Patch Set 1 #

Total comments: 1

Patch Set 2 : make a bit more robust #

Patch Set 3 : read gn args #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M sky/tools/webkitpy/layout_tests/port/base.py View 1 2 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 12 (2 generated)
ojan
With gclient, your out/Debug or out/Release actually controlled whether it was a debug or release ...
6 years ago (2014-12-08 17:45:41 UTC) #2
ojan
To be clear, I did audit all the uses of this commandline argument. This is ...
6 years ago (2014-12-08 17:54:47 UTC) #3
esprehn
lgtm
6 years ago (2014-12-08 18:12:30 UTC) #5
sky
https://codereview.chromium.org/754673003/diff/1/sky/tools/webkitpy/layout_tests/port/base.py File sky/tools/webkitpy/layout_tests/port/base.py (right): https://codereview.chromium.org/754673003/diff/1/sky/tools/webkitpy/layout_tests/port/base.py#newcode1162 sky/tools/webkitpy/layout_tests/port/base.py:1162: configuration = self._options.configuration.lower().split('_')[0] Current formatting is [android_|chromeos_]Debug|Release[_asan] (in mojo/tools/mopy/paths.py). ...
6 years ago (2014-12-08 18:15:53 UTC) #6
eseidel
gn does stick sometihng in the output dir, gn args has an asan flag. test_sky ...
6 years ago (2014-12-08 18:18:37 UTC) #7
ojan
On 2014/12/08 at 18:18:37, eseidel wrote: > gn does stick sometihng in the output dir, ...
6 years ago (2014-12-08 18:37:56 UTC) #8
eseidel
lgtm
6 years ago (2014-12-08 18:58:26 UTC) #9
eseidel
lgtm lgtm I'm not sure what the canonical way to do gn arg testing from ...
6 years ago (2014-12-08 18:58:27 UTC) #10
sky
LGTM
6 years ago (2014-12-08 18:59:03 UTC) #11
ojan
6 years ago (2014-12-08 19:15:17 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
50c6976769102268a751f9401f2d3d492280b1bd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698