diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 17:59:14 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 17:59:14 +0000 |
commit | acd6c2dcc66f5ddb5f0d73b48b200d3254a6a2d9 (patch) | |
tree | 9af826d7a571d080afb81a1e10aee9184459a1c2 /WATCHLISTS | |
parent | 1058ece391c9b17b287a153d8a03481eb5eb8d3a (diff) | |
download | chromium_src-acd6c2dcc66f5ddb5f0d73b48b200d3254a6a2d9.zip chromium_src-acd6c2dcc66f5ddb5f0d73b48b200d3254a6a2d9.tar.gz chromium_src-acd6c2dcc66f5ddb5f0d73b48b200d3254a6a2d9.tar.bz2 |
Add myself to watchlists in an attempt to catch flakiness-inducing bugs being added to the tree.
Review URL: http://codereview.chromium.org/173530
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24628 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -87,6 +87,12 @@ 'tools': { 'filepath': 'tools/.*', }, + 'tests': { + 'filepath': 'unittest|browsertest|uitest', + }, + 'automation': { + 'filepath': 'chrome/browser/automation/.*|chrome/test/automation/.*', + }, }, 'WATCHLISTS': { @@ -118,5 +124,7 @@ 'idana@chromium.org'], 'layout_tests': ['pam@chromium.org'], 'tools': ['pam@chromium.org'], + 'tests': ['phajdan.jr@chromium.org'], + 'automation': ['phajdan.jr@chromium.org'], }, } |