summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 20:30:14 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 20:30:14 +0000
commita05fe94d6882a6c127097ffbf386babaea5a3ba3 (patch)
treed90c888597d6443f8405366bab0e762513a25642 /DEPS
parent60734984de72a1ebbc8ad61557ac736b96906aac (diff)
downloadchromium_src-a05fe94d6882a6c127097ffbf386babaea5a3ba3.zip
chromium_src-a05fe94d6882a6c127097ffbf386babaea5a3ba3.tar.gz
chromium_src-a05fe94d6882a6c127097ffbf386babaea5a3ba3.tar.bz2
NaCl: Update revision in DEPS, r7388 -> r7483
We also update the nacl toolchains, and fix nacl.gypi to match the native_client r7482 changes. This pulls in the following Native Client changes: r7389: (dschuff) Some additional torture test failures with O3 not caught before r7390: (krasin) Enable run_strto{,u}ll_test for x86-64. They were recently fixed. r7391: (mseaborn) Re-enable multiple-sandboxes test on Windows r7392: (pdox) Scons: Remove unused IrtIsBroken() function. r7393: (jvoung) Clean out use_pnacl_irt from run.py now that bitcode=1 doesn't affect the IRT build. r7394: (pasko) Add a quick-n-dirty nacl64-gdb attacher. r7395: (robertm) Disable nacl_semaphore_test test when run under Qemu/arm because of flakiness. r7396: (robertm) llvm-mc compatibility fix for nacl_text_pad_test.S r7397: (noelallen) Bump Chrome 113806 r7399: (noelallen) Disable sel_universal tests broken by Chrome. r7400: (jvoung) Pass arch argument along to pre-req checker in the all() r7401: (mcgrathr) Remove unused next_outgoing_request_id member from struct NaClSrpcChannel r7402: (pdox) Augment initfini test by adding 3 function pointers to each array. This will catch bugs in which preinit/init/fini_array elements are skipped due to pointer alignment/size issues. r7403: (noelallen) Add ability to run test_hello_world_nexe for GLIBC r7404: (pdox) Make elf_constants.h #includable without NACL_BUILD_ARCH/SUBARCH defined r7405: (pdox) Tidy: Make NACL_x86/arm #defines more robust against NACL_BUILD_ARCH not being defined r7406: (pdox) Revert 7405, due to broken gyp build. r7407: (pdox) Merge with LLVM up to r146310. r7408: (pdox) Add -Wno-array-bounds to SConstruct for PNaCl GlibC build. r7409: (halyavin) Implement exception handling for stand-alone sel_ldr on Win32. r7410: (jvoung) Roll toolchain DEPs. r7412: (krasin) Add test for wcstoll.c which is currently broken for glibc. r7413: (krasin) Revert 7412 - Add test for wcstoll.c which is currently broken for glibc. r7414: (mcgrathr) Factor nameservice lookup out of manifest lookup code in IRT r7415: (noelallen) Newlib buildbots RED due to dependency on glibc toolchain. r7416: (krasin) Add test for wcstoll.c which is currently broken for glibc. r7417: (mcgrathr) Filter -fstack-protector out of cflags for nacl_helper_bootstrap r7418: (ncbray) Fix a indenting bug in build/chromebinaries.py. r7419: (noelallen) Trivial fix to prevent recompile of toolchain .S files. r7420: (mcgrathr) Update chrome_rev in DEPS r7422: (mcgrathr) Add IRT interface for random number generator r7423: (mcgrathr) Update glibc revision to daf2032 r7424: (krasin) Update llvm rev to caa4d07e5a3f. This bring in: revert local mod in arm mc. r7425: (mcgrathr) Add a test that pthread_cleanup_push doesn't clobber nearby stack r7426: (krasin) Revert 7424 - Update llvm rev to caa4d07e5a3f. This bring in: revert local mod in arm mc. r7427: (pdox) Merge with LLVM up to r146520. r7428: (pdox) Roll toolchain DEPS and commit test changes for CL: r7430: (pdox) Whitespace change to trigger rebuild. r7431: (mseaborn) Remove unused #define NACL_NO_INLINE r7432: (pdox) Merge with LLVM up to r146552. r7433: (dschuff) First step in refactoring. r7434: (mcgrathr) Don't expect RNG to produce two different values for subsequent byte reads r7435: (mcgrathr) Update glibc revision to 3c8d1f2 r7436: (kschimpf) Add pre/post conditions for unit testing of the validator for LEA instruction. r7437: (mseaborn) Mac crash reporting: Add interface for distinguishing trusted/untrusted crashes r7438: (mcgrathr) Bump toolchain DEPS, enable no-longer-broken tests r7440: (bsy) NaCl-side changes for stdout/err redirection to postmessage. r7441: (dschuff) Update bot name for pnacl toolchain tests, should cause bot to run r7442: (dschuff) Add PNACL_BUILDBOT to tester env r7443: (sehr) Add reverse channel support to sel_universal. This will allow emulation of r7444: (pdox) Add bias (architecture-specific defines, __x86_64__) to pthread_cleanup_test (for PNaCl GlibC build). r7445: (pdox) Use the PNaCl-built crtbegin.o/crtend.o/crti.bc for GlibC build. r7446: (sehr) Enable LD manifest name service change. r7447: (jvoung) Rev bump for "Remove unnecessary localmod for a aeabi_atexit": r7448: (mseaborn) Add missing 'extern "C"' to NaClMachThreadIsInUntrusted() r7449: (noelallen) Fix glibc for windows. r7450: (sehr) Remove spurious comments. r7451: (mseaborn) Fix Mac crash filter to work before the sandbox has been initialised r7452: (sehr) A little extra debug information. r7453: (sehr) Remove now-irrelevant sections from the manifests in tests. r7454: (dschuff) Modify toolchain_tester.py to run toolchain torture tests in parallel, based on the --concurrency argument. r7455: (sehr) Get reverse channel interface changes in toolchain. r7457: (bradchen) Revert "Modify toolchain_tester.py to run toolchain torture tests in parallel...." r7458: (mseaborn) Make NACL_x86/arm #defines more robust against NACL_BUILD_ARCH not being defined r7459: (pdox) Merge with LLVM up to r146722. r7460: (sehr) Expose fix for double free in linker to toolchain build. r7461: (mcgrathr) Add platform to standard buildbot step names in toolchain bot case r7462: (jvoung) Limit pnacl IRT shim generation to only the public and dev APIs, so that r7463: (garianov) Make NaCl gettimeofday() return time with ~10 microsecond resolution, on Windows. Take two. r7464: (dschuff) Parallel torture tests, take 2 r7465: (bradchen) Chromium deps roll in NaCl r7467: (pdox) Switch to using pnacl_abi.bc as a stub for libgcc_eh for GlibC shared/dynamic. r7468: (dschuff) Re-enable llvm testsuite for x86 r7469: (jvoung) Roll toolchain deps to pull in sehr's ld fix. r7471: (jvoung) Make unpacked pnacl support extension visible to browser tests. This will remove the support files from the user's manifest and stop pulling from the user's server. r7472: (pdox) pthread.h: Match posix definitions of pthread_cond_init and pthread_mutex_init. r7473: (jvoung) Include one more gcc torture test. r7474: (jvoung) Disable glibc copying in crx gen for some platforms. r7475: (mseaborn) Relax NaClCreateMainThread()'s argc constraint in order to simplify tests r7476: (pdox) Disable glibc copying in crx gen for x86-32 also. Tarball is currently only generated for linux X86-64. r7477: (mseaborn) Partly fix untrusted-code Gyp build's tracking of dependencies on header files r7478: (noelallen) Disalbe GLIBC by default, disable_glibc==0 required to enable. r7479: (sehr) Get changes removing obsolete SRPC code. r7480: (jvoung) Change arch args to be more scons-like in llvm testsuite invocations. r7481: (jvoung) Bump llvm testsuite rev to add LIBS to singlesource pexe link line. r7482: (mcgrathr) Set NACL_BLOCK_SHIFT per-architecture in headers, not in compilation options r7483: (dschuff) Retry flaky torture test configurations, and disable arm llvm testsuite to green the torture test bot BUG=http://code.google.com/p/nativeclient/issues/detail?id=2502 TEST=nacl_integration R=sehr@google.com,mseaborn@chromium.org Review URL: http://codereview.chromium.org/9006015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS16
1 files changed, 8 insertions, 8 deletions
diff --git a/DEPS b/DEPS
index 359e762..08df47a 100644
--- a/DEPS
+++ b/DEPS
@@ -8,7 +8,7 @@ vars = {
"webkit_revision": "103308",
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
- "nacl_revision": "7388",
+ "nacl_revision": "7483",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
"nacl_tools_revision": "7139", # native_client/DEPS: tools_rev
@@ -17,18 +17,18 @@ vars = {
# After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
# new values.
"nacl_toolchain_linux_x86_hash":
- "23f1945071467efeff373889b3ca036c10207522",
+ "bfd8e84a65837c3bbfb0c6a1d49635dea13dfaaa",
"nacl_toolchain_linux_x86_newlib_hash":
- "06935bbb3ab4c55d9f6555ae54fa06e096464491",
+ "a0d20193184fdddd70c5f64d44eaa7b83fe670b2",
"nacl_toolchain_mac_x86_hash":
- "98da0b2c45a5ecc0a424b393e5ae6dec780940fa",
+ "fc6863da2221038fc6e1d4abb27c62e87b1a53ca",
"nacl_toolchain_mac_x86_newlib_hash":
- "56d82b794c3523a43068a5b69236277a96de04c5",
+ "64ea6074283f3c0d43d80145d7868ca84ec8586d",
"nacl_toolchain_win_x86_hash":
- "c5af5469b2252f3d5bb9ce4a7758b4537e9c5b16",
+ "1e81299eef3e6f60c64b9826bd5ab664355d50d7",
"nacl_toolchain_win_x86_newlib_hash":
- "40d182ac25fe6623cfbe5772623c15c663a42c93",
- "nacl_toolchain_revision": "7332",
+ "3a4f5ad6c387cf02ca3058a3a2b79016cc561998",
+ "nacl_toolchain_revision": "7460",
"libjingle_revision": "100",
"libphonenumber_revision": "407",