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
/
macosx
/
universal
/
TestUniversal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-107
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-0
/
+2
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+3
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-2
/
+2
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-2
/
+2
*
Check before using platform specific attributes.
Chaoren Lin
2015-06-05
1
-2
/
+4
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-2
/
+2
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-4
/
+4
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-1
/
+1
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+1
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-8
/
+3
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTarg...
Johnny Chen
2011-08-13
1
-0
/
+19
*
Modify the skipUnless() logic to work for OSX Lion.
Johnny Chen
2011-08-13
1
-1
/
+1
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-2
/
+2
*
Add test scenario to verify 'eax' register is available when launching the i3...
Johnny Chen
2011-05-08
1
-0
/
+11
*
Add new radar info for failed test.
Johnny Chen
2011-02-08
1
-1
/
+1
*
Make the assertion message about 32-bit process address byte size more clear.
Johnny Chen
2011-02-08
1
-2
/
+5
*
Remove @expectedFailure decorator as the bug has been fixed.
Johnny Chen
2010-12-01
1
-1
/
+0
*
Add @expectedFailure decorator for a known bug:
Johnny Chen
2010-12-01
1
-0
/
+2
*
Make the specification of relative directory more robust.
Johnny Chen
2010-11-09
1
-1
/
+1
*
Make calling the super class's setUp() method less fragile.
Johnny Chen
2010-10-14
1
-1
/
+2
*
Avoid using hardcoded line number to break on. Use the line_number() utility
Johnny Chen
2010-10-12
1
-4
/
+13
*
Marked test_process_launch_for_universal() test case as requiring 'darwin' an...
Johnny Chen
2010-09-03
1
-0
/
+5
*
Changed the test case class names to be noun-like instead of verb-like.
Johnny Chen
2010-09-01
1
-1
/
+1
*
Added a test case test_breakpoint_creation_by_filespec_python() which creates a
Johnny Chen
2010-08-27
1
-2
/
+2
*
Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget().
Johnny Chen
2010-08-26
1
-2
/
+2
*
Added logic to TestUniversal.py to exercise the python APIs:
Johnny Chen
2010-08-25
1
-0
/
+16
*
Removed the @unitest2.expectedFailure decorator. The i386 process launch works
Johnny Chen
2010-08-24
1
-4
/
+1
*
Added a test for launching a universal binary. Launch of i386 architecture
Johnny Chen
2010-08-24
1
-0
/
+52