summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/return-value/TestReturnValue.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-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-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-07-23Remove XFAIL from ReturnValueTestCase after rL242972Tamas Berghammer
2015-07-22XFAIL TestReturnValue on Linux-x86_64 with clangTamas Berghammer
2015-07-22Improve SysV ABI for ARM to handle return values with vector return typeTamas Berghammer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-08-05Additional fixes/xfails for icc testsAndrew Kaylor
2013-04-05Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_v...Greg Clayton
2012-04-06Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen
2011-12-23Added a bunch more structure return tests.Jim Ingham
2011-12-22Decorate the two test cases in TestReturnValue.py as i386 only expectedFailur...Johnny Chen
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham