summaryrefslogtreecommitdiff
path: root/lldb/test/expression_command
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-06Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFun...Todd Fiala
2015-10-06Switching TestCallUserDefinedFunction from xfail to flaky on OS X.Todd Fiala
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-16Last set of XFAILs for Windows.Zachary Turner
2015-09-16Decorate flaky FreeBSD testEd Maste
2015-09-16Remove expectedFailureFreeBSD from passing testEd Maste
2015-09-14OS X unexpected success cleanupTodd Fiala
2015-09-14Remove expectedFailureFreeBSD from now-passing testEd Maste
2015-09-14Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpe...Todd Fiala
2015-09-14Cleaned up a few unexpected successes on OS XTodd Fiala
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-09-11XFAIL tests that try to call a function in the inferior.Zachary Turner
2015-09-09XFAIL TestFormatters on FreeBSDEd Maste
2015-09-04Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik
2015-09-03Lookup function using full name if one with mangled name is not found.Siva Chandra
2015-09-03XFAIL TestFormatters on android (llvm.org/pr24691)Pavel Labath
2015-08-25Fix a bunch of portability issues in test executables.Zachary Turner
2015-08-21Increase timeout in TestExpressionInSyscallPavel Labath
2015-08-20[Windows] XFAIL tests that require calling a function in target.Zachary Turner
2015-08-20Increase timeout in TestCallWithTimeout to reduce flakynessPavel Labath
2015-08-19Increase timeout in TestCallThatRestartsPavel Labath
2015-08-19On Linux, clear the signal mask of the launched inferiorPavel Labath
2015-08-18[Windows] XFAIL tests that depend on expression name lookup.Zachary Turner
2015-08-13Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally
2015-07-28Fix comment in TestExprOptions to match change of language from ObjC to ObjC++.Dawn Perchik
2015-07-27Fix test suite. For now we can't disable C++ for expressions since the return...Greg Clayton
2015-07-27Only test ObjC expression options on Darwin.Chaoren Lin
2015-07-27XFAIL TestExprOptions on FreeBSD.Ed Maste
2015-07-25XFAIL TestExprOptions on Linux.Chaoren Lin
2015-07-25Shorten the lldb timeout, we were seeing occasional failure becauseJim Ingham
2015-07-25Specify a language to use when parsing expressions.Dawn Perchik
2015-07-20Eliminated a potential infinite recursion in structure layout when the originSean Callanan
2015-07-17Make this test case be somewhat less verbose when not asked toEnrico Granata
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford
2015-07-08Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan
2015-07-06Fix final wait in ExprSyscallTestCase for aarch64Tamas Berghammer
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-06-26Added expectedFlakey test decoratorVince Harron
2015-06-17Add a test for expression evaluation while inferior is blocked in a syscallPavel Labath
2015-06-02Use wildcard instead of relying on shell globbing.Chaoren Lin
2015-05-28Added a test that makes sure that structs returnedSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-17XFAIL'd some flakey tests on DarwinVince Harron
2015-05-16Constant result ValueObjects are - well - constantEnrico Granata
2015-05-12Revert accidental file checkinVince Harron