summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-56/+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-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-18/+2
* XFAIL pthreads test on Windows.Zachary Turner2015-08-211-0/+1
* Revert part of "Convert all use of pthreads in tests to c++11 threads."Chaoren Lin2015-08-181-1/+1
* Convert all use of pthreads in tests to c++11 threads.Zachary Turner2015-08-171-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* XFAIL'd some tests that fail very, very rarelyVince Harron2015-05-161-0/+1
* Enabled a bunch of tests on LinuxVince Harron2015-03-311-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Adjust TestExprDoesntBlock.py to be expected failure on Linux.Todd Fiala2014-02-281-1/+1
* Re-enable TestExprDoesntBlock.py on Linux.Todd Fiala2014-02-281-1/+1
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Add annotation for FreeBSD failures w/ threaded inferiorsEd Maste2013-12-091-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-191-1/+1
* Mark a few more tests as "basic_process".Jim Ingham2013-02-261-0/+3
* Skip test that causes lldb to assert due to inferior getting a SIGSEGV with s...Daniel Malea2013-02-131-2/+2
* Test suite cleanup for Linux: mark test cases expected to fail due to open bu...Daniel Malea2012-12-191-0/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* Print out the breakpoint description only if self.TraceOn() is True.Johnny Chen2011-12-141-1/+2
* Add a pthreads testcase to make sure the two-step of running and expression,Jim Ingham2011-12-131-0/+66
OpenPOWER on IntegriCloud