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
*
[test] Fix comment.
Dawn Perchik
2015-11-12
1
-1
/
+1
*
Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...
Todd Fiala
2015-11-11
1
-0
/
+2
*
Bump up test timeout interval on Darwin from 4 to 6 minutes.
Todd Fiala
2015-11-11
1
-0
/
+3
*
Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Mark TestTerminal.py as XFAIL on OS X.
Todd Fiala
2015-11-11
1
-0
/
+1
*
Updated a relative path in Makefile.rules to reflect the new testsuite location.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Updated lldb_pylint_helper to work with recent Python package changes.
Todd Fiala
2015-11-10
1
-15
/
+27
*
This test is now passing on Darwin
Enrico Granata
2015-11-10
1
-1
/
+0
*
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
Pavel Labath
2015-11-10
1
-0
/
+1
*
Avoid sending bare '*' and '}' in an lldb-server packet
Tim Northover
2015-11-09
2
-0
/
+32
*
Add --curses shortcut for specifying the curses-based test results formatter.
Todd Fiala
2015-11-09
3
-1
/
+13
*
Fix up curses_results.py for new package specification requirement.
Todd Fiala
2015-11-09
1
-1
/
+1
*
Add SBType::IsAnonymousType() and relative plumbing in the debugger internals
Enrico Granata
2015-11-07
2
-0
/
+11
*
Python 3 - Don't use unbuffered I/O in text mode.
Zachary Turner
2015-11-07
1
-2
/
+2
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
5
-0
/
+112
*
Fixed another issue with wrong case in #import.
Sean Callanan
2015-11-06
1
-1
/
+1
*
Fix Linux tests after r252348.
Chaoren Lin
2015-11-06
1
-0
/
+1
*
Fixed a problem where a test case referred to a
Sean Callanan
2015-11-06
1
-1
/
+1
*
Python 3 - Port use of string.maketrans and don't use sets.Set.
Zachary Turner
2015-11-06
2
-4
/
+5
*
Python 3 - Use the exec function, not the exec statement.
Zachary Turner
2015-11-06
2
-2
/
+4
*
Don't use module internal implementation details in our decorators.
Zachary Turner
2015-11-06
1
-8
/
+4
*
Make Windows always use multiprocessing-pool.
Zachary Turner
2015-11-06
1
-5
/
+4
*
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
[next]