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
/
functionalities
/
data-formatter
/
data-formatter-stl
/
libstdcpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
9
-9
/
+0
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
2
-13
/
+16
*
Disable the empty string check in TestDataFormatterStdString
Pavel Labath
2019-09-27
1
-1
/
+2
*
[lldb] Test data formatters for empty strings
Raphael Isemann
2019-09-25
2
-0
/
+6
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
4
-4
/
+4
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
9
-27
/
+9
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
9
-18
/
+0
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
3
-3
/
+3
*
[tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...
Stella Stamenova
2018-08-10
1
-0
/
+1
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
1
-1
/
+1
*
[testsuite] Implement a category to skip libstdcxx tests
Davide Italiano
2018-07-10
9
-30
/
+9
*
Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-09
9
-9
/
+26
*
[test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-06
9
-26
/
+9
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
2
-0
/
+16
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
9
-10
/
+10
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
8
-44
/
+0
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
9
-0
/
+10
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-0
/
+6
*
Do not dereference std::unique_ptr by default
Tamas Berghammer
2017-03-31
2
-5
/
+47
*
Display the pointer value in the libstdc++ unique_ptr summary
Pavel Labath
2016-11-09
1
-4
/
+4
*
Revert "Improve the libstdc++ smart pointer formatters"
Pavel Labath
2016-10-25
2
-48
/
+16
*
Add data formatter for libstdc++ unique_ptr
Tamas Berghammer
2016-10-21
3
-0
/
+91
*
Add data formatter for libstdc++ tuple
Tamas Berghammer
2016-10-21
3
-0
/
+66
*
Improve the libstdc++ smart pointer formatters
Tamas Berghammer
2016-10-21
2
-16
/
+48
*
Remove ancient icc decorators
Pavel Labath
2016-09-26
4
-12
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
7
-423
/
+527
*
This doesn't compiler on Darwin. Skipping it.
Greg Clayton
2016-07-12
1
-0
/
+1
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
3
-0
/
+80
*
Remove expectedFailureFreeBSD decorator
Ed Maste
2016-02-19
1
-1
/
+1
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
4
-4
/
+4
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
6
-6
/
+12
*
Remove expectedFailureFreeBSD decorator from now-passing tests
Ed Maste
2015-11-24
3
-3
/
+0
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
6
-6
/
+6
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
6
-12
/
+12
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
18
-0
/
+1221