Commit 2963286f authored by John Chen's avatar John Chen Committed by Commit Bot

Roll Catapult from 4f6c1bb4191b to a01dd2af4292 (1 revision)

https://chromium.googlesource.com/catapult.git/+log/4f6c1bb4191b..a01dd2af4292

2020-10-27 bsheedy@chromium.org [typ] Add ResultSink support

Manually rolling Catapult as automatic roll failed. The changes in
Catapult repo require updates in chromium repo.

Bug: chromium:1104252
Change-Id: Ifca77cd77b141e4561091c95acceeeb15530f761
TBR: bsheedy@chromium.org, agrieve@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503190Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821337}
parent f12b17f6
...@@ -269,7 +269,7 @@ vars = { ...@@ -269,7 +269,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '4f6c1bb4191b02b2c00a9d3e8ad7224c219253bc', 'catapult_revision': 'a01dd2af42929a7014f144e079d9617b3ef21771',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling libFuzzer # the commit queue can handle CLs rolling libFuzzer
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
//third_party/catapult/third_party/typ/typ/pool.py //third_party/catapult/third_party/typ/typ/pool.py
//third_party/catapult/third_party/typ/typ/printer.py //third_party/catapult/third_party/typ/typ/printer.py
//third_party/catapult/third_party/typ/typ/python_2_3_compat.py //third_party/catapult/third_party/typ/typ/python_2_3_compat.py
//third_party/catapult/third_party/typ/typ/result_sink.py
//third_party/catapult/third_party/typ/typ/runner.py //third_party/catapult/third_party/typ/typ/runner.py
//third_party/catapult/third_party/typ/typ/stats.py //third_party/catapult/third_party/typ/typ/stats.py
//third_party/catapult/third_party/typ/typ/test_case.py //third_party/catapult/third_party/typ/typ/test_case.py
......
...@@ -140,6 +140,7 @@ ...@@ -140,6 +140,7 @@
//third_party/catapult/third_party/typ/typ/pool.py //third_party/catapult/third_party/typ/typ/pool.py
//third_party/catapult/third_party/typ/typ/printer.py //third_party/catapult/third_party/typ/typ/printer.py
//third_party/catapult/third_party/typ/typ/python_2_3_compat.py //third_party/catapult/third_party/typ/typ/python_2_3_compat.py
//third_party/catapult/third_party/typ/typ/result_sink.py
//third_party/catapult/third_party/typ/typ/runner.py //third_party/catapult/third_party/typ/typ/runner.py
//third_party/catapult/third_party/typ/typ/stats.py //third_party/catapult/third_party/typ/typ/stats.py
//third_party/catapult/third_party/typ/typ/test_case.py //third_party/catapult/third_party/typ/typ/test_case.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment