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

Issue 1920403002: [content/test/gpu] Run pylint check of gpu tests in unittest instead of PRESUBMIT (Closed)

Created:
4 years, 7 months ago by nednguyen
Modified:
4 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, open-source-third-party-reviews_google.com, piman+watch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[content/test/gpu] Run pylint check of gpu tests in unittest instead of PRESUBMIT This CL also adds pylint/ & logilab/astroid, logilab/common into src/third_party. (these are copied from depot_tools/third_party) BUG=606854 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/3bb6d28634c0eb384281e06ca359715ba5445f91 Cr-Commit-Position: refs/heads/master@{#392160}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Update README.chromium files #

Patch Set 3 : Update isolate & build.gn #

Patch Set 4 : Handle pylint import failure gracefully #

Patch Set 5 : Update checklicense.py #

Total comments: 2

Patch Set 6 : Make GPL whitelisting local #

Patch Set 7 : Update path to LICENSE.txt of logilab/README.chromium #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37948 lines, -15 lines) Patch
M chrome/telemetry_gpu_unittests.isolate View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/gpu/PRESUBMIT.py View 1 2 3 4 5 6 2 chunks +0 lines, -7 lines 0 comments Download
A content/test/gpu/gpu_tests/lint_unittest.py View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
M content/test/gpu/pylintrc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A third_party/logilab/README.chromium View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A + third_party/logilab/logilab/__init__.py View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/logilab/logilab/astroid/LICENSE.txt View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
A third_party/logilab/logilab/astroid/README.chromium View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/__init__.py View 1 2 3 4 5 6 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/__pkginfo__.py View 1 2 3 4 5 6 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/as_string.py View 1 2 3 4 5 6 1 chunk +499 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/bases.py View 1 2 3 4 5 6 1 chunk +665 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/builtin_inference.py View 1 2 3 4 5 6 1 chunk +245 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/py2gi.py View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/py2mechanize.py View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/py2pytest.py View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/py2qt4.py View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/py2stdlib.py View 1 2 3 4 5 6 1 chunk +334 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/pynose.py View 1 2 3 4 5 6 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/brain/pysix_moves.py View 1 2 3 4 5 6 1 chunk +225 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/builder.py View 1 2 3 4 5 6 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/exceptions.py View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/inference.py View 1 2 3 4 5 6 1 chunk +401 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/inspector.py View 1 2 3 4 5 6 1 chunk +273 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/manager.py View 1 2 3 4 5 6 1 chunk +390 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/mixins.py View 1 2 3 4 5 6 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/modutils.py View 1 2 3 4 5 6 1 chunk +670 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/node_classes.py View 1 2 3 4 5 6 1 chunk +966 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/nodes.py View 1 2 3 4 5 6 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/protocols.py View 1 2 3 4 5 6 1 chunk +361 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/raw_building.py View 1 2 3 4 5 6 1 chunk +366 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/rebuilder.py View 1 2 3 4 5 6 1 chunk +906 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/scoped_nodes.py View 1 2 3 4 5 6 1 chunk +1459 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/test_utils.py View 1 2 3 4 5 6 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/astroid/utils.py View 1 2 3 4 5 6 1 chunk +239 lines, -0 lines 0 comments Download
A + third_party/logilab/logilab/common/LICENSE.txt View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/logilab/logilab/common/README.chromium View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/__init__.py View 1 2 3 4 5 6 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/__pkginfo__.py View 1 2 3 4 5 6 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/cache.py View 1 2 3 4 5 6 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/changelog.py View 1 2 3 4 5 6 1 chunk +238 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/clcommands.py View 1 2 3 4 5 6 1 chunk +334 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/cli.py View 1 2 3 4 5 6 1 chunk +211 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/compat.py View 1 2 3 4 5 6 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/configuration.py View 1 2 3 4 5 6 1 chunk +1105 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/contexts.py View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/corbautils.py View 1 2 3 4 5 6 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/daemon.py View 1 2 3 4 5 6 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/date.py View 1 2 3 4 5 6 1 chunk +335 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/dbf.py View 1 2 3 4 5 6 1 chunk +231 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/debugger.py View 1 2 3 4 5 6 1 chunk +214 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/decorators.py View 1 2 3 4 5 6 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/deprecation.py View 1 2 3 4 5 6 1 chunk +189 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/fileutils.py View 1 2 3 4 5 6 1 chunk +404 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/graph.py View 1 2 3 4 5 6 1 chunk +282 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/interface.py View 1 2 3 4 5 6 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/logging_ext.py View 1 2 3 4 5 6 1 chunk +195 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/modutils.py View 1 2 3 4 5 6 1 chunk +702 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/optik_ext.py View 1 2 3 4 5 6 1 chunk +392 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/optparser.py View 1 2 3 4 5 6 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/proc.py View 1 2 3 4 5 6 1 chunk +277 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/pyro_ext.py View 1 2 3 4 5 6 1 chunk +180 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/pytest.py View 1 2 3 4 5 6 1 chunk +1199 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/registry.py View 1 2 3 4 5 6 1 chunk +1119 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/shellutils.py View 1 2 3 4 5 6 1 chunk +462 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/sphinx_ext.py View 1 2 3 4 5 6 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/sphinxutils.py View 1 2 3 4 5 6 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/table.py View 1 2 3 4 5 6 1 chunk +929 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/tasksqueue.py View 1 2 3 4 5 6 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/testlib.py View 1 2 3 4 5 6 1 chunk +1392 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/textutils.py View 1 2 3 4 5 6 1 chunk +537 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/tree.py View 1 2 3 4 5 6 1 chunk +369 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/umessage.py View 1 2 3 4 5 6 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/ureports/__init__.py View 1 2 3 4 5 6 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/ureports/docbook_writer.py View 1 2 3 4 5 6 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/ureports/html_writer.py View 1 2 3 4 5 6 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/ureports/nodes.py View 1 2 3 4 5 6 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/ureports/text_writer.py View 1 2 3 4 5 6 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/urllib2ext.py View 1 2 3 4 5 6 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/vcgutils.py View 1 2 3 4 5 6 1 chunk +216 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/visitor.py View 1 2 3 4 5 6 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/xmlrpcutils.py View 1 2 3 4 5 6 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/logilab/logilab/common/xmlutils.py View 1 2 3 4 5 6 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/pylint/README.chromium View 1 2 3 4 5 6 1 chunk +55 lines, -0 lines 0 comments Download
A + third_party/pylint/pylint/LICENSE.txt View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
A third_party/pylint/pylint/__init__.py View 1 2 3 4 5 6 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/__main__.py View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/__pkginfo__.py View 1 2 3 4 5 6 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/__init__.py View 1 2 3 4 5 6 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/base.py View 1 2 3 4 5 6 1 chunk +1248 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/classes.py View 1 2 3 4 5 6 1 chunk +981 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/design_analysis.py View 1 2 3 4 5 6 1 chunk +363 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/exceptions.py View 1 2 3 4 5 6 1 chunk +332 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/format.py View 1 2 3 4 5 6 1 chunk +964 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/imports.py View 1 2 3 4 5 6 1 chunk +413 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/logging.py View 1 2 3 4 5 6 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/misc.py View 1 2 3 4 5 6 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/newstyle.py View 1 2 3 4 5 6 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/python3.py View 1 2 3 4 5 6 1 chunk +476 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/raw_metrics.py View 1 2 3 4 5 6 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/similar.py View 1 2 3 4 5 6 1 chunk +372 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/spelling.py View 1 2 3 4 5 6 1 chunk +241 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/stdlib.py View 1 2 3 4 5 6 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/strings.py View 1 2 3 4 5 6 1 chunk +615 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/typecheck.py View 1 2 3 4 5 6 1 chunk +627 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/utils.py View 1 2 3 4 5 6 1 chunk +564 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/checkers/variables.py View 1 2 3 4 5 6 1 chunk +1069 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/config.py View 1 2 3 4 5 6 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/epylint.py View 1 2 3 4 5 6 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/gui.py View 1 2 3 4 5 6 1 chunk +531 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/interfaces.py View 1 2 3 4 5 6 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/lint.py View 1 2 3 4 5 6 1 chunk +1333 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/__init__.py View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/diadefslib.py View 1 2 3 4 5 6 1 chunk +233 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/diagrams.py View 1 2 3 4 5 6 1 chunk +247 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/main.py View 1 2 3 4 5 6 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/utils.py View 1 2 3 4 5 6 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/pyreverse/writer.py View 1 2 3 4 5 6 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/reporters/__init__.py View 1 2 3 4 5 6 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/reporters/guireporter.py View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/reporters/html.py View 1 2 3 4 5 6 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/reporters/json.py View 1 2 3 4 5 6 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/reporters/text.py View 1 2 3 4 5 6 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/testutils.py View 1 2 3 4 5 6 1 chunk +412 lines, -0 lines 0 comments Download
A third_party/pylint/pylint/utils.py View 1 2 3 4 5 6 1 chunk +919 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (11 generated)
nednguyen(REVIEW IN OTHER ACC)
The extra libs are for pylint. We can't use pylint from depot_tools cuz it's not ...
4 years, 7 months ago (2016-04-27 01:02:24 UTC) #3
nednguyen(REVIEW IN OTHER ACC)
On 2016/04/27 01:02:24, nednguyen(REVIEW IN OTHER ACC) wrote: > The extra libs are for pylint. ...
4 years, 7 months ago (2016-04-27 01:04:08 UTC) #4
Ken Russell (switch to Gerrit)
This looks good overall to me. I realize it's a lot of third-party code but ...
4 years, 7 months ago (2016-04-27 09:54:45 UTC) #7
nednguyen
https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py File content/test/gpu/PRESUBMIT.py (left): https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py#oldcode60 content/test/gpu/PRESUBMIT.py:60: results.extend(_PyLintChecks(input_api, output_api)) On 2016/04/27 09:54:45, Ken Russell OOO till ...
4 years, 7 months ago (2016-04-27 17:30:02 UTC) #8
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py File content/test/gpu/PRESUBMIT.py (left): https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py#oldcode60 content/test/gpu/PRESUBMIT.py:60: results.extend(_PyLintChecks(input_api, output_api)) On 2016/04/27 17:30:02, nednguyen wrote: > On ...
4 years, 7 months ago (2016-04-27 17:33:29 UTC) #9
nednguyen
Ping Dirk again https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py File content/test/gpu/PRESUBMIT.py (left): https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py#oldcode60 content/test/gpu/PRESUBMIT.py:60: results.extend(_PyLintChecks(input_api, output_api)) On 2016/04/27 17:33:28, Ken ...
4 years, 7 months ago (2016-04-27 17:42:31 UTC) #10
Ken Russell (switch to Gerrit)
On 2016/04/27 17:42:31, nednguyen wrote: > Ping Dirk again > > https://codereview.chromium.org/1920403002/diff/1/content/test/gpu/PRESUBMIT.py > File content/test/gpu/PRESUBMIT.py ...
4 years, 7 months ago (2016-04-27 17:59:57 UTC) #11
Dirk Pranke
Adding anything to //third_party needs approval from a //third_party OWNER *and* approval from the OSPO. ...
4 years, 7 months ago (2016-04-28 01:03:23 UTC) #12
nednguyen
Hi Dirk, I will fix the README.chromium after the high level idea seems ok to ...
4 years, 7 months ago (2016-04-28 03:37:52 UTC) #13
Ken Russell (switch to Gerrit)
On 2016/04/28 03:37:52, nednguyen wrote: > Hi Dirk, I will fix the README.chromium after the ...
4 years, 7 months ago (2016-04-28 10:20:00 UTC) #14
Dirk Pranke
On 2016/04/28 03:37:52, nednguyen (ooo til 5-4) wrote: > Hi Dirk, I will fix the ...
4 years, 7 months ago (2016-04-28 22:28:55 UTC) #15
nednguyen
On 2016/04/28 22:28:55, Dirk Pranke wrote: > On 2016/04/28 03:37:52, nednguyen (ooo til 5-4) wrote: ...
4 years, 7 months ago (2016-04-29 03:10:06 UTC) #16
nednguyen
+Nico, third_party's OWNER. Can you give some advice on how I should organize pylint, logilab/common/ ...
4 years, 7 months ago (2016-04-29 03:12:00 UTC) #18
nednguyen(REVIEW IN OTHER ACC)
Ping
4 years, 7 months ago (2016-04-29 21:51:49 UTC) #19
Nico
Since depot_tools has pylint in its third_party, I'd follow the organization that's used there (see ...
4 years, 7 months ago (2016-05-02 18:54:58 UTC) #20
Nico
(and as dirk said, you need license approval and security approval for new third-party stuff. ...
4 years, 7 months ago (2016-05-02 18:57:02 UTC) #21
nednguyen
On 2016/05/02 18:54:58, Nico (hiding Wed May 4) wrote: > Since depot_tools has pylint in ...
4 years, 7 months ago (2016-05-05 02:16:47 UTC) #22
nednguyen
On 2016/05/05 02:16:47, nednguyen wrote: > On 2016/05/02 18:54:58, Nico (hiding Wed May 4) wrote: ...
4 years, 7 months ago (2016-05-05 02:58:09 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920403002/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920403002/10001
4 years, 7 months ago (2016-05-05 02:58:37 UTC) #25
nednguyen
checklicenses.py is failing, can I just whitelist these pylint libs since we are using them ...
4 years, 7 months ago (2016-05-05 04:43:23 UTC) #27
Paweł Hajdan Jr.
Feel free to whitelist GPLv2. For UNKNOWN files, file an *upstream* - *NOT* chromium - ...
4 years, 7 months ago (2016-05-05 13:24:56 UTC) #29
nednguyen
On 2016/05/05 13:24:56, Paweł Hajdan Jr. wrote: > Feel free to whitelist GPLv2. > > ...
4 years, 7 months ago (2016-05-05 13:59:52 UTC) #30
Paweł Hajdan Jr.
https://codereview.chromium.org/1920403002/diff/40001/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (right): https://codereview.chromium.org/1920403002/diff/40001/tools/checklicenses/checklicenses.py#newcode64 tools/checklicenses/checklicenses.py:64: 'GPL (v2 or later)', No, not globally. Just for ...
4 years, 7 months ago (2016-05-05 14:03:29 UTC) #31
nednguyen
https://codereview.chromium.org/1920403002/diff/40001/tools/checklicenses/checklicenses.py File tools/checklicenses/checklicenses.py (right): https://codereview.chromium.org/1920403002/diff/40001/tools/checklicenses/checklicenses.py#newcode64 tools/checklicenses/checklicenses.py:64: 'GPL (v2 or later)', On 2016/05/05 14:03:29, Paweł Hajdan ...
4 years, 7 months ago (2016-05-05 14:22:11 UTC) #32
Paweł Hajdan Jr.
checklicenses LGTM
4 years, 7 months ago (2016-05-05 15:57:23 UTC) #33
Nico
On 2016/05/05 02:16:47, nednguyen wrote: > On 2016/05/02 18:54:58, Nico (hiding Wed May 4) wrote: ...
4 years, 7 months ago (2016-05-05 16:27:22 UTC) #34
nednguyen
On 2016/05/05 16:27:22, Nico wrote: > On 2016/05/05 02:16:47, nednguyen wrote: > > On 2016/05/02 ...
4 years, 7 months ago (2016-05-05 16:48:49 UTC) #35
Ken Russell (switch to Gerrit)
On 2016/05/05 16:48:49, nednguyen wrote: > On 2016/05/05 16:27:22, Nico wrote: > > On 2016/05/05 ...
4 years, 7 months ago (2016-05-05 18:08:56 UTC) #36
Dirk Pranke
On 2016/05/05 18:08:56, Ken Russell wrote: > On 2016/05/05 16:48:49, nednguyen wrote: > > Sorry ...
4 years, 7 months ago (2016-05-05 18:32:36 UTC) #37
Dirk Pranke
lgtm, I suppose, but after realizing actually what you're proposing I'm not wild about doing ...
4 years, 7 months ago (2016-05-05 23:30:15 UTC) #38
Ken Russell (switch to Gerrit)
On 2016/05/05 23:30:15, Dirk Pranke wrote: > lgtm, I suppose, but after realizing actually what ...
4 years, 7 months ago (2016-05-06 00:20:17 UTC) #39
Martin Barbella
On 2016/05/06 00:20:17, Ken Russell wrote: > On 2016/05/05 23:30:15, Dirk Pranke wrote: > > ...
4 years, 7 months ago (2016-05-06 17:34:17 UTC) #40
xam
On 2016/05/06 17:34:17, Martin Barbella wrote: > On 2016/05/06 00:20:17, Ken Russell wrote: > > ...
4 years, 7 months ago (2016-05-06 18:00:03 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1920403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1920403002/60001
4 years, 7 months ago (2016-05-06 20:28:32 UTC) #43
Nico
third_party owners lgtm
4 years, 7 months ago (2016-05-06 20:30:38 UTC) #44
commit-bot: I haz the power
Committed patchset #7 (id:60001)
4 years, 7 months ago (2016-05-06 21:28:33 UTC) #46
commit-bot: I haz the power
4 years, 7 months ago (2016-05-06 21:31:09 UTC) #48
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3bb6d28634c0eb384281e06ca359715ba5445f91
Cr-Commit-Position: refs/heads/master@{#392160}

Powered by Google App Engine
This is Rietveld 408576698