Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
dotest.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
8d4d151
Allow custom formatting of session log file names.
by Zachary Turner
· 9 years ago
0eadc53
test: remove use of undefined variables
by Saleem Abdulrasool
· 9 years ago
c0d0e36
test: add missing splat
by Saleem Abdulrasool
· 9 years ago
81eadde
test: add missing parameter
by Saleem Abdulrasool
· 9 years ago
7c5f7ca
test infra: catch bad decorators and import-time errors
by Todd Fiala
· 9 years ago
bcab648
fix argument usage for '-#' command line option
by Todd Fiala
· 9 years ago
cef04a2
Store absolute path for lldb executable in dotest.py
by Francis Ricci
· 9 years ago
49d3c15
test infra: move test event-related handling into its own package
by Todd Fiala
· 9 years ago
190fadc
Unicode support on Win32.
by Zachary Turner
· 10 years ago
396e02a
Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.
by Adrian McCarthy
· 10 years ago
b132938
Add a symbolic link from the test directory to the actual - elsewhere located - path that contains the test cases - and teach the test suite driver to resolve paths that contain symbolic links to test cases
by Enrico Granata
· 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
f098e4f
Make debug info specification use categories system.
by Zachary Turner
· 10 years ago
9315392
test infra: adds book-keeping for rerunnable tests
by Todd Fiala
· 10 years ago
b68dbfa2
Revert "Revert "Turn on new test summary results by default.""
by Todd Fiala
· 10 years ago
742afdb
Remove -S option from dotest.py.
by Zachary Turner
· 10 years ago
6a188e6
Remove -r and -R options from dotest.py.
by Zachary Turner
· 10 years ago
027158f
Revert "Turn on new test summary results by default."
by Pavel Labath
· 10 years ago
923fdba
Remove the -y option from dotest.py.
by Zachary Turner
· 10 years ago
70ed573
Remove the -x option from dotest.py.
by Zachary Turner
· 10 years ago
21accab
Remove deprecated command line options from dotest.py
by Zachary Turner
· 10 years ago
80310c2
Remove the --output-on-success command line argument from dotest.
by Zachary Turner
· 10 years ago
3cfa314
Remove the -T option from dotest.py.
by Zachary Turner
· 10 years ago
b08ab72
Remove -w option from dotest.py.
by Zachary Turner
· 10 years ago
94ea56b
Remove the -P option from dotest.py
by Zachary Turner
· 10 years ago
35a7610
Delete the -n command line option from dotest.py.
by Zachary Turner
· 10 years ago
6c9e444
Remove the -i command line option from dotest.py.
by Zachary Turner
· 10 years ago
d2a93fd
Delete the -F command line 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
6c87333
Remove -e option from dotest.py.
by Zachary Turner
· 10 years ago
c816013
Remove -libcxx option from dotest.py
by Zachary Turner
· 10 years ago
1f99176
Turn on new test summary results by default.
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
d865c6b
Remove the -c option from dotest.py.
by Zachary Turner
· 10 years ago
5067158
Remove the -X option from dotest.py
by Zachary Turner
· 10 years ago
7544602
Remove the -g 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
b0dcbd4
Remove the -D option from dotest.py.
by Zachary Turner
· 10 years ago
9cbf7dd
Fixup dotest.py on mac for the configuration package
by Pavel Labath
· 10 years ago
bddf180
Fixup dotest.py after the configuration package introduction
by Pavel Labath
· 10 years ago
b4733e6
Move LLDBTestResult class to its own module.
by Zachary Turner
· 10 years ago
606e3a5
Get rid of global variables in dotest.py
by Zachary Turner
· 10 years ago
de02939
Refactor ResultsFormatter creation into result_formatter.
by Todd Fiala
· 10 years ago
905a988
Rename test_results.py to result_formatter.py.
by Zachary Turner
· 10 years ago
194913f
Make --results-file stdout implied if unspecified when using a results formatter.
by Todd Fiala
· 10 years ago
cee6a6a
Add --curses shortcut for specifying the curses-based test results formatter.
by Todd Fiala
· 10 years ago
c0a5553
Fix Linux tests after r252348.
by Chaoren Lin
· 10 years ago
e73a060
Python 3 - Port use of string.maketrans and don't use sets.Set.
by Zachary Turner
· 10 years ago
f2a37ee
Another import fix for OS X.
by Chaoren Lin
· 10 years ago
18da38e
Fix OS X tests.
by Chaoren Lin
· 10 years ago
c1b7cd7
Python 3 - Turn on absolute imports, and fix existing imports.
by Zachary Turner
· 10 years ago
e6ba053
Python 3 - Don't use `os.path.walk`, it's removed in Py3.
by Zachary Turner
· 10 years ago
5f92a13
Teach LLDB how to directly launch processes on the iOS simulator
by Enrico Granata
· 10 years ago
d8078ff
Fix test infrastructure when using xunit output.
by Todd Fiala
· 10 years ago
bbc5b46
Python 3 - Use universal_newlines when calling subprocess.check_output
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
bb03a46
Python 3 - Don't use `commands` module anymore.
by Zachary Turner
· 10 years ago
95c453a
Tighten up sys.path, and use absolute imports everywhere.
by Zachary Turner
· 10 years ago
23d59c5
Revert "Make new dotest.py executable"
by Pavel Labath
· 10 years ago
05e1f49
Revert "Remove the __import__ hack of lldbtest_config."
by Pavel Labath
· 10 years ago
2264df4
Remove the __import__ hack of lldbtest_config.
by Zachary Turner
· 10 years ago
7d56454
Make dosep correctly invoke the top-level script when forking out
by Zachary Turner
· 10 years ago
4761f78
Make new dotest.py executable
by Pavel Labath
· 10 years ago
8627209
Some test cases that need the lldbExec path were failing because lldbExec was turning out to be None even though it was being validly set by dotest.py
by Enrico Granata
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago