summaryrefslogtreecommitdiff
path: root/deps/v8/WATCHLISTS
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2016-04-07 14:06:55 -0700
committerAli Ijaz Sheikh <ofrobots@google.com>2016-04-14 10:03:39 -0700
commit52af5c4eebf4de8638aef0338bd826656312a02a (patch)
tree628dc9fb0b558c3a73a2160706fef368876fe548 /deps/v8/WATCHLISTS
parent6e3e8acc7cc7ebd3d67db5ade1247b8b558efe09 (diff)
downloadandroid-node-v8-52af5c4eebf4de8638aef0338bd826656312a02a.tar.gz
android-node-v8-52af5c4eebf4de8638aef0338bd826656312a02a.tar.bz2
android-node-v8-52af5c4eebf4de8638aef0338bd826656312a02a.zip
deps: upgrade V8 to 5.0.71.32
* Pick up the branch head for V8 5.0 stable [1] * Edit v8 gitignore to allow trace_event copy * Update V8 DEP trace_event as per deps/v8/DEPS [2] [1] https://chromium.googlesource.com/v8/v8.git/+/3c67831 [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/4b09207e447ae5bd34643b4c6321bee7b76d35f9 Ref: https://github.com/nodejs/node/pull/5945 PR-URL: https://github.com/nodejs/node/pull/6111 Reviewed-By: targos - Michaƫl Zasso <mic.besace@gmail.com> Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Diffstat (limited to 'deps/v8/WATCHLISTS')
-rw-r--r--deps/v8/WATCHLISTS24
1 files changed, 16 insertions, 8 deletions
diff --git a/deps/v8/WATCHLISTS b/deps/v8/WATCHLISTS
index 81e941f28a..29b957b091 100644
--- a/deps/v8/WATCHLISTS
+++ b/deps/v8/WATCHLISTS
@@ -43,9 +43,11 @@
'filepath': 'src/debug/',
},
'interpreter': {
- 'filepath': 'src/interpreter/',
- 'filepath': 'test/cctest/interpreter/',
- 'filepath': 'test/unittests/interpreter/',
+ 'filepath': 'src/interpreter/' \
+ '|src/compiler/interpreter' \
+ '|src/compiler/bytecode' \
+ '|test/cctest/interpreter/' \
+ '|test/unittests/interpreter/',
},
'feature_shipping_status': {
'filepath': 'src/flag-definitions.h',
@@ -53,9 +55,12 @@
'gc_changes': {
'filepath': 'src/heap/',
},
- 'merges': {
- 'filepath': '.',
+ 'arm': {
+ 'filepath': '/arm/',
},
+ 'ia32': {
+ 'filepath': '/ia32/',
+ }
},
'WATCHLISTS': {
@@ -79,9 +84,12 @@
'hpayer@chromium.org',
'ulan@chromium.org',
],
- 'merges': [
- # Only enabled on branches created with tools/release/create_release.py
- 'v8-merges@googlegroups.com',
+ 'arm': [
+ 'v8-mips-ports@googlegroups.com',
+ 'v8-ppc-ports@googlegroups.com',
+ ],
+ 'ia32': [
+ 'v8-x87-ports@googlegroups.com',
],
},
}