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
*
Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)
Vedant Kumar
2018-01-12
1
-1
/
+7
*
Look for external types in all clang modules imported by the current symbol f...
Adrian Prantl
2018-01-04
7
-0
/
+51
*
Work around test failures on red-hat linux
Pavel Labath
2017-12-21
1
-1
/
+1
*
[TestCppScope] This test now passes on Darwin.
Davide Italiano
2017-12-12
1
-5
/
+0
*
Makefile.rules: compile all tests with -fno-limit-debug-info
Pavel Labath
2017-12-04
3
-11
/
+0
*
Support scoped enums in the DWARF AST parser
Tamas Berghammer
2017-11-07
1
-2
/
+2
*
remove FreeBSD xfail decorator from TestCppNsImport
Ed Maste
2017-08-10
1
-1
/
+0
*
RFix PR33875 by distinguishing between DWO and clang modules.
Adrian Prantl
2017-07-24
1
-2
/
+0
*
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
Adrian Prantl
2017-07-23
1
-0
/
+2
*
Fix PR33875 by distinguishing between DWO and clang modules
Adrian Prantl
2017-07-23
1
-2
/
+0
*
XFail TestWithModuleDebugging on linux (bug 33875)
Pavel Labath
2017-07-21
1
-0
/
+2
*
Added a testcase for local/namespaced name conflicts.
Sean Callanan
2017-05-31
3
-0
/
+39
*
xfail TestClassTemplateParameterPack on gcc to mollify lldb-x86_64-ubuntu-14....
Sean Callanan
2017-05-11
1
-1
/
+3
*
[DWARF parser] Produce correct template parameter packs
Sean Callanan
2017-05-11
6
-0
/
+104
*
Name the C++ source files for two tests correctly.
Sean Callanan
2017-04-24
2
-2
/
+2
*
Fixed two bad Makefiles that might be breaking Linux.
Sean Callanan
2017-04-24
2
-2
/
+2
*
[Expression parser] Return both types and variables
Sean Callanan
2017-04-24
7
-2
/
+98
*
Update two android XFAILS
Pavel Labath
2017-04-24
1
-1
/
+1
*
Make TestStaticVariables XFAIL more specific
Pavel Labath
2017-04-20
1
-6
/
+5
*
TestStaticVariables still fails on Linux.
Jim Ingham
2017-04-18
1
-0
/
+2
*
This test is succeeding on macOS with clang.
Jim Ingham
2017-04-18
1
-6
/
+1
*
Fix TestCppIncompleteTypes for android/clang
Pavel Labath
2017-04-12
1
-2
/
+2
*
Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
Omair Javaid
2016-11-11
1
-0
/
+3
*
Fix expectation in TestStaticVariables.py after rL286302
Tamas Berghammer
2016-11-09
1
-1
/
+1
*
Fix an issue where frame variable -s <varname> would not show the scope even ...
Enrico Granata
2016-10-26
1
-1
/
+1
*
Fixing the bug number for darwin on this failure.
Jim Ingham
2016-10-11
1
-1
/
+3
*
The PR that caused this test ot fail was fixed in July, removing the XFAIL.
Jim Ingham
2016-10-07
1
-1
/
+0
*
Fixup the xfail situation on Windows.
Zachary Turner
2016-10-05
9
-4
/
+7
*
The collision of class C and libsystem_c.dylib:C is a failure
Jim Ingham
2016-10-05
1
-2
/
+17
*
This test is failing because there's a global symbol "C" in libsystem_c.dylib,
Jim Ingham
2016-10-05
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
43
-819
/
+1508
*
Make all the Function implementations different so the compiler won't share t...
Jim Ingham
2016-08-26
2
-56
/
+54
*
Fix expression evaluation with operator new
Pavel Labath
2016-08-15
2
-4
/
+54
*
XFAIL TestNamespaceDefinitions on gcc-4.8 and below
Pavel Labath
2016-08-12
1
-0
/
+2
*
Undid LLVM macro usage in test suite test subject files.
Todd Fiala
2016-08-10
2
-11
/
+11
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
2
-11
/
+11
*
mark newly failing tests as XFAIL
Pavel Labath
2016-07-14
1
-0
/
+2
*
Added test for setting breakpoints by basename and fullname.
Greg Clayton
2016-07-13
1
-0
/
+67
*
Fixed a bug where we report a single type multiple times in namespaces.
Sean Callanan
2016-07-05
8
-0
/
+156
*
Split TestTemplateIntegerArgs test into two
Pavel Labath
2016-07-04
1
-14
/
+17
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
1
-0
/
+1
*
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
[next]