summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/create_after_attach
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-203/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-13/+4
* Enable test_create_after_attach_with_dwarf_and_popen on linuxPavel Labath2015-09-291-1/+0
* Skip TestCreateAfterAttach on Windows.Zachary Turner2015-08-211-1/+1
* Windows doesn't have fork.Adrian McCarthy2015-07-071-0/+1
* Normalize line endings.Adrian McCarthy2015-07-061-78/+78
* Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...Adrian McCarthy2015-07-063-100/+100
* Added expectedFlakey test decoratorVince Harron2015-06-261-0/+3
* Remove XFAIL from TestCreateAfterAttachPavel Labath2015-06-251-3/+0
* XFAIL and Skip flaky test case on linuxTamas Berghammer2015-05-121-0/+2
* [TestCreateAfterAttach] Add @skipIfRemote to the forking test.Siva Chandra2015-05-081-0/+1
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-051-0/+1
* Remove use_pthread option from getBuildFlags in the test environmentTamas Berghammer2015-02-251-0/+1
* Fix the TestCreateAfterAttach test for llgs-local on ptracer lock-down.Todd Fiala2014-10-271-0/+19
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Skip tests that hang on FreeBSDEd Maste2013-06-251-0/+5
* Add test cases for attaching to a process after forkDaniel Malea2013-06-053-0/+188
OpenPOWER on IntegriCloud