summaryrefslogtreecommitdiffstats
path: root/lldb/test/benchmarks/disassembly/TestDisassembly.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-156/+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-16/+18
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-0/+2
* Refactored lldb executable name discoveryVince Harron2015-05-181-5/+5
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+2
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Move some print stmts to the test method, where they get printed only if the ...Johnny Chen2011-12-101-4/+8
* Modified the script to have the flexibility of specifying the gdb executable ...Johnny Chen2011-12-071-1/+22
* Fix wrong directory name.Johnny Chen2011-10-211-1/+1
* Parameterize the iteration count used when running benchmarks, instead of har...Johnny Chen2011-10-201-4/+7
* If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen2011-10-071-2/+2
* Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' ex...Johnny Chen2011-08-261-1/+1
* Add a benchmark comparing lldb vs. gdb with disassembly on a large function (...Johnny Chen2011-08-041-0/+127
OpenPOWER on IntegriCloud