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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another import fix for OS X.
Chaoren Lin
2015-11-05
1
-1
/
+1
*
Fix OS X tests.
Chaoren Lin
2015-11-05
1
-1
/
+1
*
Python 3 - Turn on absolute imports, and fix existing imports.
Zachary Turner
2015-11-05
17
-53
/
+130
*
Fix TestGoFormatters.py.
Chaoren Lin
2015-11-05
1
-3
/
+2
*
Python 3 - Don't use `os.path.walk`, it's removed in Py3.
Zachary Turner
2015-11-05
1
-4
/
+2
*
Python 3 - Use universal_newlines=True in subprocess.Popen.
Zachary Turner
2015-11-05
1
-0
/
+2
*
Teach LLDB how to directly launch processes on the iOS simulator
Enrico Granata
2015-11-05
8
-5
/
+54
*
Add go data formatters.
Ryan Brown
2015-11-05
2
-0
/
+75
*
Handle keyword args on our patched Popen methods.
Zachary Turner
2015-11-04
1
-4
/
+4
*
Fix test infrastructure when using xunit output.
Todd Fiala
2015-11-04
1
-2
/
+2
*
Python 3 - Use universal_newlines when calling subprocess.check_output
Zachary Turner
2015-11-04
1
-1
/
+1
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-1
/
+20
*
Introduce seven.cmp_ and use it instead of cmp
Zachary Turner
2015-11-03
1
-1
/
+2
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
392
-413
/
+391
*
Python 3 - Don't use `commands` module anymore.
Zachary Turner
2015-11-03
4
-11
/
+11
*
Fix flakyness in TestWatchLocationWithWatchSet
Pavel Labath
2015-11-03
1
-2
/
+4
*
Skip TestBacktraceAll on android-arm
Tamas Berghammer
2015-11-03
1
-1
/
+4
*
Leave TestAttachResume as flakey on linux
Pavel Labath
2015-11-03
1
-0
/
+1
*
Fix race during process detach
Pavel Labath
2015-11-03
1
-1
/
+0
*
Changes for Bug 25251
Ravitheja Addepally
2015-11-03
5
-6
/
+223
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
414
-772
/
+815
*
Fix usage of removed decorator in TestExpressions
Pavel Labath
2015-11-03
1
-1
/
+1
*
Revert "Make new dotest.py executable"
Pavel Labath
2015-11-02
1
-0
/
+0
*
Revert "Remove the __import__ hack of lldbtest_config."
Pavel Labath
2015-11-02
1
-2
/
+5
*
This test case does not actually depend on Cocoa; Foundation is good enoguh
Enrico Granata
2015-11-02
2
-2
/
+2
*
Move go expression tests to the new location.
Ryan Brown
2015-11-02
2
-0
/
+134
*
[dosep] Fix-up callers of process_dir, after it got its argument removed
Pavel Labath
2015-11-02
1
-2
/
+2
*
Remove the __import__ hack of lldbtest_config.
Zachary Turner
2015-11-02
1
-5
/
+2
*
Make dosep correctly invoke the top-level script when forking out
Zachary Turner
2015-11-02
2
-6
/
+6
*
Handle the options and parameters separator in every MI command
Hafiz Abid Qadeer
2015-11-02
1
-0
/
+4
*
Harden this test case to do the right thing in the face of compiler changes
Enrico Granata
2015-10-31
2
-2
/
+8
*
Mark another TestEvents test as flaky on linux
Pavel Labath
2015-10-30
1
-0
/
+1
*
Make new dotest.py executable
Pavel Labath
2015-10-30
1
-0
/
+0
*
Some test cases that need the lldbExec path were failing because lldbExec was...
Enrico Granata
2015-10-30
1
-1
/
+4
*
Add a --offset option to memory read that allows one to specify, given a type...
Enrico Granata
2015-10-29
2
-0
/
+10
*
Give the test class it's own name (it was reusing the name from TestCompletio...
Jim Ingham
2015-10-29
1
-1
/
+1
*
Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer
2015-10-29
1
-1
/
+1
*
Fix flakyness in TestChangeProcessGroup
Pavel Labath
2015-10-29
1
-3
/
+8
*
Leave TestAttachResume as flakey on linux
Pavel Labath
2015-10-29
1
-0
/
+1
*
Skip this test is the test suite is running in a mode where it has no WindowS...
Enrico Granata
2015-10-28
1
-6
/
+9
*
Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.
Oleksiy Vyalov
2015-10-28
2
-0
/
+6
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1491
-0
/
+99979
*
Fix line endings to be LF instead of CRLF.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Preparation for turning lldbsuite into a Python package.
Zachary Turner
2015-10-27
1
-0
/
+1