aboutsummaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-internal.h
AgeCommit message (Collapse)Author
2016-09-12Revert "Disable the legacy gtest."Dan Albert
Apparently there are dozens of other builds using this that aren't using the Android build system. I'm not going to go fix all of them, so just put all the source back. This project has been removed from the master manifest, so nothing here should be colliding with the real one in external/googletest. This reverts commit 0af8635d8866bdfdc72b1070f041ada1ac136e3f. Bug: http://b/16574165 Change-Id: Ie07a8156281a1dab9885eef64788fe362d4e3c36
2016-09-08Disable the legacy gtest.Dan Albert
Remove everything so people don't accidentally get these includes, and to make it clear that this isn't used any more. Bug: http://b/16574165 Change-Id: I9520aed44f0caa94079f2c00da358076bb9ce574
2016-05-26gtest: Add support for std::unique_ptr bool conversionLuis Hector Chavez
This cherry-picks the new AssertionResult constructor that supports contextual conversion to bool, found in https://github.com/google/googletest/commit/8120f66c3249e253f03fdb48bee7e528bc038d31 This is needed to support a libchrome uprev. BUG: 28985443 TEST: All tests in libchrome_test pass on dragonboard-eng build Change-Id: I59bc96f785e97a1c6abfa492f72278cb99213303
2014-01-28Upgrade to gtest 1.7.0.Elliott Hughes
This is part of an attempt to get us back in sync with upstream. They currently have Android support, but it's different from what we've got. Change-Id: I2749ef426a441c0573fbaa5e0e50fd627df75551
2011-12-02Update gtest to 1.6Brett Chabot
Change-Id: I64785f7e1926e230b3f1b8df47c424e6ee423446
2010-02-08Bunch of tweaks need to make gtest pass on the device.Nicolas Catania
Android.mk changes will be sent in a separate CL. gtest-port.h: need to include the linux like header files. gtest-port.cc: disabled RTTI tests, we don't support it. disabled typed tests we are missing the cxxabi.h file. reenabled death tests, they work fine on android. gtest-filepath_test.cc: Use the sdcard as the /tmp equivalent on android. gtest-unittest.cc : ditto gtest_uniitest.cc: disabled wchar tests. disabled some float/double formatting tests (not important) disabled some NEAR assertion tests for float/double (should look into that) Bug 2398288
2009-06-02First import of gtest 1.3.0.android-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2donut-releasedonut-plus-aospdonutNicolas Catania
Currently builds only under linux. Support for darwin and windows will be added later. Removed unecessary make files for other systems. Added Android.mk to build the libraries and test suite on host. Will enable the target build when the aSTL is available. Added NOTICE and MODULE_LICENSE files. Tests are tagged with 'eng' and 'tests'
2009-05-26Revert "First import of gtest 1.3.0"Nicolas Catania
This reverts commit 96839103cf05c81525e57ef00456e0afac90823f.
2009-05-01First import of gtest 1.3.0Nicolas Catania
Removed unecessary make files for other systems. Added Android.mk to build the libraries and test suite on host. Will enable the target build when the aSTL is available. Added NOTICE and MODULE_LICENSE files. Tests are tagged with 'eng' and 'tests'