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

Issue 1135363003: Rewrite blink_gc_plugin test script in Python. (Closed)

Created:
5 years, 7 months ago by dcheng
Modified:
5 years, 7 months ago
Reviewers:
Nico
CC:
chromium-reviews, hans, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite blink_gc_plugin test script in Python. .sh tests don't work on Windows. BUG=486571 R=thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/a0de0476cbb5f9f8317cc3d43b05300994dd1ae3

Patch Set 1 #

Patch Set 2 : Fix comment typo #

Total comments: 12

Patch Set 3 : Address comments #

Total comments: 2

Patch Set 4 : Address nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -87 lines) Patch
M tools/clang/blink_gc_plugin/CMakeLists.txt View 1 chunk +2 lines, -1 line 0 comments Download
M tools/clang/blink_gc_plugin/tests/.gitignore View 1 chunk +0 lines, -1 line 0 comments Download
A tools/clang/blink_gc_plugin/tests/test.py View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
D tools/clang/blink_gc_plugin/tests/test.sh View 1 chunk +0 lines, -85 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
dcheng
I haven't actually enabled this on Windows yet, because I haven't tested it there.
5 years, 7 months ago (2015-05-13 07:43:00 UTC) #2
Nico
what's with all the extra newlines in the test files? can you make it so ...
5 years, 7 months ago (2015-05-13 17:32:46 UTC) #3
Nico
Thanks! I'd suggest that you generally try to keep the behavior the same as it ...
5 years, 7 months ago (2015-05-13 17:43:59 UTC) #4
dcheng
https://codereview.chromium.org/1135363003/diff/20001/tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt File tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt (right): https://codereview.chromium.org/1135363003/diff/20001/tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt#newcode8 tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt:8: On 2015/05/13 at 17:32:46, Nico wrote: > ? I ...
5 years, 7 months ago (2015-05-13 20:59:34 UTC) #5
Nico
lgtm, thanks! https://codereview.chromium.org/1135363003/diff/40001/tools/clang/blink_gc_plugin/tests/test.py File tools/clang/blink_gc_plugin/tests/test.py (right): https://codereview.chromium.org/1135363003/diff/40001/tools/clang/blink_gc_plugin/tests/test.py#newcode112 tools/clang/blink_gc_plugin/tests/test.py:112: plugin_path = sys.argv[2] if len(sys.argv) > 2 ...
5 years, 7 months ago (2015-05-13 21:53:11 UTC) #6
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/a0de0476cbb5f9f8317cc3d43b05300994dd1ae3 Cr-Commit-Position: refs/heads/master@{#329758}
5 years, 7 months ago (2015-05-14 00:16:10 UTC) #7
dcheng
Committed patchset #4 (id:60001) manually as a0de0476cbb5f9f8317cc3d43b05300994dd1ae3 (presubmit successful).
5 years, 7 months ago (2015-05-14 00:16:24 UTC) #8
dcheng
5 years, 7 months ago (2015-05-14 05:25:37 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1135363003/diff/40001/tools/clang/blink_gc_pl...
File tools/clang/blink_gc_plugin/tests/test.py (right):

https://codereview.chromium.org/1135363003/diff/40001/tools/clang/blink_gc_pl...
tools/clang/blink_gc_plugin/tests/test.py:112: plugin_path = sys.argv[2] if
len(sys.argv) > 2 else None
On 2015/05/13 21:53:11, Nico wrote:
> optional nit: The old script logged the path to compiler and plugin; I thought
> that was kind of useful.

Done.

Powered by Google App Engine
This is Rietveld 408576698