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

Issue 10795094: NaCl: Update revision in DEPS, r9187 -> r9233 (Closed)

Created:
8 years, 5 months ago by Mark Seaborn
Modified:
8 years, 5 months ago
Reviewers:
bradn
CC:
chromium-reviews, native-client-reviews_googlegroups.com, Austin Benson, bbudge-google, bradn, bsy, Derek Schuff, (google.com) Derek Schuff, eaeltsin, halyavin, jvoung - send to chromium..., khimg, Roland McGrath, Mark Seaborn, nfullagar, pasko-google - do not use, robertm
Visibility:
Public.

Description

NaCl: Update revision in DEPS, r9187 -> r9233 This pulls in the following Native Client changes: r9188: (mseaborn) Remove the unused build/cook_tarball.py script r9189: (mseaborn) Remove obsolete references to Doxygen, which NaCl does not use these days r9191: (dschuff) Update pnacl UPSTREAM_REV to pick up arm peephole codegen fix r9193: (bradnelson) Turning on checkdeps for nacl. r9195: (dschuff) Run SPEC benchmarks twice on ARM to hopefully get more stable numbers r9196: (khim) Use validator to filter out invalid instructions r9197: (eaeltsin) Debug stub: restore registers of suspended threads r9198: (eaeltsin) Debug stub: pass test name into gdb test guest r9199: (eaeltsin) - disable interrupt test on ARM r9200: (bbudge) Add a compile time flag to distinguish between the SRPC and IPC proxies. r9201: (mcgrathr) Leave a gap at the top of the address space above the useful stack contents r9202: (dschuff) Update UPSTREAM_REV and GOLD_REV and add include flag to fix translator build r9203: (bsy) Increase detail level of debugging log statements. r9204: (bradnelson) Adding exclusion of BACKPORTS from checkdeps. r9205: (khim) Accept lzcnt & tzcnt unconditionally r9206: (khim) Add "THIS FILE IS AUTO-GENERATED" header to generated files. r9207: (khim) Split special_instructions machine in validator-x86_64.rl r9208: (khim) Disable lfs, lgs, and lss instructions r9209: (khim) Move common code from validator-x86_*.rl to validator-internal.h r9210: (khim) Remove hyphen from validator_ragel file names. r9211: (halyavin) Add test that checks stack trace functionality with real gdb. r9212: (pasko) validator_ragel: compile with scons, gyp, run a test on bots r9213: (robertm) create a hook for various rcs tools so we can change them for the windows bot. r9214: (dschuff) Add option to run.py to use QEMU's execution tracing feature r9215: (khim) Simplify normal_instruction logic. r9216: (jvoung) Enable structs in callingconv test for pnacl x86-32. r9217: (bbudge) Fix compile time flag for NaCl IPC-based PPAPI Proxy. r9218: (bradnelson) Use HTTPS for downloading code. r9219: (arbenson) Properly handle failure of prereserved memory detection on ARM r9220: (dschuff) Update pnacl DEPS to 9213 r9224: (bradnelson) Switching on checkdeps for c, fixing some issues. r9225: (mseaborn) Fix nacl_bootstrap args in debug_stub and thread_suspension tests r9226: (khim) Add support for IRT's shadow TLS accesible via %gs:4 r9227: (khim) Fix typos introduced in CL9207 r9228: (robertm) Disable svn marker generation for pnacl windows TC bot r9229: (khim) Simplify check_access function. r9230: (dschuff) Check out upstream clang using git instead of SVN r9231: (pasko) validator_ragel: move validator_test.py from Makefile to scons r9232: (nfullagar) Bump chrome rev to r147940 BUG=none TEST=nacl_integration Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148262

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M DEPS View 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mark Seaborn
8 years, 5 months ago (2012-07-24 23:40:21 UTC) #1
bradn
LGTM On Tue, Jul 24, 2012 at 4:40 PM, <mseaborn@chromium.org> wrote: > Reviewers: bradn, > ...
8 years, 5 months ago (2012-07-24 23:41:51 UTC) #2
bradn
8 years, 5 months ago (2012-07-24 23:41:51 UTC) #3
LGTM


On Tue, Jul 24, 2012 at 4:40 PM, <mseaborn@chromium.org> wrote:

