1 # Copyright 2013 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are
6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided
11 # with the distribution.
12 # * Neither the name of Google Inc. nor the names of its
13 # contributors may be used to endorse or promote products derived
14 # from this software without specific prior written permission.
16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # Refer: http://dev.chromium.org/developers/contributing-code/watchlists
31 # IMPORTANT: The regular expression filepath is tested against each path using
32 # re.search, so it is not usually necessary to add .*.
35 'WATCHLIST_DEFINITIONS': {
37 'filepath': 'include/',
40 'filepath': 'src/snapshot/',
43 'filepath': 'src/debug/' \
48 '|include/js_protocol.pdl' \
49 '|include/v8-inspector*\.h',
52 'filepath': 'src/interpreter/' \
53 '|src/compiler/bytecode' \
54 '|test/cctest/interpreter/' \
55 '|test/unittests/interpreter/',
58 'filepath': 'src/baseline/',
60 'feature_shipping_status': {
61 'filepath': 'src/flags/flag-definitions.h',
64 'filepath': 'src/heap/',
70 'filepath': 'src/codegen/code-stub-assembler\.(cc|h)$' \
71 '|src/builtins/.*-gen.(cc|h)$',
77 'filepath': 'src/wasm/' \
81 'filepath': 'src/value-serializer',
84 'filepath': 'src/ast/' \
88 'filepath': '.*\.tq$',
91 'filepath': 'src/tracing/',
94 'filepath': 'src/base/ieee754\.(cc|h)' \
95 '|src/base/overflowing-math.h' \
99 'filepath': 'src/.*regexp',
102 'filepath': 'BUILD.gn' \
111 'jgruber+watch@chromium.org',
114 'jgruber+watch@chromium.org',
117 'jgruber+watch@chromium.org',
120 'devtools-reviews+v8@chromium.org',
123 'rmcilroy@chromium.org',
126 'leszeks+watch@chromium.org',
127 'verwaest+watch@chromium.org',
129 'feature_shipping_status': [
130 'hablich@chromium.org',
133 'hpayer@chromium.org',
136 'v8-mips-ports@googlegroups.com',
137 'v8-ppc-ports@googlegroups.com',
140 # Only enabled on branches created with tools/release/create_release.py
141 'v8-merges@googlegroups.com',
144 'wasm-v8@google.com',
146 'value_serializer': [
147 'jbroman+watch@chromium.org',
150 'marja+watch@chromium.org',
153 'alph+watch@chromium.org',
154 'lpy+v8tracing@chromium.org',
155 'fmeawad@chromium.org',
156 'cbruni+watch@chromium.org',
159 'rtoy+watch@chromium.org',
160 'hongchan+watch@chromium.org',
163 'jgruber+watch@chromium.org',
164 'pthier+watch@chromium.org',
167 'victorgomes+watch@chromium.org',
170 'cbruni+watch@chromium.org',