History log of /external/gtest/src/gtest-port.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3fc9a00f8e249a224093997f8059ad6cfc76a3d6 29-Jan-2014 Elliott Hughes <enh@google.com> Clean up a little after the gtest 1.7.0 upgrade.

Change-Id: I320c7159131cb782ede1a3c5cd539b956f77f521
/external/gtest/src/gtest-port.cc
fc2de66453b0669c09eaca643b07d34443858b6f 29-Jan-2014 Elliott Hughes <enh@google.com> Upgrade to gtest 1.7.0.

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
/external/gtest/src/gtest-port.cc
42028ec214cdb680c4987f7183ed384b5b9d4ce3 21-Jan-2013 Marcus Oakland <marcus.oakland@arm.com> AArch64: Error checking of temporary file handling

Failures in the posix::FOpen call in the String GetCapturedString() method
of the CapturedStream class were ignored: the file variable was passed to
ReadEntireFile(file), causing a segmentation violation without indication
as to cause. In this commit GTEST_CHECK_ is now used to provide an indication
of the reason for failure.

Change-Id: Id419f4fa1f05b5c3ca09a19551747bb5f0ee635f
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
/external/gtest/src/gtest-port.cc
5ad2a0ee80be8d3d14a5fb3ef838b7ae7efb65f1 24-Oct-2013 Christopher Ferris <cferris@google.com> Modify where gtest captured data is stored.

Stop using $EXTERNAL_STORAGE for the temporary directory, use
$ANDROID_DATA/local/tmp instead.

If $ANDROID_DATA is not set, use /tmp (which happens when running a host
based gtest).

Bug: 11234772

Change-Id: I6c12ea9e6eb281317b48eb672e9a8d294cb1caed
/external/gtest/src/gtest-port.cc
d10596bd14e5abcdaa7fa5ebdb55a883a80c9406 15-Feb-2013 Elliott Hughes <enh@google.com> Only use $EXTERNAL_STORAGE if it exists and is writable.

Also fail with a clear error if we can't create a temporary file,
rather than blindly carrying on and crashing in fseeko much later.

The emulator has $EXTERNAL_STORAGE set to a directory that's only
usable if you manually supply a valid sdcard image.

Bug: 8013987
Change-Id: I51ffc1a5525273752f67a9356ccd272a4507613a
/external/gtest/src/gtest-port.cc
344e5f3db17615cc853073a02968a603efd39109 12-Sep-2012 Stephen Hines <srhines@google.com> Use $EXTERNAL_STORAGE instead of /sdcard.

The multi-user changes affect apps launched from the shell (like gtest), so
we need to grab the appropriate location dynamically, rather than continuing
to hard-code it.

Bug: 7121917

Change-Id: I51a58379eff713e63d34a507dc318a138faccb53
/external/gtest/src/gtest-port.cc
41d0579e8de9ef4ff178fc4991043c61a19943f7 30-Nov-2011 Brett Chabot <brettchabot@android.com> Update gtest to 1.6

Change-Id: I64785f7e1926e230b3f1b8df47c424e6ee423446
/external/gtest/src/gtest-port.cc
84190c7c1f1b899ad83fdd8e110bde08ad281534 07-Feb-2010 Nicolas Catania <niko@google.com> Bunch of tweaks need to make gtest pass on the device.
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
/external/gtest/src/gtest-port.cc
1be2c9def7187e4e643c00a31dd9986395795d7d 29-May-2009 Nicolas Catania <niko@google.com> First import of gtest 1.3.0.

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'
/external/gtest/src/gtest-port.cc
ee6dc702a03e8768998a8b5321f9c2bd8bed63e5 27-May-2009 Nicolas Catania <niko@google.com> Revert "First import of gtest 1.3.0"

This reverts commit 96839103cf05c81525e57ef00456e0afac90823f.
/external/gtest/src/gtest-port.cc
96839103cf05c81525e57ef00456e0afac90823f 30-Apr-2009 Nicolas Catania <niko@google.com> First import of gtest 1.3.0

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'
/external/gtest/src/gtest-port.cc