Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
dosep.py
0e99f56
Fix buildbot regression by rL339929: NameError: global name 'test_directory' is not defined
by Jan Kratochvil
· 7 years ago
33ed57e
[dotest] Make --test-subdir work with --no-multiprocess
by Vedant Kumar
· 7 years ago
37a35d3
Two more dosep-paralellization fallout fixes
by Pavel Labath
· 8 years ago
42a1619
[dosep] Run tests in a more parallel fashion
by Pavel Labath
· 8 years ago
6de25ec
dotest.py: remove the ability to specify different architectures/compilers in a single invocation
by Pavel Labath
· 9 years ago
8cc2bdd
test infra: clear file-charged issues on rerun of file
by Todd Fiala
· 9 years ago
2cd84c9
added Linux support for test timeout sampling
by Todd Fiala
· 9 years ago
7252562
add hook for calling platform-dependent pre-kill action on a timed out test
by Todd Fiala
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
d2a10e8
Print a warning if the directory passed to --test-subdir doesn't end up existing
by Enrico Granata
· 9 years ago
5ab9732
Revert "[test] Report error when inferior test processes exit with a non-zero code"
by Pavel Labath
· 9 years ago
52bd801
[test] Report error when inferior test processes exit with a non-zero code
by Pavel Labath
· 9 years ago
8d4d151
Allow custom formatting of session log file names.
by Zachary Turner
· 9 years ago
49d3c15
test infra: move test event-related handling into its own package
by Todd Fiala
· 9 years ago
ca5793e
test infra cleanup: convert test_runner lib into package
by Todd Fiala
· 9 years ago
430309f
fix a race is the LLDB test suite results collection
by Todd Fiala
· 9 years ago
0036ac4
Fix dotest.py '-p' option for multi-process mode
by Stephane Sezer
· 9 years ago
f8f8a6d
fixed test suite crash when --platform-name doesn't start with 'remote-'
by Todd Fiala
· 10 years ago
f82d71f
Remove last XTIMEOUTs from android tests
by Pavel Labath
· 10 years ago
a203b6e
Remove some Windows->Android XTIMEOUTs
by Pavel Labath
· 10 years ago
b5846ce
Remove XTIMEOUT from TestMultithreaded on linux
by Pavel Labath
· 10 years ago
b487215
Remove XTIMEOUT from TestEvents on linux
by Pavel Labath
· 10 years ago
5f4f496
Remove XTIMEOUT from TestRegisters on linux
by Pavel Labath
· 10 years ago
11d1431
Remove XTIMEOUT from TestThreadStepOut on linux
by Pavel Labath
· 10 years ago
90962eb
Remove XTIMEOUT from TestHelloWorld on linux
by Pavel Labath
· 10 years ago
470ea72
Remove XTIMEOUT from TestExitDuringStep on linux
by Pavel Labath
· 10 years ago
88e1a7d
Remove XTIMEOUT from TestCreateAfterAttach on linux
by Pavel Labath
· 10 years ago
0b92d6e
Remove TestConnectRemote from XTIMEOUTs
by Pavel Labath
· 10 years ago
8fbad24
test infra: force rerun to use parallel runner
by Todd Fiala
· 10 years ago
25e241b
[test] Add ability to expect timeouts
by Pavel Labath
· 10 years ago
6d3de12
test-infra: refactored new summary results into base ResultsFormatter class
by Todd Fiala
· 10 years ago
685a757
test infra: enable single-worker rerun phase for flakey tests.
by Todd Fiala
· 10 years ago
9315392
test infra: adds book-keeping for rerunnable tests
by Todd Fiala
· 10 years ago
d06a9c9
Decouple test execution and test finder logic in parallel test runner.
by Todd Fiala
· 10 years ago
a8fee7f
Add expected timeout support to test event architecture.
by Todd Fiala
· 10 years ago
80310c2
Remove the --output-on-success command line argument from dotest.
by Zachary Turner
· 10 years ago
0a7c32b
Fix new summary to include exceptional exit count in determining exit value
by Todd Fiala
· 10 years ago
5183147
wire timeouts and exceptional inferior process exits through the test event system
by Todd Fiala
· 10 years ago
905a988
Rename test_results.py to result_formatter.py.
by Zachary Turner
· 10 years ago
46a4e34
Adds candidate formatter for replacing legacy summary results.
by Todd Fiala
· 10 years ago
88722f7
Bump up test timeout interval on Darwin from 4 to 6 minutes.
by Todd Fiala
· 10 years ago
cee6a6a
Add --curses shortcut for specifying the curses-based test results formatter.
by Todd Fiala
· 10 years ago
f0c3f68
Make Windows always use multiprocessing-pool.
by Zachary Turner
· 10 years ago
c1b7cd7
Python 3 - Turn on absolute imports, and fix existing imports.
by Zachary Turner
· 10 years ago
bac6e4f
Introduce seven.cmp_ and use it instead of cmp
by Zachary Turner
· 10 years ago
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
48c6b52
[dosep] Fix-up callers of process_dir, after it got its argument removed
by Pavel Labath
· 10 years ago
7d56454
Make dosep correctly invoke the top-level script when forking out
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/dosep.py]
af383ff
Preparation for turning lldbsuite into a Python package.
by Zachary Turner
· 10 years ago
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
606e1e3
Python3 - Wrap more statements in calls to list()
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
ff890da
Convert print statements to print function calls.
by Zachary Turner
· 10 years ago
040b31d
Switch threading mode for tests on Windows when there are lots of cores.
by Adrian McCarthy
· 10 years ago
2d3754d
test runner: switch to pure-Python timeout mechanism
by Todd Fiala
· 10 years ago
8ff6120
Remove XTIMEOUT from TestProcessAttach on linux
by Pavel Labath
· 10 years ago
d93aa10
Check existence of SIGHUP before using it
by Ying Chen
· 10 years ago
ea73624
Cleaned up results formatter options hand-off.
by Todd Fiala
· 10 years ago
871b2e5
test runner: remove print from prior commit; fixup listner socket backlog
by Todd Fiala
· 10 years ago
83c32e3
test framework: default to threading-based test runners
by Todd Fiala
· 10 years ago
da817b6
Test runner process group isolation take 2.
by Todd Fiala
· 10 years ago
f42df67
Roll back r248282.
by Todd Fiala
· 10 years ago
1bf2bb7
test runner: Unix systems now put inferior dotest in its own process group.
by Todd Fiala
· 10 years ago
de9a44e
test framework: parallel test runner sends terminate to formatter before printing to stdout
by Todd Fiala
· 10 years ago
b0d148e
Fixed up the curses test results formatter to:
by Greg Clayton
· 10 years ago
1cc97b4
test framework: ignore sighups
by Todd Fiala
· 10 years ago
f305758
Fix Linux bot.
by Chaoren Lin
· 10 years ago
1827fc2
Added a curses based way to see the test suite running. Works only where curses is implemented. Try it out with:
by Greg Clayton
· 10 years ago
40b180e
test events: added optional value type to extra event key/val pairs
by Todd Fiala
· 10 years ago
e83f140
test events: announce worker count in new initialize event
by Todd Fiala
· 10 years ago
33896a9
Adds parallel work queue index to test events, stdout/stderr results support.
by Todd Fiala
· 10 years ago
415b605
Remove XTIMEOUT from TestAttachDenied on linux
by Pavel Labath
· 10 years ago
68615ce
Add JUnit/XUnit-formatted output to the lldb test run system
by Todd Fiala
· 10 years ago
7cc26d1
Remove XTIMEOUT from TestChangeProcessGroup on linux
by Pavel Labath
· 10 years ago
8cbeed3
dotest.py ctrl-c support, addition of --test-runner-name option.
by Todd Fiala
· 10 years ago
fed9566
Roll dosep.py parallel test runner into dotest.py command line
by Todd Fiala
· 10 years ago
5055685
Fix deadlock while attaching to inferiors
by Pavel Labath
· 10 years ago
99f25be
XTIMEOUT TestIntegerTypesExpr for Darwin.
by Chaoren Lin
· 10 years ago
b013802
XTIMEOUT TestChangeProcessGroup for Linux.
by Chaoren Lin
· 10 years ago
febef1b
XTIMEOUT TestEvents and TestThreadStates for Windows to Android.
by Chaoren Lin
· 10 years ago
d904371
XTIMEOUT TestExitDuringStep for Darwin.
by Chaoren Lin
· 10 years ago
4cceca7
Update dosep to print unexpected successes at the end.
by Zachary Turner
· 10 years ago
b6325d0
Make dosep.py PEP8 compliant. NFC.
by Chaoren Lin
· 10 years ago
e80372a
Refactor dosep to use list comprehension. NFC.
by Chaoren Lin
· 10 years ago
5a59e46
Don't print number of failures and percentage if no tests ran.
by Chaoren Lin
· 10 years ago
ffc63b0
Make dosep output status by overwriting the same line.
by Chaoren Lin
· 10 years ago
8c3f9c9
Don't crash if the file we want to touch doesn't exist.
by Greg Clayton
· 10 years ago
38e6417
Allow dosep.py to print dotest.py output on success.
by Zachary Turner
· 10 years ago
dd44c26
Flush stderr on dosep status update for Windows.
by Chaoren Lin
· 10 years ago
0b8bb3d
Xtimeout TestProcessAttach for Linux.
by Chaoren Lin
· 10 years ago
93190c4
Enable timeout on Windows
by Ying Chen
· 10 years ago
05ab237
Fix dosep.py on windows after r240946
by Pavel Labath
· 10 years ago
fad30cf
dosep.py: Add ability to set default test timout based on target
by Pavel Labath
· 10 years ago
e884389
Adding some more flakey tests to the XFAIL list
by Vince Harron
· 10 years ago
18f4c9f
Mark TestMultithreaded as XTIMEOUT on Linux.
by Oleksiy Vyalov
· 10 years ago
a4447b3
Update dosep to display dotest command invoked on failure.
by Chaoren Lin
· 10 years ago
0b11db5
Mark TestHelloWorld as XTIMEOUT for Linux
by Tamas Berghammer
· 10 years ago
273aea8
Dump error if dotest itself fails and no tests were run.
by Chaoren Lin
· 10 years ago
Next »