2013-10-10 11:37:48 +00:00
|
|
|
# Copyright 2013 the V8 project authors. All rights reserved.
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
# Watchlist Rules
|
|
|
|
# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
|
|
|
|
|
# IMPORTANT: The regular expression filepath is tested against each path using
|
|
|
|
# re.search, so it is not usually necessary to add .*.
|
|
|
|
|
|
|
|
{
|
|
|
|
'WATCHLIST_DEFINITIONS': {
|
2015-04-07 13:38:22 +00:00
|
|
|
'snapshot': {
|
|
|
|
'filepath': 'src/snapshot/',
|
|
|
|
},
|
|
|
|
'debugger': {
|
2015-07-31 11:07:50 +00:00
|
|
|
'filepath': 'src/debug/',
|
2015-04-07 13:38:22 +00:00
|
|
|
},
|
2015-10-23 15:43:01 +00:00
|
|
|
'interpreter': {
|
2016-01-19 09:17:38 +00:00
|
|
|
'filepath': 'src/interpreter/' \
|
2016-02-02 09:38:37 +00:00
|
|
|
'|src/compiler/bytecode' \
|
2016-01-19 09:17:38 +00:00
|
|
|
'|test/cctest/interpreter/' \
|
|
|
|
'|test/unittests/interpreter/',
|
2015-10-23 15:43:01 +00:00
|
|
|
},
|
2015-10-19 11:34:54 +00:00
|
|
|
'feature_shipping_status': {
|
|
|
|
'filepath': 'src/flag-definitions.h',
|
|
|
|
},
|
2015-12-02 12:49:36 +00:00
|
|
|
'gc_changes': {
|
|
|
|
'filepath': 'src/heap/',
|
|
|
|
},
|
2016-01-19 09:17:38 +00:00
|
|
|
'arm': {
|
|
|
|
'filepath': '/arm/',
|
|
|
|
},
|
|
|
|
'ia32': {
|
|
|
|
'filepath': '/ia32/',
|
2016-02-04 09:02:51 +00:00
|
|
|
},
|
|
|
|
'merges': {
|
|
|
|
'filepath': '.',
|
2016-04-25 12:19:32 +00:00
|
|
|
},
|
2016-05-17 08:12:26 +00:00
|
|
|
'gypfiles': {
|
|
|
|
'filepath': 'gypfiles/',
|
2016-04-25 12:19:32 +00:00
|
|
|
},
|
2016-09-29 15:16:44 +00:00
|
|
|
'inspector': {
|
|
|
|
'filepath': 'inspector',
|
|
|
|
},
|
2017-03-21 02:49:39 +00:00
|
|
|
'wasm': {
|
|
|
|
'filepath': 'src/wasm/' \
|
|
|
|
'|src/compiler/wasm',
|
|
|
|
},
|
2017-03-28 12:51:29 +00:00
|
|
|
'value_serializer': {
|
|
|
|
'filepath': 'src/value-serializer',
|
2017-05-03 11:37:48 +00:00
|
|
|
},
|
|
|
|
'parser': {
|
|
|
|
'filepath': 'src/ast/' \
|
|
|
|
'|src/parsing/',
|
|
|
|
},
|
2017-05-22 19:40:17 +00:00
|
|
|
'tracing': {
|
|
|
|
'filepath': 'src/tracing/',
|
|
|
|
},
|
2013-10-10 11:37:48 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
'WATCHLISTS': {
|
2015-04-07 13:38:22 +00:00
|
|
|
'snapshot': [
|
|
|
|
'yangguo@chromium.org',
|
|
|
|
],
|
|
|
|
'debugger': [
|
|
|
|
'yangguo@chromium.org',
|
|
|
|
],
|
2015-10-23 15:43:01 +00:00
|
|
|
'interpreter': [
|
|
|
|
'rmcilroy@chromium.org',
|
|
|
|
],
|
2015-10-19 11:34:54 +00:00
|
|
|
'feature_shipping_status': [
|
|
|
|
'hablich@chromium.org',
|
|
|
|
],
|
2015-12-02 12:49:36 +00:00
|
|
|
'gc_changes': [
|
|
|
|
'hpayer@chromium.org',
|
|
|
|
],
|
2016-01-19 09:17:38 +00:00
|
|
|
'arm': [
|
|
|
|
'v8-mips-ports@googlegroups.com',
|
|
|
|
'v8-ppc-ports@googlegroups.com',
|
|
|
|
],
|
|
|
|
'ia32': [
|
|
|
|
'v8-x87-ports@googlegroups.com',
|
|
|
|
],
|
2016-02-04 09:02:51 +00:00
|
|
|
'merges': [
|
|
|
|
# Only enabled on branches created with tools/release/create_release.py
|
|
|
|
# 'v8-merges@googlegroups.com',
|
|
|
|
],
|
2016-05-17 08:12:26 +00:00
|
|
|
'gypfiles': [
|
2016-04-25 12:19:32 +00:00
|
|
|
'machenbach@chromium.org',
|
|
|
|
],
|
2016-09-29 15:16:44 +00:00
|
|
|
'inspector': [
|
|
|
|
'devtools-reviews@chromium.org',
|
|
|
|
],
|
2017-03-21 02:49:39 +00:00
|
|
|
'wasm': [
|
|
|
|
'wasm-v8@google.com',
|
|
|
|
],
|
2017-03-28 12:51:29 +00:00
|
|
|
'value_serializer': [
|
|
|
|
'jbroman+watch@chromium.org',
|
|
|
|
],
|
2017-05-03 11:37:48 +00:00
|
|
|
'parser': [
|
|
|
|
'marja+watch@chromium.org',
|
2017-05-22 19:40:17 +00:00
|
|
|
],
|
|
|
|
'tracing': [
|
|
|
|
'lpy+v8tracing@chromium.org',
|
|
|
|
'fmeawad@chromium.org',
|
|
|
|
],
|
2013-10-10 11:37:48 +00:00
|
|
|
},
|
|
|
|
}
|