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

Issue 1262623007: Reland of Create classes_util API, change discover to return a list instead of a dict. (Closed)

Created:
5 years, 4 months ago by aiolos (Not reviewing)
Modified:
5 years, 4 months ago
Reviewers:
bengr, dtu, Avi (use Gerrit)
CC:
chromium-reviews, darin-cc_chromium.org, jam, telemetry-reviews_chromium.org, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Create classes_util API, change discover to return a list instead of a dict. (patchset #1 id:1 of https://codereview.chromium.org/1263063003/) Reason for revert: The telemetry tests aren't broken. The perf_unittests are because they don't pick tests in a deterministic way. Reverting after a change to make them deterministic. Original issue's description: > Revert of Create classes_util API, change discover to return a list instead of a dict. (patchset #5 id:120001 of https://codereview.chromium.org/1244223002/) > > Reason for revert: > This appears to break the XP telemetry tests. Details on the bug. > > Original issue's description: > > Create classes_util API, change discover to return a list instead of a dict. > > > > BUG=498968 > > CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect > > > > Committed: https://crrev.com/e6cbec4747aa7fe3c96b1cdb89de21ae77b30ab0 > > Cr-Commit-Position: refs/heads/master@{#341129} > > TBR=dtu@chromium.org,bengr@chromium.org,aiolos@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=498968 > > Committed: https://crrev.com/c85e3e1af7e170d5f8ec2b012df6e9337d2352bb > Cr-Commit-Position: refs/heads/master@{#341218} TBR=dtu@chromium.org,bengr@chromium.org,avi@chromium.org BUG=498968 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/7e6fefcf3b839256c97e2e7bc0bfc3c53af75c8d Cr-Commit-Position: refs/heads/master@{#341646}

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -164 lines) Patch
M content/test/gpu/gpu_tests/gpu_test_base_unittest.py View 1 3 chunks +5 lines, -9 lines 0 comments Download
M content/test/gpu/page_sets/__init__.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/chrome_proxy/live_tests/pagesets/__init__.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M tools/perf/benchmarks/benchmark_smoke_unittest.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/benchmarks/benchmark_unittest.py View 1 2 chunks +3 lines, -4 lines 0 comments Download
M tools/perf/benchmarks/skpicture_printer.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/measurements/measurement_smoke_test.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
M tools/perf/page_sets/__init__.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/profile_creators/profile_generator.py View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/benchmark_runner.py View 1 2 chunks +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/discover.py View 1 5 chunks +15 lines, -29 lines 0 comments Download
M tools/telemetry/telemetry/core/discover_unittest.py View 1 1 chunk +57 lines, -65 lines 0 comments Download
M tools/telemetry/telemetry/core/platform.py View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/profiler_finder.py View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/tracing_controller_backend.py View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/util/find_dependencies.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/record_wpr.py View 1 2 chunks +3 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/testing/story_set_smoke_test.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
A tools/telemetry/telemetry/util/classes_util.py View 1 1 chunk +27 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/value/__init__.py View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
aiolos (Not reviewing)
Created Reland of Create classes_util API, change discover to return a list instead of a ...
5 years, 4 months ago (2015-07-30 23:34:15 UTC) #1
Avi (use Gerrit)
On 2015/07/30 23:34:15, aiolos (slow review) wrote: > Created Reland of Create classes_util API, change ...
5 years, 4 months ago (2015-07-30 23:37:23 UTC) #2
aiolos (Not reviewing)
On 2015/07/30 23:37:23, Avi wrote: > On 2015/07/30 23:34:15, aiolos (slow review) wrote: > > ...
5 years, 4 months ago (2015-07-31 00:04:50 UTC) #3
Avi (use Gerrit)
On 2015/07/31 00:04:50, aiolos (slow review) wrote: > On 2015/07/30 23:37:23, Avi wrote: > > ...
5 years, 4 months ago (2015-07-31 00:06:31 UTC) #4
Avi (use Gerrit)
On 2015/07/31 00:06:31, Avi wrote: > On 2015/07/31 00:04:50, aiolos (slow review) wrote: > > ...
5 years, 4 months ago (2015-07-31 00:13:45 UTC) #5
aiolos (Not reviewing)
On 2015/07/31 00:13:45, Avi wrote: > On 2015/07/31 00:06:31, Avi wrote: > > On 2015/07/31 ...
5 years, 4 months ago (2015-07-31 00:36:09 UTC) #6
Avi (use Gerrit)
On 2015/07/31 00:36:09, aiolos (slow review) wrote: > On 2015/07/31 00:13:45, Avi wrote: > > ...
5 years, 4 months ago (2015-07-31 00:39:33 UTC) #7
aiolos (Not reviewing)
On 2015/07/31 00:39:33, Avi wrote: > On 2015/07/31 00:36:09, aiolos (slow review) wrote: > > ...
5 years, 4 months ago (2015-07-31 00:47:10 UTC) #8
bengr
chrome_proxy lgtm
5 years, 4 months ago (2015-07-31 18:46:49 UTC) #9
aiolos (Not reviewing)
https://codereview.chromium.org/1267123004/ has landed, and hopefully fixed the XP support_binaries issue. Attempting to re-land this cl ...
5 years, 4 months ago (2015-08-03 20:34:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262623007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262623007/1
5 years, 4 months ago (2015-08-03 20:34:51 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262623007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262623007/1
5 years, 4 months ago (2015-08-03 20:35:41 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 4 months ago (2015-08-03 20:36:26 UTC) #16
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/2c1531af216c026be0b4aed672dc89d264f95a72 Cr-Commit-Position: refs/heads/master@{#341603}
5 years, 4 months ago (2015-08-03 20:37:03 UTC) #17
aiolos (Not reviewing)
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1272433002/ by aiolos@chromium.org. ...
5 years, 4 months ago (2015-08-03 21:39:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1262623007/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1262623007/280001
5 years, 4 months ago (2015-08-03 21:55:58 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:280001)
5 years, 4 months ago (2015-08-03 23:50:01 UTC) #22
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7e6fefcf3b839256c97e2e7bc0bfc3c53af75c8d Cr-Commit-Position: refs/heads/master@{#341646}
5 years, 4 months ago (2015-08-03 23:50:51 UTC) #23
jochen (gone - plz use gerrit)
5 years, 4 months ago (2015-08-04 07:03:45 UTC) #24
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:280001) has been created in
https://codereview.chromium.org/1267243002/ by jochen@chromium.org.

The reason for reverting is: fails reliably on XP tests:
https://build.chromium.org/p/chromium.win/builders/XP%20Tests%20(1)/builds/39....

Powered by Google App Engine
This is Rietveld 408576698