> Reviewers: bradn,
>
> Description:
> NaCl: Update revision in DEPS, r9187 -> r9233
>
> This pulls in the following Native Client changes:
>
> r9188: (mseaborn) Remove the unused build/cook_tarball.py script
> r9189: (mseaborn) Remove obsolete references to Doxygen, which NaCl does
> not use
> these days
> r9191: (dschuff) Update pnacl UPSTREAM_REV to pick up arm peephole codegen
> fix
> r9193: (bradnelson) Turning on checkdeps for nacl.
> r9195: (dschuff) Run SPEC benchmarks twice on ARM to hopefully get more
> stable
> numbers
> r9196: (khim) Use validator to filter out invalid instructions
> r9197: (eaeltsin) Debug stub: restore registers of suspended threads
> r9198: (eaeltsin) Debug stub: pass test name into gdb test guest
> r9199: (eaeltsin) - disable interrupt test on ARM
> r9200: (bbudge) Add a compile time flag to distinguish between the SRPC
> and IPC
> proxies.
> r9201: (mcgrathr) Leave a gap at the top of the address space above the
> useful
> stack contents
> r9202: (dschuff) Update UPSTREAM_REV and GOLD_REV and add include flag to
> fix
> translator build
> r9203: (bsy) Increase detail level of debugging log statements.
> r9204: (bradnelson) Adding exclusion of BACKPORTS from checkdeps.
> r9205: (khim) Accept lzcnt & tzcnt unconditionally
> r9206: (khim) Add "THIS FILE IS AUTO-GENERATED" header to generated files.
> r9207: (khim) Split special_instructions machine in validator-x86_64.rl
> r9208: (khim) Disable lfs, lgs, and lss instructions
> r9209: (khim) Move common code from validator-x86_*.rl to
> validator-internal.h
> r9210: (khim) Remove hyphen from validator_ragel file names.
> r9211: (halyavin) Add test that checks stack trace functionality with real
> gdb.
> r9212: (pasko) validator_ragel: compile with scons, gyp, run a test on bots
> r9213: (robertm) create a hook for various rcs tools so we can change them
> for
> the windows bot.
> r9214: (dschuff) Add option to run.py to use QEMU's execution tracing
> feature
> r9215: (khim) Simplify normal_instruction logic.
> r9216: (jvoung) Enable structs in callingconv test for pnacl x86-32.
> r9217: (bbudge) Fix compile time flag for NaCl IPC-based PPAPI Proxy.
> r9218: (bradnelson) Use HTTPS for downloading code.
> r9219: (arbenson) Properly handle failure of prereserved memory detection
> on ARM
> r9220: (dschuff) Update pnacl DEPS to 9213
> r9224: (bradnelson) Switching on checkdeps for c, fixing some issues.
> r9225: (mseaborn) Fix nacl_bootstrap args in debug_stub and
> thread_suspension
> tests
> r9226: (khim) Add support for IRT's shadow TLS accesible via %gs:4
> r9227: (khim) Fix typos introduced in CL9207
> r9228: (robertm) Disable svn marker generation for pnacl windows TC bot
> r9229: (khim) Simplify check_access function.
> r9230: (dschuff) Check out upstream clang using git instead of SVN
> r9231: (pasko) validator_ragel: move validator_test.py from Makefile to
> scons
> r9232: (nfullagar) Bump chrome rev to r147940
>
> BUG=none
> TEST=nacl_integration
>
>
> Please review this at
http://codereview.chromium.**org/10795094/<http://codereview.chromium.org/107...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src>
>
> Affected files:
>   M DEPS
>
>
> Index: DEPS
> diff --git a/DEPS b/DEPS
> index 9b6f91b4f130a43393e1df2e21a50d**4e7109c851..**
> dc36a6fe69f203f91fbc1ecce4e017**1cefda6138 100644
> --- a/DEPS
> +++ b/DEPS
> @@ -12,7 +12,7 @@ vars = {
>    "chromium_git": "http://git.chromium.org/git",
>    "chromiumos_git":
"http://git.chromium.org/**chromiumos<http://git.chromium.org/chromiumos>
> ",
>    "swig_revision": "69281",
> -  "nacl_revision": "9187",
> +  "nacl_revision": "9233",
>    # After changing nacl_revision, run 'glient sync' and check
> native_client/DEPS
>    # to update other nacl_*_revision's.
>    "nacl_tools_revision": "9016",  # native_client/DEPS: tools_rev
> @@ -30,21 +30,21 @@ vars = {
>    "nacl_toolchain_mac_x86_**newlib_hash":
>        "**93f3a7ca6f97b093380ab4c305b2be**42e89004c0",
>    "nacl_toolchain_pnacl_linux_**x86_32_hash":
> -      "**640b146a6f9b6fa75c86889b02d79e**0347b6d6ae",
> +      "**a3b1a1221f3198302c2437321e2ef8**f736fecd16",
>    "nacl_toolchain_pnacl_linux_**x86_64_hash":
> -      "**1ced4adbfd532afe6af12992cbd49a**5073bbac62",
> +      "**d3275949352c35aa6272117e349310**68ac190c14",
>    "nacl_toolchain_pnacl_mac_x86_**32_hash":
> -      "**8402a8e08d7ff4b5e22fd0446ca2ba**f7fd83f626",
> +      "**1aff8c3c105dfb01224fd92e7cb39c**dbb130edbc",
>    "nacl_toolchain_pnacl_**translator_hash":
> -      "**7bbb4b1d4cc55b5855c86e174fc09c**5213e665c2",
> +      "**689ef2a1b4b013b4cbfb42e0ff71ea**af5aba5c1d",
>    "nacl_toolchain_pnacl_win_x86_**32_hash":
> -      "**f12a43ce3156dc0e7958fdee112dd2**025575cb28",
> +      "**906beb9ecbc6be9a8f456f45dabd71**5bae8db16a",
>    "nacl_toolchain_win_x86_hash":
>        "**9a854462e601338153bc65bfdc1171**a87dc0bfe6",
>    "nacl_toolchain_win_x86_**newlib_hash":
>        "**c4dd3f8b65e309d242a3bfce89a15f**580ef2e4f0",
>    "nacl_toolchain_revision": "9170",
> -  "pnacl_toolchain_revision": "9117",
> +  "pnacl_toolchain_revision": "9213",
>
>    "libjingle_revision": "161",
>    "libphonenumber_revision": "456",
>
>
>

Powered by Google App Engine
This is Rietveld 408576698