summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* Use new set when checking if a test event type matches the job/test result typesTodd Fiala2015-12-111-3/+1
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-112-2/+9
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Remove hardcoded registers from Hexagon ABITed Woodward2015-12-111-10/+21
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-111-191/+177
* Add expected timeout support to test event architecture.Todd Fiala2015-12-114-1/+74
* Remove -S option from dotest.py.Zachary Turner2015-12-115-21/+1
* Remove -r and -R options from dotest.py.Zachary Turner2015-12-113-108/+1
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-112-19/+29
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-113-4/+30
* Create test for llvm.org/pr25806Tamas Berghammer2015-12-1113-15/+100
* XFAIL TestLoadUnload for Windows->AndroidPavel Labath2015-12-111-0/+1
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* [RenderScript] Support for amd64 RS hooksEwan Crawford2015-12-111-9/+54
* Revert "Turn on new test summary results by default."Pavel Labath2015-12-112-9/+2
* test result details now print module.class.test_name in verbose mode.Todd Fiala2015-12-102-2/+10
* Add NetBSD support in the buildDriver and buildLibrary routinesKamil Rytarowski2015-12-101-2/+2
* Remove the -y option from dotest.py.Zachary Turner2015-12-1011-38/+9
* Remove the -x option from dotest.py.Zachary Turner2015-12-106-20/+3
* Remove deprecated command line options from dotest.pyZachary Turner2015-12-102-19/+0
* Remove the --output-on-success command line argument from dotest.Zachary Turner2015-12-104-31/+5
* Remove the -T option from dotest.py.Zachary Turner2015-12-103-17/+0
* Remove -w option from dotest.py.Zachary Turner2015-12-103-16/+0
* Add Hexagon ABI to System InitializationTed Woodward2015-12-101-0/+3
* Add modules downloaded by ModuleCache to the global ModuleListTamas Berghammer2015-12-101-5/+11
* Switch to gold linker on android x86, x86_64, armTamas Berghammer2015-12-101-0/+7
* [RenderScript] Refactor condition deciding when to JIT RS runtimeEwan Crawford2015-12-101-9/+19
* Differential Revision: http://reviews.llvm.org/D15333Aidan Dodds2015-12-101-9/+7
* enable timeout/exceptional exit support for xUnit formatterTodd Fiala2015-12-093-2/+97
* Put progress.py back, apparently this can't be deleted.Zachary Turner2015-12-091-0/+154
* Remove the -P option from dotest.pyZachary Turner2015-12-095-175/+0
* Delete the -n command line option from dotest.py.Zachary Turner2015-12-093-19/+7
* Remove the -i command line option from dotest.py.Zachary Turner2015-12-093-11/+0
* 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
* [RenderScript] Add hook for destroyed allocationsEwan Crawford2015-12-092-1/+46
* Correctly XFAIL TestReturnValuePavel Labath2015-12-091-1/+1
* [LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...Sagar Thakur2015-12-092-7/+11
* 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
* Add some additional safety checks to the StructuredData accessJason Molenda2015-12-091-52/+74
OpenPOWER on IntegriCloud