Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lldbtest.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
7cf00d1
Enable test log collection from remote debug servers (take 2)
by Pavel Labath
· 9 years ago
94eb010
Add "-gmodules" support to the test suite.
by Todd Fiala
· 9 years ago
8d4d151
Allow custom formatting of session log file names.
by Zachary Turner
· 9 years ago
4728cf7
surface build error content through test event system
by Todd Fiala
· 9 years ago
49d3c15
test infra: move test event-related handling into its own package
by Todd Fiala
· 9 years ago
121571b
Retry deletion of temporary files to avoid race conditions on Windows.
by Adrian McCarthy
· 9 years ago
19fc1d4
[NFC] Cleanup the code used to run shell commands from tests
by Tamas Berghammer
· 9 years ago
3f081c8
Don't vary debug info for lldb-server tests
by Pavel Labath
· 9 years ago
bbde908
Made self.expect() errors a little more readable in the testsuite.
by Sean Callanan
· 10 years ago
29d9bea
Adjust for Python-3.
by Siva Chandra
· 10 years ago
9a1a294
Move the rest of the tests over to using the new decorator module.
by Zachary Turner
· 10 years ago
7a5382d
Move some of the common decorators to decorators.py.
by Zachary Turner
· 10 years ago
62d3a65
Move some android platform functions to lldbplatformutil.
by Zachary Turner
· 10 years ago
5f496fb
Remove skipUnlessListedRemote test decorator
by Pavel Labath
· 10 years ago
c674660
Don't return a tuple from the skip test function.
by Zachary Turner
· 10 years ago
d6609d7
Re-write many skip decorators to use shared code.
by Zachary Turner
· 10 years ago
e8baa44
Fix compiler lookup when specified without path
by Pavel Labath
· 10 years ago
e5a7990
Always write the session file in UTF-8.
by Zachary Turner
· 10 years ago
95b533f
Revert "Resubmit r258759 with proper unicode handling."
by Zachary Turner
· 10 years ago
671e634
Resubmit r258759 with proper unicode handling.
by Zachary Turner
· 10 years ago
e89a66b
Fix some python 3 incompatibilities that went in overnight.
by Zachary Turner
· 10 years ago
7289e43
Refactor some of the xfail / skip decorators to share logic.
by Zachary Turner
· 10 years ago
df5f0b4
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
by Bhushan D. Attarde
· 10 years ago
dd54a3a
Reverting r258759 as it is breaking the OSX build
by Enrico Granata
· 10 years ago
00b8728
Write the session log file in UTF-8.
by Zachary Turner
· 10 years ago
8012496
Decode files with UTF-8 in lldbutil.line_number.
by Zachary Turner
· 10 years ago
4b70eb7
Revert "Enable test log collection from remote debug servers"
by Pavel Labath
· 10 years ago
e3e6be2
Enable test log collection from remote debug servers
by Pavel Labath
· 10 years ago
bace94e
Remove skipIfLinuxClang decorator
by Pavel Labath
· 10 years ago
4da7357
Guard against application of an XFAIL decorator on a class
by Pavel Labath
· 10 years ago
aa1f270
Fix detection of teardown hooks that are already bound.
by Adrian McCarthy
· 10 years ago
baa0749
Xfail some Arm-Linux specific failures
by Omair Javaid
· 10 years ago
773e86f
Remove old flaky test rerun logic
by Pavel Labath
· 10 years ago
46155dd
Allow test decorators to use lists (and not_in(list)) for arches
by Adrian McCarthy
· 10 years ago
25e241b
[test] Add ability to expect timeouts
by Pavel Labath
· 10 years ago
a386358
Make few adjustments after r255542.
by Siva Chandra
· 10 years ago
8a927c4
Remove the multiplier loop.
by Zachary Turner
· 10 years ago
e1eb5e3
Make skipIf decorator support not_in() functor.
by Zachary Turner
· 10 years ago
f098e4f
Make debug info specification use categories system.
by Zachary Turner
· 10 years ago
ffbf9e8
Make test categories composable
by Pavel Labath
· 10 years ago
742afdb
Remove -S option from dotest.py.
by Zachary Turner
· 10 years ago
9187f27
Add test event marking a test as explicitly eligible for rerun if it is marked flakey.
by Todd Fiala
· 10 years ago
f5d34b7
Add NetBSD support in the buildDriver and buildLibrary routines
by Kamil Rytarowski
· 10 years ago
b08ab72
Remove -w option from dotest.py.
by Zachary Turner
· 10 years ago
7697203
Remove -k command line option from dotest.py.
by Zachary Turner
· 10 years ago
7ead0b9
XFAIL TestReturnValue for remote Windows->Android tests
by Pavel Labath
· 10 years ago
d865c6b
Remove the -c option from dotest.py.
by Zachary Turner
· 10 years ago
2155d5d
Remove the -b option from dotest.py
by Zachary Turner
· 10 years ago
aad25fb
Remove +b option from dotest.py
by Zachary Turner
· 10 years ago
ccd6cff
Modify "platform connect" to connect to processes as well
by Tamas Berghammer
· 10 years ago
606e3a5
Get rid of global variables in dotest.py
by Zachary Turner
· 10 years ago
49f9fb8
Add initial NetBSD support in lldbsuite/test/lldbtest.py
by Kamil Rytarowski
· 10 years ago
0b655da
Define new builder_netbsd
by Kamil Rytarowski
· 10 years ago
7dcad31
Revert "Make skipIf support the not_in function (second attempt)."
by Siva Chandra
· 10 years ago
4d5d1dd
Make skipIf support the not_in function (second attempt).
by Adrian McCarthy
· 10 years ago
d2e9012
Revert "Make skipIf support the not_in function."
by Siva Chandra
· 10 years ago
257da8e
Make skipIf support the not_in function.
by Adrian McCarthy
· 10 years ago
55d99f0
Cleanup work required to get the ASAN tests to run in the new test suite infrastructure; the tests are now xfailed on Darwin pending investigation
by Enrico Granata
· 10 years ago
ca922bb
Support unix-abstract-connect scheme as platform url in lldb testsuite
by Ying Chen
· 10 years ago
48ef8d4c
Fix some issues with swig & string conversion.
by Zachary Turner
· 10 years ago
ba10570
Python 3 - Skip a certain test for a particular (swig,python) combo.
by Zachary Turner
· 10 years ago
0c35282
Re-Apply "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll ..." with fix
by Ying Chen
· 10 years ago
abdb839
Add the ability to xfail or skip based on swig / python version.
by Zachary Turner
· 10 years ago
311cc7d
Revert "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse"
by Pavel Labath
· 10 years ago
6d04894
Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse
by Jim Ingham
· 10 years ago
8d13fab
Python 3 - Don't use unbuffered I/O in text mode.
by Zachary Turner
· 10 years ago
5cb8e67
Don't use module internal implementation details in our decorators.
by Zachary Turner
· 10 years ago
c1b7cd7
Python 3 - Turn on absolute imports, and fix existing imports.
by Zachary Turner
· 10 years ago
5f92a13
Teach LLDB how to directly launch processes on the iOS simulator
by Enrico Granata
· 10 years ago
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
95c453a
Tighten up sys.path, and use absolute imports everywhere.
by Zachary Turner
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/lldbtest.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
e272b77
Deprecate -m/+m dotest options in favor of test categories
by Pavel Labath
· 10 years ago
cd236b8
Python 3: Convert uses of `callable(x)` to `six.callable(x)`.
by Zachary Turner
· 10 years ago
1411668
Remove use of octal literals.
by Zachary Turner
· 10 years ago
22fd3b1
Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors.
by Greg Clayton
· 10 years ago
dc8b2d3
Port the python api decorator to use test categories
by Pavel Labath
· 10 years ago
606e1e3
Python3 - Wrap more statements in calls to list()
by Zachary Turner
· 10 years ago
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
1c4059a
Python 3 porting - Wrap returns from map() in list()
by Zachary Turner
· 10 years ago
814236d
Use six to portably handle module renames in Python 2 and 3
by Zachary Turner
· 10 years ago
43a01e4
Use six to portably assign metaclasses in Python 2 and 3.
by Zachary Turner
· 10 years ago
ff890da
Convert print statements to print function calls.
by Zachary Turner
· 10 years ago
6ecdbc8
Factor the execution of the test method into a separate function to ensure that any exceptions that are thrown go out of scope and no longer hold references to SB objects that need to be freed before teardown.
by Adrian McCarthy
· 10 years ago
f882f6f
dotest.py: Remove useless AttributeError catches
by Pavel Labath
· 10 years ago
edea237
Fix a test that should only be run with a dSYM file by adding @skipIfDwarf and using a new @skipIfDWO.
by Greg Clayton
· 10 years ago
11db2d3
Fix race condition in the working directory cleanup code
by Tamas Berghammer
· 10 years ago
f2addf8
Remove working directory from remote platform in the test suite
by Tamas Berghammer
· 10 years ago
4c0c7a7
Run tests with dwo symbol files
by Tamas Berghammer
· 10 years ago
02c08d0
Modify minimumg go version to 1.4.0 for tests.
by Todd Fiala
· 10 years ago
9f23680
Bungled my last change in a tweak.
by Todd Fiala
· 10 years ago
be5dfc5
Address failing Go tests on go version from Ubuntu 14.04
by Todd Fiala
· 10 years ago
bd0998a
Do not attempt to join the remote paths if none exist
by Enrico Granata
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
d9dbae5
Add first tests for mini-dump debugging.
by Adrian McCarthy
· 10 years ago
57bee1e
Add a TypeSystem for Go
by Ryan Brown
· 10 years ago
14181db
Fix a thinko causing test logs for crashes to not get written.
by Zachary Turner
· 10 years ago
cf6f92a
XFAIL TestBuiltinTrap on android-arm (gcc bug)
by Tamas Berghammer
· 10 years ago
Next »