summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* Fixes for platforms that default to unsigned charUlrich Weigand2016-04-141-1/+1
* mark TestCallWithTimeout.py XFAIL on macosx.Todd Fiala2016-04-011-1/+1
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-1/+5
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-285-0/+174
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-253-0/+114
* Add regression test for expressions calling functions taking anonymous struct...Ewan Crawford2016-03-153-0/+78
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-192-3/+2
* Remove decorators related to debug info types.Zachary Turner2016-02-091-1/+1
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-092-2/+2
* Fix a typo in an xfail decorator in TestExprsCharTamas Berghammer2016-02-091-1/+1
* [TestExprsChar] Fix a typo is failure archs listSiva Chandra2016-02-091-1/+1
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-5/+3
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0814-18/+18
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0417-15/+34
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-043-3/+9
* Remove flaky annotation for TestCallWithTimeout on linuxPavel Labath2016-02-011-1/+0
* [LLDB][MIPS] Fix TestExprsChar.pySagar Thakur2016-01-251-0/+1
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-211-6/+2
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-171-0/+1
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-165-0/+153
* Recommit "Fix race during process interruption"Pavel Labath2015-12-071-2/+2
* Revert "Fix race during process interruption"Pavel Labath2015-12-011-2/+2
* Fix race during process interruptionPavel Labath2015-12-011-2/+2
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-131-2/+0
* [test] Fix comment.Dawn Perchik2015-11-121-1/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0323-23/+23
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0323-43/+43
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2867-0/+2579
OpenPOWER on IntegriCloud