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
/
lang
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
2
-1
/
+69
*
Test that lldb calls the right 'printf' even when a 'printf' method exists.
Sean Callanan
2016-06-20
2
-0
/
+25
*
xfail TestWithModuleDebugging.py on macOS
Todd Fiala
2016-06-16
1
-0
/
+1
*
Fixed C++ template integer parameter types to work correctly when the integer...
Greg Clayton
2016-06-10
3
-0
/
+94
*
Enable some tests on linux
Pavel Labath
2016-06-09
2
-2
/
+0
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
2
-15
/
+0
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
2
-0
/
+15
*
Fix makefile for TestExternCSymbols
Tamas Berghammer
2016-06-03
1
-1
/
+1
*
Fixed a problem where we couldn't call extern "C" functions.
Sean Callanan
2016-06-02
3
-0
/
+36
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
1
-7
/
+1
*
Avoid using stdio in TestVirtual
Pavel Labath
2016-05-26
2
-20
/
+22
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
2
-1
/
+3
*
Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...
Pavel Labath
2016-05-09
1
-1
/
+1
*
XFail TestLambdas.py on Windows after fixing some of the problems
Adrian McCarthy
2016-05-04
2
-4
/
+4
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
3
-0
/
+35
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
3
-35
/
+0
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
3
-0
/
+35
*
Remove flaky decorator from three tests on linux
Pavel Labath
2016-04-27
1
-1
/
+0
*
Adds a test to detect when clang omits specialized generic types from debug i...
Kate Stone
2016-04-19
4
-0
/
+80
*
Added a testcase for defining and using lambdas in the expression parser.
Sean Callanan
2016-04-15
2
-0
/
+21
*
Fix test cases for big-endian systems
Ulrich Weigand
2016-04-14
1
-1
/
+7
*
Skip a test in TestNamespaceLookup on linux to avoid a crash
Pavel Labath
2016-04-12
1
-0
/
+1
*
Switch from unittest2.expectedFailure to our own decorator on TestSTL
Pavel Labath
2016-03-16
1
-2
/
+1
*
Fix TestInlines.py on Windows
Adrian McCarthy
2016-02-29
4
-0
/
+114
*
Remove expectedFailureFreeBSD decorator
Ed Maste
2016-02-19
2
-2
/
+2
*
Remove XFAIL from test passing on FreeBSD
Ed Maste
2016-02-19
1
-1
/
+0
*
Enable TestUnicodeLiterals
Pavel Labath
2016-02-19
1
-4
/
+0
*
Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.
Sean Callanan
2016-02-12
3
-1
/
+1
*
Remove FreeBSD failure decorator from TestCppIncompleteTypes
Ed Maste
2016-02-10
1
-1
/
+0
*
Remove skipIf<compiler> decorators.
Zachary Turner
2016-02-09
1
-2
/
+2
*
Delete all the xfail / skip decorators for specific compilers.
Zachary Turner
2016-02-09
8
-10
/
+9
*
A number of improvements to decorator conditionals.
Zachary Turner
2016-02-08
1
-1
/
+1
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
16
-30
/
+22
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
3
-0
/
+275
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
23
-23
/
+46
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
3
-275
/
+0
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
3
-0
/
+275
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
3
-3
/
+6
*
Always write the session file in UTF-8.
Zachary Turner
2016-02-01
1
-1
/
+0
*
Revert "Resubmit r258759 with proper unicode handling."
Zachary Turner
2016-01-27
1
-0
/
+1
*
Resubmit r258759 with proper unicode handling.
Zachary Turner
2016-01-27
1
-1
/
+0
*
XFail TestCPPAuto on Windows until we can find the root problem.
Adrian McCarthy
2016-01-27
1
-0
/
+1
*
Reverting r258759 as it is breaking the OSX build
Enrico Granata
2016-01-26
1
-0
/
+1
*
Write the session log file in UTF-8.
Zachary Turner
2016-01-26
1
-1
/
+0
*
XFail TestNamespaceLookup tests on Windows.
Adrian McCarthy
2016-01-22
1
-1
/
+5
*
NFC. Corrects name of test class and a comment.
Adrian McCarthy
2016-01-21
1
-2
/
+2
*
Remove assumptions that thread 0 is always the main thread.
Zachary Turner
2016-01-21
5
-18
/
+12
*
XFAIL TestCppNsImport on FreeBSD
Ed Maste
2015-12-22
1
-0
/
+1
*
Add expectedFailureFreeBSD to tests failing in the same way as on Linux
Ed Maste
2015-12-22
1
-0
/
+3
*
[TestCPPAuto] On linux, we need -fno-limit-debug-info.
Siva Chandra
2015-12-19
2
-1
/
+4
[next]