summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-43/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-15/+3
* 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
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Enable TestCallStdStringFunction for GCC.Siva Chandra2015-03-181-1/+0
* 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-221-4/+1
* 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-191-0/+58
OpenPOWER on IntegriCloud