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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-0
/
+3
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
67
-148
/
+0
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
2
-1
/
+6
*
[Test] Remove no_debug_info_test decorator from Obj-C data formatters.
Jonas Devlieghere
2019-04-05
11
-11
/
+0
*
[testsuite] Split Objective-C data formatter
Jonas Devlieghere
2019-04-05
14
-530
/
+584
*
Fix a double-overrelease in the TestDataFormatterObjC test program.
Adrian Prantl
2019-03-14
1
-4
/
+5
*
[Python] Fix TestDataFormatterSmartArray to work across python versions.
Davide Italiano
2019-03-13
1
-4
/
+4
*
[lldbsuite] Un-xfail TestPyObjSynthProvider on Windows
Stella Stamenova
2019-03-13
1
-1
/
+0
*
Re-enable this test, the underlying bug was fixed and the test now passes.
Jim Ingham
2019-03-12
1
-1
/
+0
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
1
-1
/
+2
*
Fix TestDataFormatterLibcxxListLoop.py test
Raphael Isemann
2019-02-16
1
-0
/
+8
*
[Test] Fix up tests affected by the new LLVM header.
Jonas Devlieghere
2019-01-22
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
38
-152
/
+114
*
[lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows
Stella Stamenova
2018-12-20
1
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
2
-6
/
+0
*
[lldbsuite] Each lldb suite test must have a unique class name
Stella Stamenova
2018-11-27
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
9
-9
/
+9
*
[DataFormatters] Adding formatters for libc++ std::u16string and std::u32string
Shafik Yaghmour
2018-10-26
3
-3
/
+9
*
Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...
Shafik Yaghmour
2018-10-12
1
-1
/
+1
*
Relax a data formatter test
Vedant Kumar
2018-10-05
1
-0
/
+1
*
Adding skipIf to std::variant libc++ data-formatter test since get is not ava...
Shafik Yaghmour
2018-10-03
1
-0
/
+2
*
Enable C++ tests to run in the -gmodules configuration on Darwin.
Adrian Prantl
2018-10-01
1
-4
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
3
-0
/
+148
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
1
-1
/
+6
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
3
-148
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
3
-0
/
+148
*
Avoid using short identifiers in some tests
Pavel Labath
2018-08-31
1
-1
/
+1
*
Disable exceptions for TestDataFormatterLibcxxOptional.py
Frederic Riss
2018-08-25
1
-1
/
+1
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
2
-11
/
+30
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
3
-0
/
+124
*
[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
6
-8
/
+8
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
3
-93
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
3
-0
/
+93
*
Revert "[DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-25
3
-93
/
+0
*
[DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-25
3
-0
/
+93
*
Fix TestDataFormatterUnordered for older libc++ versions
Pavel Labath
2018-07-16
1
-0
/
+5
*
Make these tests c++ tests so they can be skipped on systems that don't suppo...
Jim Ingham
2018-07-13
2
-4
/
+7
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
8
-120
/
+202
*
[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
*
Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY
Jim Ingham
2018-07-06
8
-40
/
+18
*
Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...
Jim Ingham
2018-07-05
1
-9
/
+8
*
[DataFormatter] Add CFDictionary data formatter
Jonas Devlieghere
2018-06-21
2
-1
/
+10
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
2
-1
/
+13
*
Fix tuple getter in std unique pointer pretty-printer
Pavel Labath
2018-06-11
2
-0
/
+16
*
Fix _NSCFBoolean data formatter.
Jonas Devlieghere
2018-05-18
1
-2
/
+4
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
2
-2
/
+14
[next]