hanchenye-llvm-project/lldb/test
Enrico Granata 7934a878a0 More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS
llvm-svn: 185246
2013-06-29 01:53:55 +00:00
..
api Disable test case that causes assertion failure on Linux 2013-05-15 17:46:16 +00:00
arm_emulation
attic
benchmarks
example
expression_command <rdar://problem/13779789> 2013-06-11 18:47:55 +00:00
functionalities <rdar://problem/14266411> 2013-06-25 23:43:28 +00:00
help Lots of cleanup on the SWIG wrapping layer 2013-06-21 23:27:16 +00:00
lang Fix single whitespace before breakpoint filename in some tests due to r183932. 2013-06-17 19:00:31 +00:00
linux/builtin_trap Clean up linux test decorators and add links to known bugs 2013-05-15 18:48:32 +00:00
logging Remove no-op code (since r175842) 2013-02-23 01:20:07 +00:00
macosx
make Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. This will enable libc++ support. 2013-06-13 21:27:14 +00:00
pexpect-2.4
plugins Tests require GNU make, called gmake on FreeBSD 2013-06-24 15:40:27 +00:00
python_api <rdar://problem/14194128> 2013-06-18 22:40:36 +00:00
settings Added tests to test for "settings set" with trailing whitespaces after the values. 2013-03-06 21:17:06 +00:00
source-manager Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem. 2013-02-06 00:35:33 +00:00
terminal
types
unittest2 <rdar://problem/12362092> 2013-02-23 01:05:23 +00:00
warnings/uuid
.categories
CMakeLists.txt Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets 2013-05-13 21:41:35 +00:00
Makefile Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets 2013-05-13 21:41:35 +00:00
README-TestSuite
argparse_compat.py Include a small argparse compatibility layer for Python < 2.7 2013-02-16 09:05:23 +00:00
bench-history
bench.py
blacklist.py
dosep.ty Cleanup test output when run via cmake/make check targets 2013-05-13 21:37:02 +00:00
dotest.py More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS 2013-06-29 01:53:55 +00:00
lldbbench.py
lldbtest.py Skip tests that hang on FreeBSD 2013-06-25 19:11:36 +00:00
lldbutil.py Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". 2013-03-19 17:59:30 +00:00
progress.py The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!) 2013-02-09 00:37:07 +00:00
redo.py The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator 2013-04-23 20:05:05 +00:00