Remove multiple spec files
[platform/upstream/llvm.git] / lldb / test /
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-19 Hans WennborgCreating release_50 branch off revision 308441
2017-07-18 Tim Hammerquistcmake build needs to run tests AND collect results
2017-03-14 Chris Bieneman[CMake] Override debugserver to use the build tree...
2017-03-01 Pavel Labathtest: pass correct objcopy and ar paths to the test...
2016-12-15 Chris Bieneman[CMake] Only support LLDB_BUILD_FRAMEWORK on CMake...
2016-11-02 Chris Bieneman[CMake] Support LLDB_TEST_CLANG in check-lldb target(s)
2016-10-31 Chris Bieneman[CMake] Populate the build directory's framework
2016-10-31 Chris Bieneman[Test Suite] Properly respect --framework option
2016-10-21 Chris Bieneman[Test Suite] Allow overriding codesign identity
2016-10-18 Chris Bieneman[CMake] Don't include LLDB_TEST_COMPILER in cached...
2016-10-12 Chris Bieneman[CMake] Cleanup check-lldb targets
2016-09-06 Kate Stone*** This commit represents a complete reformatting...
2016-06-22 Jason HenlineCreate parallel-libs subproject in LLVM
2016-05-23 Zachary TurnerAlways rerun all tests on Windows.
2016-05-17 Zachary TurnerAllow custom formatting of session log file names.
2016-01-15 Zachary TurnerFix ResourceWarning about unclosed file in use_lldb_sui...
2015-12-16 Enrico GranataAdd a symbolic link from the test directory to the...
2015-11-20 Zachary TurnerRemove `lldb.root` and just look for the file we care...
2015-11-02 Ryan BrownMove go expression tests to the new location.
2015-11-02 Ryan BrownCreate an expression parser for Go.
2015-10-28 Adrian McCarthyAdd check for __main__ in dotest.py to ensure problems...
2015-10-28 Zachary TurnerTry to fix the linux buildbot.
2015-10-28 Zachary TurnerMove lldb/test to lldb/packages/Python/lldbsuite/test.
2015-10-28 Ravitheja AddepallyChanges for Bug 17384
2015-10-27 Zachary TurnerPreparation for turning lldbsuite into a Python package.
2015-10-27 Zachary TurnerRename `lldb_shared` to `use_lldb_suite`.
2015-10-27 Pavel LabathDeprecate -m/+m dotest options in favor of test categories
2015-10-27 Pavel LabathFix race condition in process resume
2015-10-26 Enrico GranataChange TestTypeCompletion to not rely on std::string
2015-10-26 Zachary TurnerPython 3: Convert uses of `callable(x)` to `six.callabl...
2015-10-26 Zachary TurnerRemove use of octal literals.
2015-10-26 Greg ClaytonFixed the test suite on MacOSX so that "test/api/multit...
2015-10-26 Zachary TurnerWrap call to zip() in list()
2015-10-26 Zachary TurnerPython3 - Change sys.maxint to sys.maxsize.
2015-10-26 Zachary TurnerConvert `long` to `int`, and portably detect all integr...
2015-10-26 Zachary TurnerPython3 - Change `dict.has_key(x)` to `x in dict`
2015-10-26 Zachary TurnerConvert deprecated unittest method names.
2015-10-26 Zachary TurnerFix usages of range() and xrange() for Python 3.
2015-10-26 Pavel LabathPort the python api decorator to use test categories
2015-10-24 Dawn Perchik[lldb-mi] Fix expansion of anonymous structures and...
2015-10-24 Enrico GranataLower the depth of the recursion in this test since...
2015-10-23 Siva Chandra[TestBreakpointCommand] Fix after r251121
2015-10-23 Zachary TurnerMake uses of unicode literals portable.
2015-10-23 Zachary TurnerPython3 - Wrap more statements in calls to list()
2015-10-23 Zachary TurnerRemove argparse_compat.
2015-10-23 Zachary TurnerAdd from __future__ import print_function everywhere.
2015-10-23 Pavel LabathEnable the libc++ tests on linux
2015-10-23 Dawn Perchik[lldb-mi] display summary for simple types + refactor...
2015-10-22 Zachary TurnerPython 3 porting - Wrap returns from map() in list()
2015-10-22 Zachary TurnerUpdate every test to import `lldb_shared`.
2015-10-22 Zachary TurnerRemove special case logic for finding 3rd party libs
2015-10-22 Zachary TurnerMove third party libraries to lldb/third_party
2015-10-22 Todd FialaFix libstdc++ data formatters on Ubuntu 15.10 x86_64
2015-10-21 Greg ClaytonFix typo so that "./dotest.py --results-formatter=curse...
2015-10-21 Siva Chandra[SBValue] Add a method GetNumChildren(uint32_t max)
2015-10-21 Zachary TurnerUse six to portably handle module renames in Python...
2015-10-21 Adrian McCarthySkip TestMultithreaded on Windows.
2015-10-21 Pavel LabathClean up more .dwo files after the tests run
2015-10-21 Pavel Labath[DataFormatters] Make libc++ list loop detection linear
2015-10-20 Zachary TurnerUse six to portably assign metaclasses in Python 2...
2015-10-20 Zachary TurnerIntroduce a mechanism for reusing Python modules out...
2015-10-20 Pavel LabathIncrease default memory cache line size for android
2015-10-20 Siva ChandraAdjust TestCompletion.py and TestDumpDynamic.py after...
2015-10-19 Zachary TurnerConvert print statements to print function calls.
2015-10-19 Enrico GranataAdd a flakey category for flakey tests
2015-10-19 Enrico GranataTeach the lldbinline test cases to run in DWO mode
2015-10-16 Greg ClaytonSplit getting the key from a window from the code that...
2015-10-16 Adrian McCarthySkip hanging watchpoint test on Windows (rather than...
2015-10-16 Greg ClaytonMore general fixes to the tree view and BoxedPanel.
2015-10-15 Adrian McCarthyFactor the execution of the test method into a separate...
2015-10-15 Todd FialaFixup previous commit.
2015-10-15 Todd FialaModify pylint/flake8 path helper to add lldb python...
2015-10-15 Jason MolendaIn r240466, when Greg added the jThreadsInfo packet...
2015-10-15 Greg ClaytonFix the ability to quit and use a custom exception...
2015-10-14 Enrico GranataAdd a data formatter for __NSArray0, the type of empty...
2015-10-14 Pavel Labathlldb-server: add support for binary memory reads
2015-10-14 Pavel LabathMark TestBatchMode as flaky on linux
2015-10-13 Todd FialaArchSpec: fix unintentional promotion of unspecified...
2015-10-13 Greg ClaytonAdded tree panels.
2015-10-13 Adrian McCarthyXfail a watchpoint test on Windows, until Windows imple...
2015-10-13 Adrian McCarthyFix TestTargetAPI.py test for users who use Swig 3...
2015-10-12 Jim InghamFix test for change in a summary string (objects -...
2015-10-12 Pavel LabathTestAttachResume is still flaky on linux. mark it as...
2015-10-12 Adrian McCarthySwitch threading mode for tests on Windows when there...
2015-10-12 Pavel Labathdotest.py: Remove useless AttributeError catches
2015-10-12 Tamas BerghammerImprove TestValueOfVectorVariable
2015-10-12 Abhishek AggarwalX86: Change FTAG register size in FXSAVE structure
2015-10-09 Siva Chandra[TestValueOfVectorVariable] Reduce the vector size...
2015-10-09 Mohit K. BhakkadCorrection in rL249838: Moving test to appropriate...
2015-10-09 Pavel Labathdotest.py: Fail if we detect multiple tests with the...
2015-10-09 Tamas BerghammerFix the way dwo tests are skipped on darwin
2015-10-09 Pavel LabathRename one of the TestGoASTContexts
next