summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Delete the -F command line option from dotest.py.Zachary Turner2015-12-093-9/+0
* Remove -k command line option from dotest.py.Zachary Turner2015-12-095-97/+0
* Remove -e option from dotest.py.Zachary Turner2015-12-097-27/+8
* Remove -libcxx option from dotest.pyZachary Turner2015-12-092-4/+0
* Move XunitFormatter into its own xunit_formatter.py file.Todd Fiala2015-12-092-483/+505
* Fix new summary to include exceptional exit count in determining exit valueTodd Fiala2015-12-092-14/+35
* Disable the issue verification tests.Todd Fiala2015-12-093-0/+0
* create 3 issues for testbots: FAIL, ERROR (exceptional), and TIMEOUTTodd Fiala2015-12-094-0/+66
* Turn on new test summary results by default.Todd Fiala2015-12-092-2/+9
* Correctly XFAIL TestReturnValuePavel Labath2015-12-091-1/+1
* XFAIL TestReturnValue for remote Windows->Android testsPavel Labath2015-12-092-1/+4
* Fix a cleanup error in TestPlatformProcessConnect.pyTamas Berghammer2015-12-091-1/+1
* wire timeouts and exceptional inferior process exits through the test event s...Todd Fiala2015-12-095-54/+420
* Remove the -c option from dotest.py.Zachary Turner2015-12-086-164/+6
* Remove the -X option from dotest.pyZachary Turner2015-12-083-10/+3
* Remove the -g option from dotest.pyZachary Turner2015-12-083-11/+1
* Remove the -b option from dotest.pyZachary Turner2015-12-085-49/+0
* Remove +b option from dotest.pyZachary Turner2015-12-084-22/+1
* Remove the -D option from dotest.py.Zachary Turner2015-12-083-9/+0
* flip on executable bit on test runner testsTodd Fiala2015-12-082-0/+0
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-085-17/+87
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-8/+2
* Fixup dotest.py on mac for the configuration packagePavel Labath2015-12-082-3/+3
* Fixup dotest.py after the configuration package introductionPavel Labath2015-12-081-1/+1
* Move LLDBTestResult class to its own module.Zachary Turner2015-12-083-231/+259
* Get rid of global variables in dotest.pyZachary Turner2015-12-0821-721/+560
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-2/+2
* Refactor ResultsFormatter creation into result_formatter.Todd Fiala2015-12-082-73/+133
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Add initial NetBSD support in lldbsuite/test/lldbtest.pyKamil Rytarowski2015-12-071-5/+21
* Return gmake as the default name for GNU make on NetBSDKamil Rytarowski2015-12-071-1/+1
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-075-19/+20
* getwd(3) with NULL pointer extension is supported on NetBSDKamil Rytarowski2015-12-071-2/+2
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-071-0/+3
* Recommit "Fix race during process interruption"Pavel Labath2015-12-072-3/+5
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* Added lldbsuite.lldb_test_root, switched formatter to use it.Todd Fiala2015-12-071-5/+2
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Moved total test count and rerun count into summary counts.Todd Fiala2015-12-071-8/+22
* Move test summary counts to end; simplify issue detail lineTodd Fiala2015-12-071-6/+16
* Define new builder_netbsdKamil Rytarowski2015-12-052-0/+6
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* Add a similar benchmark for our std::map performanceEnrico Granata2015-12-043-0/+75
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Add a benchmark that validates how much time LLDB spends trying to fully prin...Enrico Granata2015-12-043-0/+75
* Marked TestModulesInlineFunctions.py XFAILTodd Fiala2015-12-041-0/+1
* Fix test error in TestObjCCheckers.pyTodd Fiala2015-12-041-1/+1
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
OpenPOWER on IntegriCloud