summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* Don't run the top-level expression test case with -gmodules.Sean Callanan2016-06-231-1/+1
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-0/+1
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-252-1/+3
* Always rerun all tests on Windows.Zachary Turner2016-05-231-0/+1
* xfail TestTopLevelExprs for arm and aarch64 linuxOmair Javaid2016-05-181-0/+1
* xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)Tamas Berghammer2016-05-171-2/+4
* Test diamond virtual inheritance in top-level expressions.Sean Callanan2016-05-161-1/+45
* Clean up test results on Windows.Zachary Turner2016-05-132-1/+1
* Added missing makefile from patch D19124 (should fix the corresponding commit...Cameron Desrochers2016-05-121-0/+5
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-122-0/+57
* Added a testcase that verifies that multiline expressions work.Sean Callanan2016-05-093-0/+68
* XFail TestIRInterpreter on WindowsAdrian McCarthy2016-04-271-0/+1
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-04-261-2/+2
* 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