Chromium Code Reviews| Index: WATCHLISTS |
| diff --git a/WATCHLISTS b/WATCHLISTS |
| index 845de7e3d74f15ffd2b0e64ab1946dc2468758ef..496a0356db3e0bb81adfeacdd14495777105b7af 100644 |
| --- a/WATCHLISTS |
| +++ b/WATCHLISTS |
| @@ -43,9 +43,9 @@ |
| 'filepath': 'src/debug/', |
| }, |
| 'interpreter': { |
| - 'filepath': 'src/interpreter/', |
| - 'filepath': 'test/cctest/interpreter/', |
| - 'filepath': 'test/unittests/interpreter/', |
| + 'filepath': 'src/interpreter/' \ |
| + '|test/cctest/interpreter/' \ |
| + '|test/unittests/interpreter/', |
| }, |
| 'feature_shipping_status': { |
| 'filepath': 'src/flag-definitions.h', |
| @@ -53,6 +53,12 @@ |
| 'gc_changes': { |
| 'filepath': 'src/heap/', |
| }, |
| + 'arm': { |
| + 'filepath': '/arm/', |
|
Michael Hablich
2016/01/15 14:15:42
shouldn't it be 'src/arm'?
Jakob Kummerow
2016/01/15 14:54:33
Nope, it should match any ".../foo/arm/bar/..." pa
|
| + }, |
| + 'ia32': { |
| + 'filepath': '/ia32/', |
|
Michael Hablich
2016/01/15 14:15:42
same as above
|
| + } |
| }, |
| 'WATCHLISTS': { |
| @@ -76,5 +82,12 @@ |
| 'hpayer@chromium.org', |
| 'ulan@chromium.org', |
| ], |
| + 'arm': [ |
| + 'v8-mips-ports@googlegroups.com', |
| + 'v8-ppc-ports@googlegroups.com', |
| + ], |
| + 'ia32': [ |
| + 'v8-x87-ports@googlegroups.com', |
| + ], |
| }, |
| } |