From d58e780504bdba6c5897c48428fd984c5b5f96fe Mon Sep 17 00:00:00 2001 From: Chris Dickinson Date: Tue, 5 May 2015 13:48:55 -0700 Subject: 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 --- deps/v8/testing/commit_queue/OWNERS | 1 + deps/v8/testing/commit_queue/config.json | 74 ++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 deps/v8/testing/commit_queue/OWNERS create mode 100644 deps/v8/testing/commit_queue/config.json (limited to 'deps/v8/testing') 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": {} + } + } +} -- cgit v1.2.3