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

Issue 373223003: Implemented parsing of the ignored failing tests spec and ignoring respective failures. (Closed)

Created:
6 years, 5 months ago by Sergiy Byelozyorov
Modified:
6 years, 5 months ago
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, ilevy-cc_chromium.org, stip+watch_chromium.org
Project:
tools
Visibility:
Public.

Description

Implemented parsing of the ignored failing tests spec and ignoring respective failures. Depends on https://codereview.chromium.org/376653002/ BUG=390600 R=eseidel@chromium.org, stip@chromium.org, hinoka@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=284418

Patch Set 1 #

Patch Set 2 : Improved test coverage #

Total comments: 2

Patch Set 3 : Factored spec line parsing functionality out to reuse in the ignorer_bot #

Patch Set 4 : #

Patch Set 5 : Factored out spec parsing completely. Added support for empty platform specs. #

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Total comments: 6

Patch Set 8 : Fixed a typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -9 lines) Patch
M scripts/common/gtest_utils.py View 1 2 3 4 5 6 7 5 chunks +92 lines, -4 lines 0 comments Download
M scripts/common/unittests/gtest_utils_test.py View 1 2 3 4 5 6 4 chunks +53 lines, -2 lines 0 comments Download
M scripts/slave/runtest.py View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Sergiy Byelozyorov
PTAL
6 years, 5 months ago (2014-07-08 19:38:54 UTC) #1
Sergiy Byelozyorov
Added stip@. PTAL
6 years, 5 months ago (2014-07-08 19:42:11 UTC) #2
Sergiy Byelozyorov
Added sergeyberezin@
6 years, 5 months ago (2014-07-09 13:34:50 UTC) #3
Sergiy Byelozyorov
It appears sergeyberezin@ is not an OWNER. Adding hinoka@ instead.
6 years, 5 months ago (2014-07-09 13:38:58 UTC) #4
eseidel
https://codereview.chromium.org/373223003/diff/20001/scripts/common/unittests/gtest_utils_test.py File scripts/common/unittests/gtest_utils_test.py (right): https://codereview.chromium.org/373223003/diff/20001/scripts/common/unittests/gtest_utils_test.py#newcode752 scripts/common/unittests/gtest_utils_test.py:752: os.remove(spec_filename) It's really unfortunate that this test touches the ...
6 years, 5 months ago (2014-07-09 16:07:02 UTC) #5
Sergiy Byelozyorov
https://codereview.chromium.org/373223003/diff/20001/scripts/common/unittests/gtest_utils_test.py File scripts/common/unittests/gtest_utils_test.py (right): https://codereview.chromium.org/373223003/diff/20001/scripts/common/unittests/gtest_utils_test.py#newcode752 scripts/common/unittests/gtest_utils_test.py:752: os.remove(spec_filename) On 2014/07/09 16:07:02, eseidel wrote: > It's really ...
6 years, 5 months ago (2014-07-09 17:23:42 UTC) #6
ghost stip (do not use)
https://chromiumcodereview.appspot.com/373223003/diff/100001/scripts/common/gtest_utils.py File scripts/common/gtest_utils.py (right): https://chromiumcodereview.appspot.com/373223003/diff/100001/scripts/common/gtest_utils.py#newcode518 scripts/common/gtest_utils.py:518: os.path.abspath(chrome_dir), 'tools', 'ignorer_bot', I'm not sure I understand what ...
6 years, 5 months ago (2014-07-11 18:24:07 UTC) #7
Sergiy Byelozyorov
https://codereview.chromium.org/373223003/diff/100001/scripts/common/gtest_utils.py File scripts/common/gtest_utils.py (right): https://codereview.chromium.org/373223003/diff/100001/scripts/common/gtest_utils.py#newcode518 scripts/common/gtest_utils.py:518: os.path.abspath(chrome_dir), 'tools', 'ignorer_bot', On 2014/07/11 18:24:07, stip wrote: > ...
6 years, 5 months ago (2014-07-16 16:23:25 UTC) #8
Sergiy Byelozyorov
PTAL
6 years, 5 months ago (2014-07-18 10:35:33 UTC) #9
eseidel
Seems fine. I dont' have owner powers on that file.
6 years, 5 months ago (2014-07-18 16:35:16 UTC) #10
ghost stip (do not use)
lgtm with correction of a typo https://chromiumcodereview.appspot.com/373223003/diff/120001/scripts/common/gtest_utils.py File scripts/common/gtest_utils.py (right): https://chromiumcodereview.appspot.com/373223003/diff/120001/scripts/common/gtest_utils.py#newcode498 scripts/common/gtest_utils.py:498: def ParseIngoredFailedTestSpec(dir_in_chrome): ParseIgnored ...
6 years, 5 months ago (2014-07-19 01:09:06 UTC) #11
Sergiy Byelozyorov
https://codereview.chromium.org/373223003/diff/120001/scripts/common/gtest_utils.py File scripts/common/gtest_utils.py (right): https://codereview.chromium.org/373223003/diff/120001/scripts/common/gtest_utils.py#newcode498 scripts/common/gtest_utils.py:498: def ParseIngoredFailedTestSpec(dir_in_chrome): On 2014/07/19 01:09:06, stip wrote: > ParseIgnored ...
6 years, 5 months ago (2014-07-21 12:39:57 UTC) #12
Sergiy Byelozyorov
The CQ bit was checked by sergiyb@chromium.org
6 years, 5 months ago (2014-07-21 12:40:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergiyb@chromium.org/373223003/140001
6 years, 5 months ago (2014-07-21 12:40:58 UTC) #14
commit-bot: I haz the power
6 years, 5 months ago (2014-07-21 12:42:41 UTC) #15
Message was sent while issue was closed.
Change committed as 284418

Powered by Google App Engine
This is Rietveld 408576698