summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 16:06:32 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 16:06:32 +0000
commit0fc55e05d3ffffc9d9d0e0f52518ebab32778c26 (patch)
tree1d3f19c80b873ca7a7fd04a24820160a74ff9b7b /DEPS
parentd575770adfc5473264389b6d5487a13f08ccc3ee (diff)
downloadchromium_src-0fc55e05d3ffffc9d9d0e0f52518ebab32778c26.zip
chromium_src-0fc55e05d3ffffc9d9d0e0f52518ebab32778c26.tar.gz
chromium_src-0fc55e05d3ffffc9d9d0e0f52518ebab32778c26.tar.bz2
Roll gtest to r445.
I want to get to r492 to pick up the fix for http://code.google.com/p/googletest/issues/detail?id=321 (fix clang warning when building tests in release), but rolling all the way doesn't pass the try servers – gtest introduced some new warnings somewhere in between. gtest changelog: r445 Fixes warnings when built by GCC with -Wswitch-default. r444 Fixes definitions from pthread.h used before the header inclusion. r443 Makes gtest_break_on_failure_unittest work on minGW; improves the NULL-dereferencing hack to work with LLVM. r442 Fixes sample code in the "Important note for Visual C++ users" section of the GoogleTestPrimer wiki page. r441 akes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). r440 Adds tests for SkipPrefix(). r439 Fixes a wrong comment for OnTestPartResult(). r438 Fixes a typo in the event listener sample. r437 Fixes issue 286. r436 Corrects test binary paths in the CMake build script. BUG=None TEST=None Review URL: http://codereview.chromium.org/3669005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 6f2a5687..188afde 100644
--- a/DEPS
+++ b/DEPS
@@ -31,7 +31,7 @@ deps = {
(Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
"src/testing/gtest":
- (Var("googlecode_url") % "googletest") + "/trunk@435",
+ (Var("googlecode_url") % "googletest") + "/trunk@445",
"src/third_party/angle":
(Var("googlecode_url") % "angleproject") + "/trunk@447",