summaryrefslogtreecommitdiffstats
path: root/lldb/gtest
Commit message (Expand)AuthorAgeFilesLines
* Rework the gtest directory structure.Zachary Turner2015-03-1321-2331/+0
* Create a CMake build for the gtest unit tests.Zachary Turner2015-03-138-0/+73
* Fix compilation error and cleanup in ThreadStateCoordinatorTestChaoren Lin2015-02-033-64/+81
* Cleanup do-gtest.pyTamas Berghammer2015-01-231-40/+64
* Print out the full output of gtestVince Harron2015-01-191-6/+5
* Fixed Linux build error in gtestVince Harron2015-01-191-0/+4
* Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron2015-01-165-0/+321
* UriParser - fixed potential buffer overrunVince Harron2015-01-152-2/+9
* Got C++ unit tests running on Linux againVince Harron2015-01-111-3/+8
* Adds UriParser::Parse and unit testsVince Harron2015-01-063-1/+135
* Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron2014-12-011-20/+159
* StringExtractor unit testsVince Harron2014-12-013-0/+296
* thread state coordinator: fixed bug in thread running state book-keeping.Todd Fiala2014-10-091-0/+41
* Fix stale comments in new tests.Todd Fiala2014-10-021-2/+6
* thread state coordinator: add tests and impl to error on creation/death issues.Todd Fiala2014-10-021-0/+20
* thread state coordinator: added simpler deferred stop notification method.Todd Fiala2014-10-021-0/+100
* Fix up stale comments from last change.Todd Fiala2014-10-021-2/+2
* thread state coordinator: requesting resume now signals error appropriately.Todd Fiala2014-10-021-3/+25
* gtest runner: now always does a clean step after running.Todd Fiala2014-10-021-13/+25
* thread state coordinator: added error callbacks, cleaned up tests.Todd Fiala2014-10-011-314/+385
* thread state coordinator: add additional assert missing from previous test ch...Todd Fiala2014-09-301-0/+1
* thread state coordinator: add test to be explicit about resume behavior in pr...Todd Fiala2014-09-301-0/+78
* thread state coordinator: added a thread resume request and related tests.Todd Fiala2014-09-291-0/+66
* thread state coordinator: add exec reset support, remove empty virtual destru...Todd Fiala2014-09-291-0/+30
* thread state coordinator: added new thread support.Todd Fiala2014-09-281-1/+69
* thread state coordinator: added thread death support and more tests.Todd Fiala2014-09-271-0/+115
* thread state coordinator: added test for notify after two pending thread stops.Todd Fiala2014-09-271-0/+61
* thread state coordinator: handle when prerequisite pending stop is already st...Todd Fiala2014-09-261-0/+49
* gtest: tweaked test runner to fix an extra comma, added more tdd-based thread...Todd Fiala2014-09-262-7/+74
* gtest: modified Xcode integration so gtest assert/expect failure now shows er...Todd Fiala2014-09-261-10/+46
* gtest: remove recursive make, add python driver + Xcode error hook-up.Todd Fiala2014-09-254-14/+84
* Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala2014-09-256-0/+401
OpenPOWER on IntegriCloud