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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)

Created:
4 years, 3 months ago by Paweł Hajdan Jr.
Modified:
4 years, 2 months ago
CC:
alexmos, bsheedy, chromium-reviews, clamy, dcampb, dnj, Dirk Pranke, dtu, eugenis, infra-reviews+build_chromium.org, justincohen, Ken Russell (switch to Gerrit), kjellander_chromium, kjellander-cc_chromium.org, krasin1, Michael Achenbach, msw, perezju, Sam Clegg, smut_chromium.org, Nico
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

chromium_tests: automatically set up test generators BUG=none Committed: https://chromium.googlesource.com/chromium/tools/build/+/5aec3d0b7c32994f52910decfb244f91845fd858

Patch Set 1 #

Total comments: 32

Patch Set 2 : TODO #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+804 lines, -837 lines) Patch
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/bot_config_and_test_db.py View 1 2 chunks +11 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium.py View 5 chunks +0 lines, -25 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_android.py View 13 chunks +0 lines, -92 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_chromiumos.py View 1 2 3 chunks +0 lines, -15 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py View 1 2 56 chunks +0 lines, -225 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_gpu.py View 8 chunks +0 lines, -40 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py View 42 chunks +0 lines, -210 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_linux.py View 7 chunks +0 lines, -38 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_mac.py View 4 chunks +0 lines, -20 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_memory.py View 4 chunks +0 lines, -20 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_memory_full.py View 3 chunks +0 lines, -15 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf.py View 1 chunk +0 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md View 1 chunk +0 lines, -13 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_webkit.py View 17 chunks +0 lines, -68 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py View 1 chunk +0 lines, -6 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_win.py View 5 chunks +0 lines, -25 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py View 2 chunks +0 lines, -10 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_Blimp_Android_Client.json View 1 2 4 chunks +144 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_Blimp_Linux_Engine.json View 1 2 4 chunks +117 lines, -3 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json View 4 chunks +115 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_SyzyAsan__rel_.json View 4 chunks +131 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json View 4 chunks +53 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_10_Low_End_Perf_Tests.json View 1 chunk +179 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Builder_FYI.json View 1 2 4 chunks +53 lines, -1 line 0 comments Download

Messages

Total messages: 30 (16 generated)
Paweł Hajdan Jr.
4 years, 3 months ago (2016-09-22 21:54:46 UTC) #2
ghost stip (do not use)
lgtm, this is awesome! I've tagged as many owners as I could ascertain. I don't ...
4 years, 3 months ago (2016-09-22 23:25:50 UTC) #5
dtu
cool.
4 years, 3 months ago (2016-09-22 23:41:23 UTC) #7
Dirk Pranke
lgtm, nice change.
4 years, 3 months ago (2016-09-22 23:50:44 UTC) #9
jbudorick
On 2016/09/22 23:41:23, dtu wrote: > cool. +1 Thanks for the heads up!
4 years, 3 months ago (2016-09-22 23:55:10 UTC) #10
Ken Russell (switch to Gerrit)
Good simplification! Non-owner LGTM.
4 years, 3 months ago (2016-09-23 00:33:40 UTC) #12
Paweł Hajdan Jr.
https://codereview.chromium.org/2357343004/diff/1/scripts/slave/recipe_modules/chromium_tests/api.py File scripts/slave/recipe_modules/chromium_tests/api.py (right): https://codereview.chromium.org/2357343004/diff/1/scripts/slave/recipe_modules/chromium_tests/api.py#newcode237 scripts/slave/recipe_modules/chromium_tests/api.py:237: tuple(tests)) On 2016/09/22 at 23:25:48, stip wrote: > did ...
4 years, 3 months ago (2016-09-23 01:14:54 UTC) #13
perezju
thanks for the heads up!
4 years, 3 months ago (2016-09-23 08:53:03 UTC) #15
Michael Achenbach
v8 lgtm
4 years, 3 months ago (2016-09-23 13:54:31 UTC) #17
clamy
Thanks for the head up! It looks like a nice simplification.
4 years, 3 months ago (2016-09-23 13:57:42 UTC) #19
ghost stip (do not use)
phajdan: when are you planning on landing this?
4 years, 3 months ago (2016-09-23 20:01:48 UTC) #20
Paweł Hajdan Jr.
On 2016/09/23 at 20:01:48, stip wrote: > phajdan: when are you planning on landing this? ...
4 years, 2 months ago (2016-09-26 21:14:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2357343004/60001
4 years, 2 months ago (2016-09-28 21:19:57 UTC) #28
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 21:23:58 UTC) #30
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/tools/build/+/5aec3d0b7c32994f5291...

Powered by Google App Engine
This is Rietveld 408576698