summaryrefslogtreecommitdiff
path: root/deps/v8/testing
diff options
context:
space:
mode:
authorChris Dickinson <christopher.s.dickinson@gmail.com>2015-05-05 13:48:55 -0700
committerRod Vagg <rod@vagg.org>2015-08-04 11:56:09 -0700
commitd58e780504bdba6c5897c48428fd984c5b5f96fe (patch)
tree033f1568ae3f9f077aceb843b42eb1ed1739ce0f /deps/v8/testing
parent21d31c08e7d0b6865e52452750b20b05e6dca443 (diff)
downloadandroid-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.tar.gz
android-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.tar.bz2
android-node-v8-d58e780504bdba6c5897c48428fd984c5b5f96fe.zip
deps: update v8 to 4.3.61.21
* @indutny's SealHandleScope patch (484bebc38319fc7c622478037922ad73b2edcbf9) has been cherry picked onto the top of V8 to make it compile. * There's some test breakage in contextify. * This was merged at the request of the TC. PR-URL: https://github.com/iojs/io.js/pull/1632
Diffstat (limited to 'deps/v8/testing')
-rw-r--r--deps/v8/testing/commit_queue/OWNERS1
-rw-r--r--deps/v8/testing/commit_queue/config.json74
2 files changed, 75 insertions, 0 deletions
diff --git a/deps/v8/testing/commit_queue/OWNERS b/deps/v8/testing/commit_queue/OWNERS
new file mode 100644
index 0000000000..1d89078df7
--- /dev/null
+++ b/deps/v8/testing/commit_queue/OWNERS
@@ -0,0 +1 @@
+sergiyb@chromium.org
diff --git a/deps/v8/testing/commit_queue/config.json b/deps/v8/testing/commit_queue/config.json
new file mode 100644
index 0000000000..aeb3803ac0
--- /dev/null
+++ b/deps/v8/testing/commit_queue/config.json
@@ -0,0 +1,74 @@
+{
+ "commit_burst_delay": 60,
+ "commit_user": "commit-bot@chromium.org",
+ "committer_project": "v8",
+ "cq_status_url": "https://chromium-cq-status.appspot.com",
+ "git_repo_url": "https://chromium.googlesource.com/v8/v8",
+ "hide_ref_in_committed_msg": true,
+ "max_commit_burst": 1,
+ "project_bases_legacy_from_git_repo_url": true,
+ "remote_branch": "refs/pending/heads/master",
+ "rietveld_url": "https://codereview.chromium.org",
+ "rietveld_user": "commit-bot@chromium.org",
+ "skip_throttle_users": [
+ "commit-bot@chromium.org"
+ ],
+ "tree_status_url": "https://v8-status.appspot.com",
+ "verifiers_no_patch": {
+ "experimental_try_job_verifier": {},
+ "reviewer_lgtm_verifier": {},
+ "tree_status_verifier": {},
+ "try_job_verifier": {
+ "launched": {
+ "tryserver.v8": {
+ "v8_android_arm_compile_rel": [
+ "defaulttests"
+ ],
+ "v8_linux64_asan_rel": [
+ "defaulttests"
+ ],
+ "v8_linux64_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_arm64_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_arm_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_chromium_gn_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_dbg": [
+ "defaulttests"
+ ],
+ "v8_linux_gcc_compile_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_nodcheck_rel": [
+ "defaulttests"
+ ],
+ "v8_linux_rel": [
+ "defaulttests"
+ ],
+ "v8_mac_rel": [
+ "defaulttests"
+ ],
+ "v8_presubmit": [
+ "defaulttests"
+ ],
+ "v8_win64_rel": [
+ "defaulttests"
+ ],
+ "v8_win_compile_dbg": [
+ "defaulttests"
+ ],
+ "v8_win_rel": [
+ "defaulttests"
+ ]
+ }
+ },
+ "triggered": {}
+ }
+ }
+}