summaryrefslogtreecommitdiff
path: root/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
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-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-14Cleaned up a few unexpected successes on OS XTodd Fiala
2015-09-11XFAIL tests that try to call a function in the inferior.Zachary Turner
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-18Enable TestCallStdStringFunction for GCC.Siva Chandra
2014-03-19Expected failure printing std::string::c_str() due to flubbing the typedef lo...Jim Ingham
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-11-21Annotate test that fails on the FreeBSD buildbotEd Maste
2013-08-30Expression evaluation works on FreeBSD after switch to MCJITEd Maste
2013-08-02Mark additional icc test failures as expected fail.Matt Kopec
2013-07-24tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-03-01Update TestCallStdStringFunction to expected fail for gcc and account for mul...Matt Kopec
2013-02-13Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOf...Daniel Malea
2012-11-27Mark expected failures on Linux (due to bugzilla #14437)Daniel Malea
2012-11-21Linux test case fixesDaniel Malea
2012-10-24Reverting unwanted changes to the test suiteEnrico Granata
2012-10-24Reverting the changes to Scalar since this class needs to follow C rules for ...Enrico Granata
2012-09-22Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham
2012-04-24Removing the @expectedFailurei386 decorator from test cases that now work as ...Enrico Granata
2012-04-19Add expected failure decorators for test cases which are failing for i386 arc...Johnny Chen
2012-04-06Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen
2011-10-24Removed the @expectedFailure decorators from test cases. They have been fixe...Johnny Chen
2011-06-28Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) andJohnny Chen
2011-05-19Add radar info.Johnny Chen
2011-05-19Add TestCallStdStringFunction.py which calls std::string member functions whi...Johnny Chen