summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/attach_resume/TestAttachResume.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-70/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Fix race condition in process resumePavel Labath2015-10-271-1/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* TestAttachResume is still flaky on linux. mark it as suchPavel Labath2015-10-121-0/+1
* Resumbit "Fix race condition during process detach"Pavel Labath2015-10-071-1/+0
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-4/+2
* Revert "Fix race condition during process detach"Pavel Labath2015-09-281-0/+1
* Fix race condition during process detachPavel Labath2015-09-231-1/+0
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Demote TestAttachResume back to @expectedFailureFreeBSDEd Maste2015-09-111-1/+1
* Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent testsEd Maste2015-09-091-1/+1
* Mark TestAttachResume as flaky on linuxPavel Labath2015-09-031-0/+1
* Address flakyness in TestAttachResumePavel Labath2015-09-021-42/+12
* Mark AttachResumeTestCase as flakyTamas Berghammer2015-06-291-0/+1
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-1/+1
* Fix this test to set a breakpoint at the correct location that will always ge...Greg Clayton2014-11-031-1/+1
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-1/+5
* Add some tests to be skipped when run remotely and also fixed a test to be mo...Greg Clayton2014-09-181-0/+2
* Get test executables compiling on Windows.Zachary Turner2014-08-131-1/+1
* Marked TestAttachResume.process_attach_continue_interrupt_detach() as XFAIL o...Todd Fiala2014-04-181-0/+1
* Add annotation for failure from new Attach/Resume test case on FreeBSDEd Maste2014-04-021-0/+1
* Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson2014-04-021-0/+95
OpenPOWER on IntegriCloud