summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* remove FreeBSD xfail decorator from TestCallStdStringFunctionEd Maste2017-08-101-3/+0
* Convert a few more tests to use run_to_source_breakpoint.Jim Ingham2017-07-131-26/+2
* Working through testcases, converting to run_to_source_breakpoint.Jim Ingham2017-07-065-99/+14
* Add a lldbutils routine that gathers up the boiler-plateJim Ingham2017-07-064-84/+9
* Mark TestCallThatRestarts as flaky on androidPavel Labath2017-06-131-0/+2
* Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-252-18/+55
* Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-241-14/+6
* RunThreadPlan: Fix halting logic in IgnoreBreakpoints = falsePavel Labath2017-05-241-6/+14
* Fix segfault resulting from empty print promptPavel Labath2017-05-051-0/+28
* Don't access the process in expressions w/o checking thatJim Ingham2016-11-031-0/+27
* Fix a crash in expressions with fixits in the dummy target.Jim Ingham2016-10-171-2/+9
* Add the radar number on our end.Jim Ingham2016-10-111-1/+1
* Fixup the xfail situation on Windows.Zachary Turner2016-10-052-0/+2
* Adding ivars in class extensions isn't supported on i386; skip a test.Sean Callanan2016-09-301-0/+1
* Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan2016-09-263-0/+76
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0634-574/+1006
* Bump up TestCallWithTimeout timeoutPavel Labath2016-09-021-2/+2
* Make TestCallStopAndContinue clang-format-resilientPavel Labath2016-08-122-3/+2
* Remember to add the testcase I wrote for r274822.Jim Ingham2016-07-153-0/+102
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-07-071-2/+2
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-291-0/+1
* 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
OpenPOWER on IntegriCloud