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
/
dotest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.
Davide Italiano
2019-01-10
1
-4
/
+5
*
When no FileCheck binary is specified, look in the llvm/clang bin
Jason Molenda
2018-11-01
1
-0
/
+32
*
[dotest] Make a missing FileCheck binary a warning, not an error
Vedant Kumar
2018-10-12
1
-4
/
+8
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
1
-0
/
+7
*
[dotest] Make --test-subdir work with --no-multiprocess
Vedant Kumar
2018-08-16
1
-6
/
+11
*
Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...
Greg Clayton
2018-08-16
1
-0
/
+13
*
[testsuite] Implement a category to skip libstdcxx tests
Davide Italiano
2018-07-10
1
-0
/
+18
*
[lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...
Stella Stamenova
2018-05-09
1
-2
/
+2
*
Test Commit: fix a comment to be grammatically correct
Stella Stamenova
2018-05-07
1
-1
/
+1
*
[dotest] Make the set of tests independent of the test configuration
Pavel Labath
2018-04-24
1
-0
/
+17
*
[dotest] Fix syntax error and typo.
Jonas Devlieghere
2018-04-12
1
-1
/
+1
*
[dotest] Use in-tree dsymutil on Darwin
Jonas Devlieghere
2018-04-12
1
-0
/
+6
*
[dotest] --skip-category should append and not override.
Davide Italiano
2018-04-05
1
-1
/
+1
*
[test] Skip a test when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
1
-0
/
+3
*
Use an alternative approach to prevent Spotlight from indexing the build dire...
Adrian Prantl
2018-02-02
1
-8
/
+0
*
Create a marker for Spotlight to never index $BUILD_DIR.
Adrian Prantl
2018-02-01
1
-2
/
+11
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-0
/
+13
*
[lldbtestsuite] Don't crash on `None` input for is_exe().
Davide Italiano
2018-01-26
1
-0
/
+2
*
[dotest] Remove crashinfo hook
Pavel Labath
2018-01-10
1
-1
/
+0
*
Revert "[lldbtests] Handle errors instead of crashing."
Pavel Labath
2017-10-24
1
-5
/
+1
*
[lldbtests] Handle errors instead of crashing.
Davide Italiano
2017-10-23
1
-1
/
+5
*
Centralize libc++ test skipping logic
Pavel Labath
2017-03-29
1
-0
/
+25
*
Fix remote test suite directory creation
Pavel Labath
2017-03-20
1
-2
/
+9
*
allow for specification of compiler/lldb executables basename
Tim Hammerquist
2017-03-17
1
-0
/
+4
*
executables should be validated before spawning subprocesses
Tim Hammerquist
2017-03-17
1
-2
/
+14
*
dotest.py: remove the ability to specify different architectures/compilers in...
Pavel Labath
2017-03-15
1
-128
/
+87
*
[CMake] Override debugserver to use the build tree on Darwin
Chris Bieneman
2017-03-14
1
-0
/
+3
*
[Test-Suite] Speculative fix for darwin bots
Chris Bieneman
2016-10-31
1
-2
/
+2
*
[Test Suite] Properly respect --framework option
Chris Bieneman
2016-10-31
1
-0
/
+3
*
[Test Suite] Allow overriding codesign identity
Chris Bieneman
2016-10-21
1
-0
/
+2
*
Fix lookup path for lldb-mi
Chris Bieneman
2016-10-12
1
-6
/
+7
*
Improvements to testing blacklist
Francis Ricci
2016-10-04
1
-22
/
+14
*
Allow for tests to be disabled at runtime
Francis Ricci
2016-09-23
1
-1
/
+51
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-105
/
+240
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
1
-0
/
+1
*
test: remove use of undefined variables
Saleem Abdulrasool
2016-05-16
1
-2
/
+1
*
test: add missing splat
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
test: add missing parameter
Saleem Abdulrasool
2016-05-16
1
-1
/
+1
*
test infra: catch bad decorators and import-time errors
Todd Fiala
2016-05-13
1
-54
/
+79
*
fix argument usage for '-#' command line option
Todd Fiala
2016-05-05
1
-1
/
+1
*
Store absolute path for lldb executable in dotest.py
Francis Ricci
2016-04-25
1
-1
/
+1
*
test infra: move test event-related handling into its own package
Todd Fiala
2016-04-20
1
-10
/
+8
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-1
/
+1
*
Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.
Adrian McCarthy
2016-03-10
1
-11
/
+0
*
Add a symbolic link from the test directory to the actual - elsewhere located...
Enrico Granata
2015-12-16
1
-1
/
+1
*
test-infra: refactored new summary results into base ResultsFormatter class
Todd Fiala
2015-12-15
1
-1
/
+1
*
test infra: enable single-worker rerun phase for flakey tests.
Todd Fiala
2015-12-14
1
-0
/
+1
*
Make debug info specification use categories system.
Zachary Turner
2015-12-14
1
-17
/
+0
*
test infra: adds book-keeping for rerunnable tests
Todd Fiala
2015-12-12
1
-0
/
+3
*
Revert "Revert "Turn on new test summary results by default.""
Todd Fiala
2015-12-11
1
-0
/
+6
[next]