summaryrefslogtreecommitdiffstats
path: root/lldb/gtest/unittest
Commit message (Expand)AuthorAgeFilesLines
* Rework the gtest directory structure.Zachary Turner2015-03-1316-1761/+0
* Create a CMake build for the gtest unit tests.Zachary Turner2015-03-136-0/+20
* Fix compilation error and cleanup in ThreadStateCoordinatorTestChaoren Lin2015-02-033-64/+81
* Fixed Linux build error in gtestVince Harron2015-01-191-0/+4
* Add Socket::Get[Remote/Local]IpAddress and unit testsVince Harron2015-01-164-0/+305
* UriParser - fixed potential buffer overrunVince Harron2015-01-152-2/+9
* Adds UriParser::Parse and unit testsVince Harron2015-01-062-1/+131
* Added StringExtractor::DecodeHexU8 && GetHexBytesAvailVince Harron2014-12-011-20/+159
* StringExtractor unit testsVince Harron2014-12-012-0/+284
* 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
* 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-261-6/+69
* gtest: remove recursive make, add python driver + Xcode error hook-up.Todd Fiala2014-09-251-7/+0
* Fixup gtest layout, add Linux ThreadStateCoordinator.cpp.Todd Fiala2014-09-253-0/+73
OpenPOWER on IntegriCloud