summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-285-209/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-273-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-233-0/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-223-22/+6
* 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-303-45/+8
* Remove expectedFailureFreeBSD from now-passing testEd Maste2015-09-141-1/+0
* Cleaned up a few unexpected successes on OS XTodd Fiala2015-09-141-2/+0
* XFAIL tests that try to call a function in the inferior.Zachary Turner2015-09-111-0/+1
* [Windows] XFAIL tests that depend on expression name lookup.Zachary Turner2015-08-182-0/+2
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-142-0/+93
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-012-2/+2
* Added expectedFlakey test decoratorVince Harron2015-06-261-2/+2
* Use wildcard instead of relying on shell globbing.Chaoren Lin2015-06-021-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-272-2/+2
* Enable TestCallStopAndContinue on FreeBSDEd Maste2015-05-081-1/+0
* Enable TestCallStopAndContinue on LinuxPavel Labath2015-05-051-1/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-302-2/+2
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-241-1/+1
* Enable TestCallStdStringFunction for GCC.Siva Chandra2015-03-181-1/+0
* Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron2015-03-151-1/+1
* Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron2015-02-281-0/+7
* Modify call-function and rdar-12437442 tests to clean up all files produced d...Todd Fiala2014-09-081-0/+3
* Add FreeBSD failure decorator for TestCallStopAndContinueEd Maste2014-07-121-0/+1
* Flipped intermittent test failures from skip to XFAIL.Todd Fiala2014-07-101-3/+3
* Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.Todd Fiala2014-07-091-0/+1
* Skip TestCallStopAndContinue and TestCallThatRestarts on Darwin.Todd Fiala2014-07-091-0/+2
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-082-0/+73
* Expected failure printing std::string::c_str() due to flubbing the typedef lo...Jim Ingham2014-03-191-6/+4
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Annotate test that fails on the FreeBSD buildbotEd Maste2013-11-211-0/+1
* Expression evaluation works on FreeBSD after switch to MCJITEd Maste2013-08-301-1/+0
* Mark additional icc test failures as expected fail.Matt Kopec2013-08-021-0/+1
* tests: Mark expected FreeBSD failures due to pr16697Ed Maste2013-07-241-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Update TestCallStdStringFunction to expected fail for gcc and account for mul...Matt Kopec2013-03-011-2/+3
* Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea2013-02-131-1/+1
* Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea2012-11-271-0/+1
* Linux test case fixesDaniel Malea2012-11-211-1/+1
* Reverting unwanted changes to the test suiteEnrico Granata2012-10-241-1/+1
* Reverting the changes to Scalar since this class needs to follow C rules for ...Enrico Granata2012-10-241-1/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-222-6/+2
* Removing the @expectedFailurei386 decorator from test cases that now work as ...Enrico Granata2012-04-241-2/+0
* Add expected failure decorators for test cases which are failing for i386 arc...Johnny Chen2012-04-191-0/+2
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* Removed the @expectedFailure decorators from test cases. They have been fixe...Johnny Chen2011-10-241-5/+3
* Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) andJohnny Chen2011-06-281-2/+4
* Add radar info.Johnny Chen2011-05-191-0/+1
* Add TestCallStdStringFunction.py which calls std::string member functions whi...Johnny Chen2011-05-193-0/+78
OpenPOWER on IntegriCloud