summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2867-2579/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2723-23/+23
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2323-0/+46
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2223-171/+48
* Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFun...Todd Fiala2015-10-061-1/+1
* Switching TestCallUserDefinedFunction from xfail to flaky on OS X.Todd Fiala2015-10-061-1/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-3023-174/+40
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+1
* Decorate flaky FreeBSD testEd Maste2015-09-161-0/+1
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-161-1/+0
* OS X unexpected success cleanupTodd Fiala2015-09-141-3/+7
* Remove expectedFailureFreeBSD from now-passing testEd Maste2015-09-141-1/+0
* Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpe...Todd Fiala2015-09-141-1/+0
* Cleaned up a few unexpected successes on OS XTodd Fiala2015-09-142-3/+0
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* XFAIL tests that try to call a function in the inferior.Zachary Turner2015-09-114-0/+6
* XFAIL TestFormatters on FreeBSDEd Maste2015-09-091-0/+2
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-042-53/+22
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-1/+0
* XFAIL TestFormatters on android (llvm.org/pr24691)Pavel Labath2015-09-031-0/+2
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-253-4/+5
* Increase timeout in TestExpressionInSyscallPavel Labath2015-08-211-1/+1
* [Windows] XFAIL tests that require calling a function in target.Zachary Turner2015-08-206-0/+7
* Increase timeout in TestCallWithTimeout to reduce flakynessPavel Labath2015-08-201-3/+3
* Increase timeout in TestCallThatRestartsPavel Labath2015-08-191-0/+2
* On Linux, clear the signal mask of the launched inferiorPavel Labath2015-08-191-1/+0
* [Windows] XFAIL tests that depend on expression name lookup.Zachary Turner2015-08-183-0/+3
* Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally2015-08-131-1/+0
* Fix comment in TestExprOptions to match change of language from ObjC to ObjC++.Dawn Perchik2015-07-281-1/+1
* Fix test suite. For now we can't disable C++ for expressions since the return...Greg Clayton2015-07-271-1/+1
* Only test ObjC expression options on Darwin.Chaoren Lin2015-07-271-44/+52
* XFAIL TestExprOptions on FreeBSD.Ed Maste2015-07-271-0/+1
* XFAIL TestExprOptions on Linux.Chaoren Lin2015-07-251-0/+1
* Shorten the lldb timeout, we were seeing occasional failure becauseJim Ingham2015-07-251-1/+1
* Specify a language to use when parsing expressions.Dawn Perchik2015-07-254-0/+131
* Eliminated a potential infinite recursion in structure layout when the originSean Callanan2015-07-201-0/+43
* Make this test case be somewhat less verbose when not asked toEnrico Granata2015-07-171-5/+6
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-142-0/+93
* Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan2015-07-081-0/+6
* Fix final wait in ExprSyscallTestCase for aarch64Tamas Berghammer2015-07-061-2/+4
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0114-15/+15
* Added expectedFlakey test decoratorVince Harron2015-06-263-4/+4
* Add a test for expression evaluation while inferior is blocked in a syscallPavel Labath2015-06-173-0/+106
* Use wildcard instead of relying on shell globbing.Chaoren Lin2015-06-021-1/+1
* Added a test that makes sure that structs returnedSean Callanan2015-05-281-0/+3
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2714-15/+15
* XFAIL'd some flakey tests on DarwinVince Harron2015-05-171-0/+1
* Constant result ValueObjects are - well - constantEnrico Granata2015-05-163-0/+73
* Revert accidental file checkinVince Harron2015-05-121-1/+1
OpenPOWER on IntegriCloud