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

Issue 2119303003: Create the harness and shell of update_test_expectations (Closed)

Created:
4 years, 5 months ago by bokan
Modified:
4 years, 5 months ago
Reviewers:
Dirk Pranke, qyearsley
CC:
blink-reviews, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@updateTestExpectations1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create the harness and shell of update_test_expectations This patch creates the main classes and stubs out the main methods. The meat of the process is left for the next patch. update_test_expectations is a script that looks at the TestExpectations file and checks each line against results from the build waterfall to determine if a line is still flaky. Non-flaky entries in TestExpectations are then removed. BUG=595414 Committed: https://crrev.com/d70d9e2e8f1c9efb80d1dd1146816d5f265f367a Cr-Commit-Position: refs/heads/master@{#404402}

Patch Set 1 #

Patch Set 2 : Create the harness and shell of update_test_expectations #

Total comments: 28

Patch Set 3 : Addressed Quinten's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+447 lines, -1 line) Patch
A third_party/WebKit/Tools/Scripts/update-test-expectations View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations.py View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py View 1 2 1 chunk +336 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (8 generated)
bokan
4 years, 5 months ago (2016-07-05 12:53:48 UTC) #4
Dirk Pranke
https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/update-test-expectations File third_party/WebKit/Tools/Scripts/update-test-expectations (right): https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/update-test-expectations#newcode14 third_party/WebKit/Tools/Scripts/update-test-expectations:14: update_test_expectations.main(_host, BotTestExpectationsFactory(_host.builders), sys.argv[1:]) Lines 13-14 should be wrapped in ...
4 years, 5 months ago (2016-07-06 21:51:44 UTC) #5
qyearsley
In this CL currently, is the unit test is testing functionality which is not yet ...
4 years, 5 months ago (2016-07-06 23:18:05 UTC) #6
bokan
https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/update-test-expectations File third_party/WebKit/Tools/Scripts/update-test-expectations (right): https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/update-test-expectations#newcode14 third_party/WebKit/Tools/Scripts/update-test-expectations:14: update_test_expectations.main(_host, BotTestExpectationsFactory(_host.builders), sys.argv[1:]) On 2016/07/06 21:51:44, Dirk Pranke wrote: ...
4 years, 5 months ago (2016-07-07 22:08:32 UTC) #7
bokan
On 2016/07/06 23:18:05, qyearsley wrote: > In this CL currently, is the unit test is ...
4 years, 5 months ago (2016-07-07 22:52:20 UTC) #8
qyearsley
LGTM I like the unit tests, especially the fact that the unit test methods have ...
4 years, 5 months ago (2016-07-08 00:06:22 UTC) #9
bokan
https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py File third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py (right): https://codereview.chromium.org/2119303003/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py#newcode8 third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py:8: from collections import OrderedDict On 2016/07/08 00:06:21, qyearsley wrote: ...
4 years, 5 months ago (2016-07-08 14:29:49 UTC) #10
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/2119303003/40001
4 years, 5 months ago (2016-07-08 14:30:23 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-08 16:04:06 UTC) #16
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 16:05:52 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d70d9e2e8f1c9efb80d1dd1146816d5f265f367a
Cr-Commit-Position: refs/heads/master@{#404402}

Powered by Google App Engine
This is Rietveld 408576698