summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 23:47:31 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 23:47:31 +0000
commitbce709536e3fafc1d51baa358994defc0cde82c6 (patch)
treeed6b675188e97a5b185a8dd0d45c033ecbabc350 /DEPS
parenta6305494c2091d54ad1c983f2272228b91332cab (diff)
downloadchromium_src-bce709536e3fafc1d51baa358994defc0cde82c6.zip
chromium_src-bce709536e3fafc1d51baa358994defc0cde82c6.tar.gz
chromium_src-bce709536e3fafc1d51baa358994defc0cde82c6.tar.bz2
Revert 248285 "Roll DEPS for gtest library."
The Android bots are exploding, failing every test. http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/18272 http://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/11653 That is highly unusual behavior, so I'm blaming the DEPS roll for the test library for now. > Roll DEPS for gtest library. > > From r643 to r677. > > r644: Supports colored output on term type screen-256color. > r645: Prints a useful message when GetParam() is called in a non-parameterized test. > r646: Replaces unportable == with portable = in configure.ac. > r647: Fixes some compatibility issues with STLport. > r648: Implements support for calling Test::RecordProperty() outside of a test. > r649: Updates the list of reserved properties for RecordProperty. > r651: Updates the version number to 1.7.0 > r652: prints type/value parameters when listing tests > r653: Fixes a thread annotation; updates CHANGES for 1.7.0 > r654: When --gtest_filter is specified, XML report now doesn't contain information > r655: Fixes compatibility with C++11: (1 - 1) is no longer a NULL pointer constant. > r657: makes gtest-death-test_test.cc compile on platforms that don't support death > tests; > r658: allows gtest-config.in to work with an absoulte path for @top_srcdir@. > r659: fixes a typo in CMake script; h/t to Jay Mueller for reporting the issue > r661: Updates gtest.xcodeproj to be compatible with OS X 10.8.4 & Xcode 4.6.3 > r662: supports a protocol for catching tests that prematurely exit > r663: avoids clash with the max() macro on Windows > r664: Cuts release 1.7.0 > r668: Delete whitespace, and change the return type of > ImplicitlyConvertible::MakeFrom() to From&. > r669: Add MemorySanitizer annotations in gtest printers. Also remove unused variable > kPathSeparatorString. > r670: Fix warnings encountered with clang -Wall. > r671: Distinguish between C++11 language and library support for <initializer_list>. > r672: Improves documentation on gtest's macros. > r673: Define specialization of PrintTo(...) for ::std::tuple. > r674: Fix a couple of typos in Google Test's README. > r675: Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. > r676: Add GTEST_MOVE macro, to support mocking methods with move-only return types. > r677: Suppress "Conditional expression is constant" warning on Visual Studio. > > BUG=None > TEST=None > R=thakis@chromium.org > > Review URL: https://codereview.chromium.org/149243010 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/131233008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248302 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 b287449..91a4423 100644
--- a/DEPS
+++ b/DEPS
@@ -74,7 +74,7 @@ deps = {
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
"src/testing/gtest":
- (Var("googlecode_url") % "googletest") + "/trunk@677",
+ (Var("googlecode_url") % "googletest") + "/trunk@643",
"src/testing/gmock":
(Var("googlecode_url") % "googlemock") + "/trunk@410",