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

Unified Diff: WATCHLISTS

Issue 1589633007: [WATCHLISTS] CC v8-$arch-ports automatically on platform-specific CLs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698