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

Issue 1856253002: Change PRESUBMIT.py to make sure the right FlakyTest being used (Closed)

Created:
4 years, 8 months ago by Yoland Yan(Google)
Modified:
4 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change PRESUBMIT.py to make sure the right FlakyTest being used BUG=602361 Committed: https://crrev.com/daabc6db764177bd31d9ade06be383a4aa3e6617 Cr-Commit-Position: refs/heads/master@{#387960}

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -2 lines) Patch
M PRESUBMIT.py View 1 2 3 4 4 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
Yoland Yan(Google)
4 years, 8 months ago (2016-04-05 02:22:59 UTC) #2
Yoland Yan(Google)
4 years, 8 months ago (2016-04-05 02:23:21 UTC) #4
Yoland Yan(Google)
4 years, 8 months ago (2016-04-11 18:41:19 UTC) #7
mikecase (-- gone --)
non-owner lgtm
4 years, 8 months ago (2016-04-11 18:55:06 UTC) #8
rnephew (Reviews Here)
https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py#newcode484 PRESUBMIT.py:484: return [ output_api.PresubmitError( nit: [output_api... https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py#newcode485 PRESUBMIT.py:485: 'Use org.chromium.base.test.util.FlakyTest ...
4 years, 8 months ago (2016-04-11 18:56:31 UTC) #10
rnephew (Reviews Here)
https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py#newcode479 PRESUBMIT.py:479: if (f.LocalPath().endswith('Test.java')): nit: if (f.LocalPath().endswith('Test.java')): into: if f.LocalPath().endswith('Test.java'): https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py#newcode481 ...
4 years, 8 months ago (2016-04-11 18:58:27 UTC) #11
Yoland Yan(Google)
Shame on me https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1856253002/diff/1/PRESUBMIT.py#newcode479 PRESUBMIT.py:479: if (f.LocalPath().endswith('Test.java')): On 2016/04/11 18:58:26, rnephew1 ...
4 years, 8 months ago (2016-04-11 19:03:45 UTC) #12
Paweł Hajdan Jr.
LGTM w/comment https://codereview.chromium.org/1856253002/diff/60001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1856253002/diff/60001/PRESUBMIT.py#newcode488 PRESUBMIT.py:488: if pattern.search(input_api.ReadFile(f)): nit: Indent this just +2, ...
4 years, 8 months ago (2016-04-12 20:43:31 UTC) #13
Yoland Yan(Google)
https://codereview.chromium.org/1856253002/diff/60001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/1856253002/diff/60001/PRESUBMIT.py#newcode488 PRESUBMIT.py:488: if pattern.search(input_api.ReadFile(f)): On 2016/04/12 20:43:31, Paweł Hajdan Jr. wrote: ...
4 years, 8 months ago (2016-04-13 01:38:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1856253002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1856253002/80001
4 years, 8 months ago (2016-04-18 17:40:16 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-18 18:29:48 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 18:31:53 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/daabc6db764177bd31d9ade06be383a4aa3e6617
Cr-Commit-Position: refs/heads/master@{#387960}

Powered by Google App Engine
This is Rietveld 408576698