0

Roll src/third_party/crossbench/ 06981428c..739d5915a (58 commits)

- Add required OrderedSet wheel to .vpython3

https://chromium.googlesource.com/crossbench.git/+log/06981428c28d..739d5915ad77

$ git log 06981428c..739d5915a --date=short --no-merges --format='%ad %ae %s'
2023-11-07 cbruni Add inline driver path test
2023-11-07 cbruni Support video recording on android
2023-11-07 cbruni Cleanup cli.py imports
2023-11-07 johnchen Ignore null data returned from benchmarks
2023-11-06 cbruni Improve Network Config
2023-11-06 cbruni Better --js-flags parsing
2023-11-03 cbruni Use browser config label name
2023-11-03 cbruni Add network stub implementation
2023-11-03 cbruni Use separate files for cli configs
2023-11-03 cbruni [probes] Add basic wpr.go recording for http
2023-11-02 cbruni Better BrowserSession checks
2023-11-02 cbruni Preparation: Action.show_url to support custom targets
2023-10-31 cbruni Use third_party OrderedSet implementation
2023-10-31 cbruni Basic browser session support
2023-10-26 cbruni [probe] Debugger: Disable spare renderer process by default
2023-10-26 cbruni Auto expand user data dir for chrome
2023-10-26 cbruni [flags] Add explicit --enable-blink-features support
2023-10-26 cbruni Create and link session dir
2023-10-25 cbruni Basic iOS support
2023-10-24 cbruni Better driver type parsing
2023-10-24 victorgomes Allow to run debugger probe without args options
2023-10-18 cbruni Fix process_info on posix
2023-10-16 pmonette [Mac] Add basic support for DTrace
2023-10-04 cbruni Refactor Probe validation
2023-10-04 cbruni Move EnumWithHelp and friends to compat
2023-10-02 cbruni Explicitly convert enums to str for pytype
2023-10-02 cbruni [speedometer 3] Add more custom flags
2023-10-02 cbruni Enable/disable field trials directly via flags
2023-10-02 cbruni Add TsProxyServer class
2023-10-02 cbruni RemotePosixEnviron: handle env vars without a value
2023-10-02 cbruni pytest: use --dist=loadgroup everywhere
2023-09-28 cbruni Fix loading action timeout issue
2023-09-25 aattar Add capability to open new tab to GetAction.
2023-09-25 khokhlov Introduce Perfetto probe
2023-09-22 cbruni Force focus Safari windows on startup using AppleScript
2023-09-21 cbruni Very important command line emojies for stale results
2023-09-21 cbruni Fixing README.md
2023-09-21 cbruni Improve manual benchmark
2023-09-20 cbruni Preparation for upcoming context / decorator refactoring
2023-09-20 cbruni Add generic Modifier and ModifierScopes
2023-09-19 khokhlov [Manual benchmark] Skip waiting by pressing enter
2023-09-14 cbruni Update binary-cache location for better discoverability
2023-09-13 cbruni Convert more end2end tests to free-floating pytests
2023-09-13 cbruni Use atexit to limit zombie processes
2023-09-13 cbruni Refactor V8CheckoutFinder
2023-09-12 cbruni Better error message for missing local chromedriver
2023-09-12 khokhlov Introduce a manual benchmark
2023-09-11 cbruni Prepare for cache-temperature support
2023-09-06 fdoray Fix syntax error in MacOSPlatform.foreground_process().
2023-09-05 fdoray Add powermetrics probe.
2023-09-05 fdoray Workaround "lsappinfo info" issue on macOS 14.0 beta.
2023-08-30 cbruni [probes] Add generic PollingProbe
2023-08-30 cbruni Improve url verification
2023-08-29 maxqli Fixes to power benchmark stories: * Log message if a page load fails during browsing * Update Zoom meeting story to support Zoom page change
2023-08-29 cbruni [probes] Improve tracing presets
2023-08-28 cbruni Multiple fixes
2023-08-28 maxqli Add Google meet and Netflix video stories to power benchmark.
2023-08-23 cbruni Fix tests on linux

Created with:
  roll-dep src/third_party/crossbench

Change-Id: I645054e05625af0f878687f36553f1a5a3d1dc60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5009937
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1221429}
This commit is contained in:
Camillo Bruni
2023-11-08 09:23:20 +00:00
committed by Chromium LUCI CQ
parent 96bd52ab37
commit 0a1d6999cd
3 changed files with 7 additions and 2 deletions

@ -571,6 +571,11 @@ wheel: <
version: "version:2.0.6"
>
wheel: <
name: "infra/python/wheels/ordered-set-py3"
version: "version:4.1.0"
>
# Used by:
# chrome/test/mini_installer/test_chrome_with_chromedriver.py
# testing/script/run_variations_smoke_tests.py

2
DEPS

@ -388,7 +388,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling CrossBench
# and whatever else without interference from each other.
'crossbench_revision': '06981428c28d66678ebec13ca1fac3785cf51bb1',
'crossbench_revision': '739d5915ad778f3bf3238521fdb677fa5d8186eb',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other.