summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Retry deletion of temporary files to avoid race conditions on Windows.Adrian McCarthy2016-04-111-12/+15
* Fix makefile for TestMiThreadInfo after rL265858 (2nd try)Tamas Berghammer2016-04-111-0/+2
* Fix makefile for TestMiThreadInfo after rL265858Tamas Berghammer2016-04-111-2/+0
* Add a ThreadSanitizer testcase that tests multiple reported issues.Kuba Brecka2016-04-103-0/+212
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-2/+2
* Fix TestBreakpointSetRestart failure on Android.Oleksiy Vyalov2016-04-091-6/+12
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-084-48/+11
* -thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2016-04-083-0/+67
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-082-31/+1
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-083-0/+61
* fix missing import of 'time' in lldbutil.wait_for_file_on_targetTodd Fiala2016-04-081-0/+1
* Enabling AddressSanitizer tests, they should pass now (and this time I mean it).Kuba Brecka2016-04-072-2/+0
* Enable TestDebugBreak on x86_64 as wellPavel Labath2016-04-071-1/+1
* Fixup TestLinuxCore on windowsPavel Labath2016-04-061-0/+2
* Fix and xfail TestRegisterVariables after rL265498Tamas Berghammer2016-04-062-8/+3
* Fixup r265398Pavel Labath2016-04-061-0/+1
* make TestRegisterVariables slightly more resilientTodd Fiala2016-04-062-16/+123
* Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo...Adrian McCarthy2016-04-051-1/+0
* XFail TestImport.py on Windows because Python 3 import rules don't work that ...Adrian McCarthy2016-04-051-0/+1
* Fix dotest.py '-p' option for multi-process modeStephane Sezer2016-04-051-0/+4
* Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")Kuba Brecka2016-04-052-0/+2
* Enabling AddressSanitizer tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fixing AddressSanitizer tests (update expectations for current ASan, make it ...Kuba Brecka2016-04-052-23/+13
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-056-71/+34
* Enabling TSan tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fix ThreadSanitizer test cases to work on OS X 10.10 and older.Kuba Brecka2016-04-052-0/+10
* Fix TestPlatformProcessConnect after rL265357Tamas Berghammer2016-04-051-1/+5
* Fix a bug in linux core file handlingPavel Labath2016-04-055-8/+71
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-1/+5
* disabled TSAN tests until the author can help track down CI failuresTodd Fiala2016-04-042-0/+2
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-04-042-7/+2
* skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...Todd Fiala2016-04-012-0/+2
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-6/+1
* mark TestCallWithTimeout.py XFAIL on macosx.Todd Fiala2016-04-011-1/+1
* Guard xunit result test class and test method name access to prevent testbot ...Todd Fiala2016-04-011-2/+2
* Fix clean rule for a makefilePavel Labath2016-04-011-1/+1
* Don't vary debug info for lldb-server testsPavel Labath2016-03-312-1/+13
* Add --help and --long-help options to 'command alias' such that one can now s...Enrico Granata2016-03-311-0/+13
* Enhance the 'type X list' commands such that they actually alert the user if ...Enrico Granata2016-03-302-1/+4
* Fixed a problem where a dSYM wasn't properly found because it had the wrong nameSean Callanan2016-03-302-2/+3
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-03-302-13/+3
* Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...Greg Clayton2016-03-303-6/+6
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-1/+5
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-285-0/+174
* Fix an issue with nested aliases where the help system wouldn't correctly tra...Enrico Granata2016-03-251-0/+8
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-253-0/+114
* Make File option flags consistent for Python APIStephane Sezer2016-03-242-1/+44
* Make 'type lookup' print an error message instead of complete radio silence w...Enrico Granata2016-03-241-0/+1
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-236-0/+219
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-1/+1
OpenPOWER on IntegriCloud