summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/timeout/TestCallWithTimeout.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-92/+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/+2
* Decorate flaky FreeBSD testEd Maste2015-09-161-0/+1
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-161-1/+0
* Cleaned up a few unexpected successes on OS XTodd Fiala2015-09-141-1/+0
* XFAIL tests that try to call a function in the inferior.Zachary Turner2015-09-111-0/+1
* Increase timeout in TestCallWithTimeout to reduce flakynessPavel Labath2015-08-201-3/+3
* Shorten the lldb timeout, we were seeing occasional failure becauseJim Ingham2015-07-251-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* XFAIL'd some flakey tests on DarwinVince Harron2015-05-171-0/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Get test executables compiling on Windows.Zachary Turner2014-08-131-1/+1
* Flipped intermittent test failures from skip to XFAIL.Todd Fiala2014-07-101-1/+1
* Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.Todd Fiala2014-07-091-0/+1
* Add decorator for FreeBSD buildbot failureEd Maste2014-04-291-0/+1
* Add the ability from the SB API's to set the "one thread" timeoutJim Ingham2014-03-281-0/+10
* Remove decorator for llvm.org/pr17233Ed Maste2014-02-111-1/+0
* 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
* Skip tests that segfault or are inconsistent on FreeBSDEd Maste2013-09-131-0/+1
* Fix typo (dwarf/dsym mismatch) in testcase causing early failure on LinuxDaniel Malea2012-11-121-1/+1
* API cleanup.Greg Clayton2012-10-161-2/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-0/+94
OpenPOWER on IntegriCloud