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

Issue 10828256: NaCl: Update revision in DEPS, r9403 -> r9434 (Closed)

Created:
8 years, 4 months ago by Mark Seaborn
Modified:
8 years, 4 months ago
Reviewers:
bradn
CC:
chromium-reviews, native-client-reviews_googlegroups.com, Austin Benson, Brad Chen, (google.com) Derek Schuff, halyavin, jvoung (off chromium), jvoung - send to chromium..., khimg, Karl, Roland McGrath, Mark Seaborn, robertm, sehr (please use chromium), Sergey Ulanov, Vlad Shcherbina, tysand
Visibility:
Public.

Description

NaCl: Update revision in DEPS, r9403 -> r9434 This pulls in the following Native Client changes: r9404: (sehr) Get MCFragment field reordering. r9405: (kschimpf) Remove data-66 prefix allowance for x87 memory instructions. r9406: (mseaborn) Debug stub: Remove superfluous file 'gdb_rsp/host.cc' r9407: (khim) Simplify string instructions support r9408: (mseaborn) Debug stub tests: Handle EOF on socket gracefully rather than by spinning r9409: (dschuff) Allow override of BUILD_ARCH in pnacl build r9410: (robertm) Adding test family targets for xxx_irt to scons. r9411: (mseaborn) Debug stub: Simplify the startup code r9412: (mseaborn) Debug stub: Remove dubious test code in 'gdb_rsp/target_test.cc' r9413: (dschuff) Make windows pnacl build work with recent cygwin r9414: (sergeyu) Fix untrusted.gyp to detect changes in the list of sources. r9415: (jvoung) Bump nacl_perf_expectations for pnacl x86-64 runtime_ammp. r9416: (mseaborn) Debug stub: Test single-stepping/continuing with other threads suspended r9417: (halyavin) Checkout from scratch if git pull fails. r9418: (halyavin) Update gdb revision. r9419: (sergeyu) Fix build_nexe.py to unescape quotes in the list of defines. r9420: (arbenson) Drop stale NaClMprotectGuards. r9421: (tysand) Buildbot change to VS2010 r9422: (kschimpf) Disallow data16 prefix with rex.w prefix on instructions that allow both r9423: (jvoung) Allow -rdynamic in pnacl driver to appease CMake and OpenAL builds. r9424: (dschuff) Remove clang shared lib from pnacl toolchain tarball r9425: (sehr) Update to get MCFragment memory improvements. r9426: (kschimpf) Optimze insertion of rule patterns into arm validator decoders. r9427: (arbenson) Add a "hello world" test for the zero-based sandbox. r9428: (bradchen) Fix enuminst to properly check base register usage. r9429: (dschuff) Build Pnacl in hermetic cygwin r9430: (khim) Implement couple of warts to make ragel-based validator more compatible with production one. r9431: (mcgrathr) Extend infoleak test to cover ARM VFP state r9432: (arbenson) Run gcc spec2k benchmark with zero-based sandbox r9433: (shcherbina) Validator_ragel: add benchmark r9434: (halyavin) GDB: Test that we can step inside function. BUG=none TEST=nacl_integration Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151128

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Mark Seaborn
8 years, 4 months ago (2012-08-10 16:24:27 UTC) #1
bradn
LGTM On Fri, Aug 10, 2012 at 9:24 AM, <mseaborn@chromium.org> wrote: > Reviewers: bradn, > ...
8 years, 4 months ago (2012-08-10 16:41:06 UTC) #2
bradn
8 years, 4 months ago (2012-08-10 16:41:08 UTC) #3
LGTM


On Fri, Aug 10, 2012 at 9:24 AM, <mseaborn@chromium.org> wrote:

> Reviewers: bradn,
>
> Description:
> NaCl: Update revision in DEPS, r9403 -> r9434
>
> This pulls in the following Native Client changes:
>
> r9404: (sehr) Get MCFragment field reordering.
> r9405: (kschimpf) Remove data-66 prefix allowance for x87 memory
> instructions.
> r9406: (mseaborn) Debug stub: Remove superfluous file 'gdb_rsp/host.cc'
> r9407: (khim) Simplify string instructions support
> r9408: (mseaborn) Debug stub tests: Handle EOF on socket gracefully rather
> than
> by spinning
> r9409: (dschuff) Allow override of BUILD_ARCH in pnacl build
> r9410: (robertm) Adding test family targets for xxx_irt to scons.
> r9411: (mseaborn) Debug stub: Simplify the startup code
> r9412: (mseaborn) Debug stub: Remove dubious test code in
> 'gdb_rsp/target_test.cc'
> r9413: (dschuff) Make windows pnacl build work with recent cygwin
> r9414: (sergeyu) Fix untrusted.gyp to detect changes in the list of
> sources.
> r9415: (jvoung) Bump nacl_perf_expectations for pnacl x86-64 runtime_ammp.
> r9416: (mseaborn) Debug stub: Test single-stepping/continuing with other
> threads
> suspended
> r9417: (halyavin) Checkout from scratch if git pull fails.
> r9418: (halyavin) Update gdb revision.
> r9419: (sergeyu) Fix build_nexe.py to unescape quotes in the list of
> defines.
> r9420: (arbenson) Drop stale NaClMprotectGuards.
> r9421: (tysand) Buildbot change to VS2010
> r9422: (kschimpf) Disallow data16 prefix with rex.w prefix on instructions
> that
> allow both
> r9423: (jvoung) Allow -rdynamic in pnacl driver to appease CMake and OpenAL
> builds.
> r9424: (dschuff) Remove clang shared lib from pnacl toolchain tarball
> r9425: (sehr) Update to get MCFragment memory improvements.
> r9426: (kschimpf) Optimze insertion of rule patterns into arm validator
> decoders.
> r9427: (arbenson) Add a "hello world" test for the zero-based sandbox.
> r9428: (bradchen) Fix enuminst to properly check base register usage.
> r9429: (dschuff) Build Pnacl in hermetic cygwin
> r9430: (khim) Implement couple of warts to make ragel-based validator more
> compatible with production one.
> r9431: (mcgrathr) Extend infoleak test to cover ARM VFP state
> r9432: (arbenson) Run gcc spec2k benchmark with zero-based sandbox
> r9433: (shcherbina) Validator_ragel: add benchmark
> r9434: (halyavin) GDB: Test that we can step inside function.
>
> BUG=none
> TEST=nacl_integration
>
>
> Please review this at
http://codereview.chromium.**org/10828256/<http://codereview.chromium.org/108...
>
> 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 e7f03f8d8106ca0d66513c3c6f1deb**4a43e94270..**
> c97d7d01a5b543793cba3b08387236**6411b39c77 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": "9403",
> +  "nacl_revision": "9434",
>    # After changing nacl_revision, run 'glient sync' and check
> native_client/DEPS
>    # to update other nacl_*_revision's.
>    "nacl_tools_revision": "9330",  # native_client/DEPS: tools_rev
>
>
>

Powered by Google App Engine
This is Rietveld 408576698