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
/
lldbtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-2838
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Deprecate -m/+m dotest options in favor of test categories
Pavel Labath
2015-10-27
1
-28
/
+0
*
Python 3: Convert uses of `callable(x)` to `six.callable(x)`.
Zachary Turner
2015-10-26
1
-4
/
+6
*
Remove use of octal literals.
Zachary Turner
2015-10-26
1
-1
/
+1
*
Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...
Greg Clayton
2015-10-26
1
-15
/
+18
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-27
/
+11
*
Python3 - Wrap more statements in calls to list()
Zachary Turner
2015-10-23
1
-2
/
+2
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-1
/
+1
*
Python 3 porting - Wrap returns from map() in list()
Zachary Turner
2015-10-22
1
-1
/
+1
*
Use six to portably handle module renames in Python 2 and 3
Zachary Turner
2015-10-21
1
-11
/
+7
*
Use six to portably assign metaclasses in Python 2 and 3.
Zachary Turner
2015-10-20
1
-5
/
+7
*
Convert print statements to print function calls.
Zachary Turner
2015-10-19
1
-56
/
+58
*
Factor the execution of the test method into a separate function to ensure th...
Adrian McCarthy
2015-10-15
1
-0
/
+6
*
dotest.py: Remove useless AttributeError catches
Pavel Labath
2015-10-12
1
-45
/
+18
*
Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...
Greg Clayton
2015-10-07
1
-0
/
+3
*
Fix race condition in the working directory cleanup code
Tamas Berghammer
2015-10-07
1
-4
/
+9
*
Remove working directory from remote platform in the test suite
Tamas Berghammer
2015-10-07
1
-0
/
+7
*
Run tests with dwo symbol files
Tamas Berghammer
2015-10-07
1
-2
/
+44
*
Modify minimumg go version to 1.4.0 for tests.
Todd Fiala
2015-10-06
1
-6
/
+3
*
Bungled my last change in a tweak.
Todd Fiala
2015-10-06
1
-2
/
+1
*
Address failing Go tests on go version from Ubuntu 14.04
Todd Fiala
2015-10-06
1
-1
/
+23
*
Do not attempt to join the remote paths if none exist
Enrico Granata
2015-10-02
1
-1
/
+1
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-23
/
+107
*
Add first tests for mini-dump debugging.
Adrian McCarthy
2015-09-16
1
-0
/
+4
*
Add a TypeSystem for Go
Ryan Brown
2015-09-14
1
-0
/
+32
*
Fix a thinko causing test logs for crashes to not get written.
Zachary Turner
2015-09-11
1
-1
/
+1
*
XFAIL TestBuiltinTrap on android-arm (gcc bug)
Tamas Berghammer
2015-09-07
1
-2
/
+3
*
Mark TestCreateDuringInstructionStep as flaky on android arm
Pavel Labath
2015-09-07
1
-0
/
+3
*
Sleep-and-retry after a failure to delete a log file, which may be because an...
Adrian McCarthy
2015-09-04
1
-1
/
+11
*
Don't throw an exception when module cleanup fails.
Zachary Turner
2015-08-26
1
-5
/
+13
*
Skip TestCreateDuringInstructionStep on android aarch64
Pavel Labath
2015-08-20
1
-18
/
+19
*
Make skipUnlessArch decorator actually skip instead of XFAIL.
Zachary Turner
2015-08-14
1
-5
/
+18
*
[LLDB][MIPS] Added expected failure for "test disassembler settings"
Mohit K. Bhakkad
2015-07-30
1
-0
/
+5
*
Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...
Oleksiy Vyalov
2015-07-29
1
-0
/
+4
*
XFAIL watchpoint tests on Android arm/aarch64
Tamas Berghammer
2015-07-22
1
-6
/
+9
*
Apply Android -pie switch to buildDefault as well.
Chaoren Lin
2015-07-18
1
-5
/
+11
*
Detect if necessary to build inferior with -pie for Android.
Chaoren Lin
2015-07-17
1
-19
/
+31
*
Check if altsep exists before replace.
Chaoren Lin
2015-07-17
1
-1
/
+2
*
Handle altsep ('/' on Windows) in compiler path for log files.
Chaoren Lin
2015-07-17
1
-0
/
+1
*
Fix _LocalProcess.terminate on Windows.
Adrian McCarthy
2015-07-07
1
-12
/
+9
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-16
/
+6
*
Run teardown and setup before retry for expectedFlakey tests
Ying Chen
2015-07-01
1
-1
/
+6
*
Added expectedFlakey test decorator
Vince Harron
2015-06-26
1
-0
/
+62
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-9
/
+0
*
[TestLoadUnload] Enable for Android while skipping it for other remotes.
Siva Chandra
2015-06-17
1
-0
/
+22
*
XFail pexpect tests for Windows hosts.
Chaoren Lin
2015-06-09
1
-0
/
+9
*
Skip TestInferiorChanged if host platform is windows.
Chaoren Lin
2015-06-08
1
-0
/
+14
*
Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.
Chaoren Lin
2015-06-06
1
-2
/
+2
*
[TestGdbRemoteAbort] Skip on API 16 Android devices
Siva Chandra
2015-06-05
1
-13
/
+26
[next]