diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 16:06:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 16:06:32 +0000 |
commit | 0fc55e05d3ffffc9d9d0e0f52518ebab32778c26 (patch) | |
tree | 1d3f19c80b873ca7a7fd04a24820160a74ff9b7b /DEPS | |
parent | d575770adfc5473264389b6d5487a13f08ccc3ee (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |