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
/
test
/
lang
/
objc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
140
-5376
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
39
-39
/
+39
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
18
-18
/
+18
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
39
-22
/
+100
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
40
-288
/
+85
*
Fix test for change in a summary string (objects -> elements).
Jim Ingham
2015-10-12
1
-6
/
+6
*
Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).
Greg Clayton
2015-10-07
1
-0
/
+2
*
More fixes for binaries that we strip. When we strip a binary we can't do Dwa...
Greg Clayton
2015-10-07
1
-0
/
+4
*
Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...
Greg Clayton
2015-10-07
1
-0
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
40
-1010
/
+304
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-2
/
+2
*
Fix a test case which was failing. There was no actual problem in the test lo...
Enrico Granata
2015-09-22
1
-1
/
+1
*
OS X unexpected success cleanup
Todd Fiala
2015-09-14
1
-2
/
+4
*
Skip the rest of the Objective C tests on Windows.
Zachary Turner
2015-09-02
3
-0
/
+3
*
Disable Objective C test on non-Darwin platforms.
Zachary Turner
2015-08-26
1
-2
/
+1
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
20
-30
/
+30
*
Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...
Enrico Granata
2015-06-25
5
-0
/
+116
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
20
-30
/
+30
*
Working on getting the OSX build green
Vince Harron
2015-05-12
2
-0
/
+3
*
Added support for locating and importing functions
Sean Callanan
2015-05-01
6
-0
/
+116
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
5
-0
/
+99
*
Added a testcase that checks that struct arguments
Sean Callanan
2015-04-07
3
-0
/
+113
*
Fixed a problem where the second @import statement
Sean Callanan
2015-04-07
1
-1
/
+7
*
Marked the modules tests as expected failures,
Sean Callanan
2015-04-03
2
-0
/
+4
*
A new testcase had a silly integer-value mismatch.
Sean Callanan
2015-04-03
1
-1
/
+1
*
Added a testcase that covers loading a module and
Sean Callanan
2015-04-03
6
-0
/
+123
*
Add checks to the modules test case to ensure
Sean Callanan
2015-04-02
1
-0
/
+6
*
Update sys.platform switched behavior in tests to use self.getPlatform (remot...
Robert Flack
2015-04-01
1
-1
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
34
-58
/
+58
*
Added a testcase that verifies that LLDB can load
Sean Callanan
2015-03-27
3
-0
/
+100
*
Fix this test case so it runs correctly.
Greg Clayton
2015-02-21
1
-3
/
+5
*
If a binary was stripped we sometimes didn't show the ivars of an Objective C...
Greg Clayton
2014-12-16
2
-31
/
+101
*
Fixes for remote test suite execution of the "lldb/test/lang" directory.
Greg Clayton
2014-11-17
5
-24
/
+63
*
Fix so this test runs successfully on armv7 devices.
Greg Clayton
2014-11-12
1
-1
/
+1
*
Add a makefile even though it isn't used by the test in case we need to debug...
Greg Clayton
2014-11-12
1
-0
/
+6
*
Fixes so tests compile and run remotely.
Greg Clayton
2014-11-06
10
-38
/
+51
*
Handle types from the runtime that conform to
Sean Callanan
2014-11-06
2
-0
/
+37
*
Fixed the Objective-C stripped ivar test to ensure
Sean Callanan
2014-11-05
1
-0
/
+2
*
Added a test case for reading ivars from the
Sean Callanan
2014-11-04
2
-0
/
+14
*
Skip ObjC test on FreeBSD that does not build
Ed Maste
2014-10-27
1
-0
/
+1
*
Skip dsym test on !Darwin
Ed Maste
2014-10-20
1
-0
/
+1
*
Fixed the expression parser to handle cases where
Sean Callanan
2014-10-17
1
-2
/
+0
*
Don't enable the log here. It was just me debugging
Enrico Granata
2014-10-17
1
-1
/
+0
*
Some more test marking
Enrico Granata
2014-10-16
1
-4
/
+5
*
Fix this test case to actually work - it was relying on a certain 'po' output...
Enrico Granata
2014-10-16
2
-14
/
+12
*
Some more failure to bug tracking
Enrico Granata
2014-10-16
1
-2
/
+2
*
I see this test case crash - skip for now
Enrico Granata
2014-10-16
1
-0
/
+2
*
Fixed the objective C symbol parsing in ObjectFileMachO.
Greg Clayton
2014-07-17
3
-8
/
+0
*
Fixed the an objective C test case so it passes correctly.
Greg Clayton
2014-07-16
1
-4
/
+4
*
TestObjCMethods.FoundationTestCase was failing due to an error, fixed now.
Greg Clayton
2014-07-16
1
-13
/
+16
[next]