summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
...
* Address failing Go tests on go version from Ubuntu 14.04Todd Fiala2015-10-061-1/+23
* Convert expectedFlakeyDarwin to expectedFlakeyDsym for TestCallUserDefinedFun...Todd Fiala2015-10-061-1/+1
* Reduce load on TestMultipleDebuggers.Todd Fiala2015-10-061-1/+1
* Switching TestCallUserDefinedFunction from xfail to flaky on OS X.Todd Fiala2015-10-061-1/+1
* Rename a test case to avoid name conflictTamas Berghammer2015-10-061-0/+0
* [LLDB][MIPS] Skip invalid size watchpoint testcase for MIPSMohit K. Bhakkad2015-10-051-0/+1
* Do not attempt to join the remote paths if none existEnrico Granata2015-10-021-1/+1
* Re-disable TestBuiltinTrap on Windows.Zachary Turner2015-10-021-0/+1
* Updated xfail / skip status on a few tests.Zachary Turner2015-10-024-2/+2
* Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...Oleksiy Vyalov2015-10-021-0/+2
* Fix race on subprocess.Popen return values.Todd Fiala2015-10-022-1/+49
* Change expected stop reason in TestInferiorAssert for Android API <= 16Tamas Berghammer2015-10-021-1/+5
* Teach 'type lookup' to pull types from clang modules; also add a test caseEnrico Granata2015-10-023-0/+71
* [lldb-mi] Add support for StopAtEntry in MI via "-exec-run --start".Dawn Perchik2015-10-011-0/+20
* Fixes a potential hang in test runner timeout logic.Todd Fiala2015-09-303-17/+86
* XFAIL 2 test in TestTargetCommands on android-aarch64Tamas Berghammer2015-09-301-0/+2
* Fix TestAttachDenied on linuxPavel Labath2015-09-302-4/+5
* Merge dwarf and dsym testsTamas Berghammer2015-09-30366-7521/+2484
* Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r2...Todd Fiala2015-09-291-0/+1
* test runner: switch to pure-Python timeout mechanismTodd Fiala2015-09-296-75/+1099
* Enable test_create_after_attach_with_dwarf_and_popen on linuxPavel Labath2015-09-291-1/+0
* Remove XTIMEOUT from TestProcessAttach on linuxPavel Labath2015-09-281-1/+0
* Revert "Fix race condition during process detach"Pavel Labath2015-09-281-0/+1
* Added python script to support running pylint.Todd Fiala2015-09-261-0/+92
* Re-enable FreeBSD tests do not hang locallyEd Maste2015-09-252-2/+2
* Re-enable some skipped tests on FreeBSDEd Maste2015-09-252-5/+0
* Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik2015-09-252-3/+33
* [TestCppIncompleteTypes] Handle different archs when building a.o.Siva Chandra2015-09-241-1/+1
* [TestCppIncompleteTypes] Remove the dependence on std::string.Siva Chandra2015-09-247-26/+45
* Don't enter interactive loop when finished running the test suite.Greg Clayton2015-09-241-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-2/+2
* Added the ability to register key callbacks for much easier key handling. Als...Greg Clayton2015-09-242-70/+89
* Check existence of SIGHUP before using itYing Chen2015-09-231-2/+4
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-233-96/+0
* [TestCppIncompleteTypes] Fix Makefile to handle different archs.Siva Chandra2015-09-231-4/+4
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-231-1/+0
* Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste2015-09-231-1/+0
* DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or childSiva Chandra2015-09-235-0/+146
* test framework: fixed issue when using results formatter with no formatter op...Todd Fiala2015-09-231-3/+5
* Cleaned up results formatter options hand-off.Todd Fiala2015-09-234-60/+111
* Fix race condition during process detachPavel Labath2015-09-231-1/+0
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-233-0/+96
* Fix a test case which was failing. There was no actual problem in the test lo...Enrico Granata2015-09-221-1/+1
* test runner: remove print from prior commit; fixup listner socket backlogTodd Fiala2015-09-222-9/+8
* test framework: default to threading-based test runnersTodd Fiala2015-09-221-16/+57
* Test runner process group isolation take 2.Todd Fiala2015-09-221-1/+7
* Update TestChangeProcessGroup to remove obsolete workaround.Chaoren Lin2015-09-221-3/+0
* Allow TAB key to switch first responder when tests are running or completed.Greg Clayton2015-09-222-3/+52
* Add missing file that contains the curses test suite code. To run with curses...Greg Clayton2015-09-221-0/+189
* Roll back r248282.Todd Fiala2015-09-221-2/+1
OpenPOWER on IntegriCloud