index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lldbtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldbtest] Remove some accidentally commented out code.
Davide Italiano
2019-02-20
1
-2
/
+0
*
[lldbtest] Fix some code to be compatible between py2 and py3.
Davide Italiano
2019-02-18
1
-18
/
+4
*
[dotest] Fix compiler version number comparison
Frederic Riss
2019-02-14
1
-4
/
+5
*
Only check the dwarf version when using the dwarf category
Adrian Prantl
2019-01-24
1
-2
/
+2
*
Unbreak windows bots
Adrian Prantl
2019-01-24
1
-9
/
+10
*
Add decorator support for the DWARF version produced by the compiler
Adrian Prantl
2019-01-24
1
-0
/
+13
*
Revert "[dotest] Add logging to investigate CI issue."
Jonas Devlieghere
2019-01-23
1
-6
/
+1
*
[dotest] Add logging to investigate CI issue.
Jonas Devlieghere
2019-01-18
1
-1
/
+6
*
lldbtest.py: try to fix a runtime exception
Adrian Prantl
2019-01-10
1
-4
/
+7
*
Update a comment according to r255360 "Remove -r and -R options from dotest.py"
Tatyana Krasnukha
2018-12-14
1
-2
/
+1
*
Use a shared module cache directory for LLDB.
Adrian Prantl
2018-11-16
1
-2
/
+3
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
1
-18
/
+0
*
[dotest] Make a missing FileCheck binary a warning, not an error
Vedant Kumar
2018-10-12
1
-0
/
+2
*
[lldbsuite] Fix the filecheck functionality to work with Python 3
Stella Stamenova
2018-10-12
1
-1
/
+1
*
[lldbtest] Fix self.filecheck check file lookup
Vedant Kumar
2018-09-20
1
-10
/
+11
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
1
-0
/
+48
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-0
/
+29
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-0
/
+40
*
lldbtest.py: Unconditionally set the clang module cache path.
Adrian Prantl
2018-08-21
1
-12
/
+9
*
Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...
Greg Clayton
2018-08-16
1
-0
/
+5
*
Added missing null checks to fix r339351
Raphael Isemann
2018-08-09
1
-1
/
+5
*
Also display the output and error output of a failed command
Raphael Isemann
2018-08-09
1
-1
/
+6
*
Add the actually calculated completions to COMPLETION_MSG
Raphael Isemann
2018-07-27
1
-2
/
+3
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
1
-5
/
+5
*
[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...
Stella Stamenova
2018-06-13
1
-1
/
+1
*
[LLDB] Unit tests basic support for OpenBSD
David Carlier
2018-06-04
1
-15
/
+19
*
[dotest] Make the set of tests independent of the test configuration
Pavel Labath
2018-04-24
1
-44
/
+8
*
Fix some tests for PPC64le architecture
Pavel Labath
2018-03-20
1
-0
/
+7
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
1
-33
/
+23
*
[dotest] remove confirm_directory_exclusivity remnants
Pavel Labath
2018-03-15
1
-13
/
+0
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
1
-1
/
+6
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
1
-1
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-2
/
+2
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
1
-3
/
+3
*
Fix paralelization of remote tests
Pavel Labath
2018-02-16
1
-1
/
+1
*
[dosep] Run tests in a more parallel fashion
Pavel Labath
2018-02-16
1
-6
/
+9
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
1
-0
/
+8
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
1
-4
/
+4
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
1
-63
/
+42
*
[dotest] make debug info variant accessible in setUp()
Pavel Labath
2018-02-05
1
-18
/
+19
*
Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
Adrian Prantl
2018-01-30
1
-0
/
+12
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-49
/
+72
*
Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASE
Adrian Prantl
2018-01-30
1
-0
/
+2
*
One more TestGDBRemoteClient/windows fix
Pavel Labath
2018-01-30
1
-2
/
+3
*
Fix TestGDBRemoteClient on windows
Pavel Labath
2018-01-30
1
-2
/
+3
*
dotest: Apply --skip-categories to debug info categories
Vedant Kumar
2018-01-30
1
-1
/
+1
*
[lldb] Generic base for testing gdb-remote behavior
Pavel Labath
2018-01-29
1
-4
/
+29
*
Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from it
Adrian Prantl
2018-01-23
1
-4
/
+4
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
1
-1
/
+6
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
1
-24
/
+0
[next]