summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-120/+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
* Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...Adrian McCarthy2015-07-061-16/+17
* 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
* 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-051-0/+124
OpenPOWER on IntegriCloud