llvm-project/lldb/test
Zachary Turner 1c4059a0c4 Python 3 porting - Wrap returns from map() in list()
Under Python 2 this has no effect, since map() returns a list.
In Python 3 map() returns an iterable, so wrapping in a list is
necessary to keep the same semantics.

llvm-svn: 251060
2015-10-22 20:39:59 +00:00
..
android/platform Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
api Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
arm_emulation Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
attic
benchmarks Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
driver/batch_mode Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
example
expression_command Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
functionalities Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
help Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
lang Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
linux Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
logging Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
macosx Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
make Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 2015-10-22 00:23:38 +00:00
plugins Run tests with dwo symbol files 2015-10-07 10:02:17 +00:00
python_api Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
settings Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
source-manager Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
terminal Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
test_runner Fix race on subprocess.Popen return values. 2015-10-02 20:51:11 +00:00
tools Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
types Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
warnings/uuid Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
.categories
CMakeLists.txt Roll dosep.py parallel test runner into dotest.py command line 2015-09-03 18:58:44 +00:00
Makefile Roll dosep.py parallel test runner into dotest.py command line 2015-09-03 18:58:44 +00:00
README-TestSuite Comment discouraging writing command based test cases. 2015-03-18 23:16:58 +00:00
argparse_compat.py
bench-history
bench.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
blacklist.py
crashinfo.c Alignment fix 2014-01-08 03:14:18 +00:00
curses_results.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
dosep.py Python 3 porting - Wrap returns from map() in list() 2015-10-22 20:39:59 +00:00
dotest.py Python 3 porting - Wrap returns from map() in list() 2015-10-22 20:39:59 +00:00
dotest_args.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
dotest_channels.py Use six to portably handle module renames in Python 2 and 3 2015-10-21 17:48:52 +00:00
lldb_pylint_helper.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
lldb_shared.py Introduce a mechanism for reusing Python modules out of tree. 2015-10-20 21:05:57 +00:00
lldbbench.py
lldbcurses.py Fix typo so that "./dotest.py --results-formatter=curses_results.Curses --results-file=/dev/stdout" works again. 2015-10-21 21:55:16 +00:00
lldbinline.py Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
lldbpexpect.py Update every test to import `lldb_shared`. 2015-10-22 20:06:20 +00:00
lldbplatformutil.py Make several test case arm32 compatible 2015-04-17 09:37:06 +00:00
lldbtest.py Python 3 porting - Wrap returns from map() in list() 2015-10-22 20:39:59 +00:00
lldbtest_config.py Refactored lldb executable name discovery 2015-05-18 19:39:03 +00:00
lldbutil.py Python 3 porting - Wrap returns from map() in list() 2015-10-22 20:39:59 +00:00
lock.py dotest.py - debug feature that helps find dosep races 2015-05-21 19:09:29 +00:00
progress.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
redo.py Convert print statements to print function calls. 2015-10-19 23:45:41 +00:00
test_results.py Use six to portably handle module renames in Python 2 and 3 2015-10-21 17:48:52 +00:00