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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5
Omair Javaid
2017-01-13
1
-1
/
+1
*
XFAIL TestRegisterVariables on gcc-4.8-x86_64
Pavel Labath
2017-01-10
1
-0
/
+2
*
Fix i386 being able to show member variables correctly by not returning empty...
Greg Clayton
2016-12-09
2
-4
/
+5
*
Handle UTF-16 and UTF-32 constant CFStrings
Sean Callanan
2016-12-01
2
-0
/
+11
*
Enable TestBitfields on linux with clang
Pavel Labath
2016-11-24
1
-7
/
+0
*
Enable TestRegisterVariables for some configurations
Pavel Labath
2016-11-24
1
-5
/
+2
*
Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
Omair Javaid
2016-11-11
1
-0
/
+3
*
Un-XFail test on Windows. Has been in "unexpected success" mode for a while.
Adrian McCarthy
2016-11-10
1
-2
/
+0
*
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
*
remove xfail from TestObjCNewSyntax.py test_expr_gmodules()
Todd Fiala
2016-10-24
1
-4
/
+0
*
Added a decorator for the macOS version and switched over testcases that used...
Sean Callanan
2016-10-20
6
-13
/
+6
*
Remove a debug print statement.
Jim Ingham
2016-10-18
1
-1
/
+0
*
More testsuite xfail markings cleanup.
Jim Ingham
2016-10-18
2
-3
/
+2
*
This test is no longer failing for gmodules.
Jim Ingham
2016-10-15
1
-4
/
+0
*
This test passes on i386 now.
Jim Ingham
2016-10-14
1
-4
/
+0
*
This test is passing on i386 now.
Jim Ingham
2016-10-14
1
-2
/
+0
*
This test now passes.
Jim Ingham
2016-10-12
1
-2
/
+0
*
This was skipped due to a clang PR that has been fixed.
Jim Ingham
2016-10-11
1
-1
/
+0
*
Added a radar on our end for this test's failure.
Jim Ingham
2016-10-11
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
*
Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.
Sean Callanan
2016-09-30
1
-1
/
+1
*
Add some logging when trace is on. We're getting a bot failure on i386 that ...
Jim Ingham
2016-09-29
1
-8
/
+15
*
Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.
Sean Callanan
2016-09-29
1
-0
/
+1
*
Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.
Sean Callanan
2016-09-29
1
-13
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
118
-2305
/
+4110
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
1
-1
/
+3
*
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
*
xfailed TestObjCNewSyntax.py on macOS for gmodules
Todd Fiala
2016-08-10
1
-0
/
+1
*
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
*
Add support for Objective-C class properties.
Greg Clayton
2016-07-14
2
-0
/
+27
*
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
*
Join TestTlsGlobal tests again and use the proper decorator
Pavel Labath
2016-07-04
1
-12
/
+2
*
Fixed thread local storage test case to run normally with no expected fail fo...
Greg Clayton
2016-07-01
1
-2
/
+12
*
Thread local storage was already broken on Linux and the tests were passing b...
Greg Clayton
2016-07-01
1
-0
/
+1
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
3
-5
/
+16
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
2
-1
/
+2
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
2
-1
/
+69
*
Added a test case for bitfield ivars. It currently fails.
Sean Callanan
2016-06-24
2
-0
/
+56
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
3
-0
/
+82
[next]