hanchenye-llvm-project/lldb/test
Greg Clayton 2040f98008 Fix test case to not run to main and "next" 5 times. Use a breakpoint.
llvm-svn: 178552
2013-04-02 17:48:53 +00:00
..
api/check_public_api_headers Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. 2013-02-21 23:07:30 +00:00
arm_emulation
attic Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
benchmarks
example Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
expression_command Fix test case to not run to main and "next" 5 times. Use a breakpoint. 2013-04-02 17:48:53 +00:00
functionalities Fixing Python commands test cases to work even after removing Printf 2013-03-30 00:53:13 +00:00
help Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lang Making the buildbot happy again after changes to the default formatter for char[] 2013-03-28 21:58:05 +00:00
logging Remove no-op code (since r175842) 2013-02-23 01:20:07 +00:00
macosx Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
make Fix Makefile.rules where no icc is installed and -C gcc is used. 2013-03-15 21:55:13 +00:00
pexpect-2.4
plugins Update test scripts and Makefiles to allow testing with GCC: 2013-01-25 00:31:48 +00:00
python_api Avoid hang in attach-by-name test case 2013-04-01 19:47:00 +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 <rdar://problem/12798131> 2012-12-04 00:32:51 +00:00
unittest2 <rdar://problem/12362092> 2013-02-23 01:05:23 +00:00
warnings/uuid <rdar://problem/13092722> 2013-02-01 21:38:35 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
CMakeLists.txt Fix running of LLDB tests with cmake+ninja+ccache 2013-03-07 00:50:54 +00:00
Makefile Fix Makefile bug preventing tests from running when building lldb with ccache 2013-02-19 19:31:05 +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 Add braces to crashed test summary (needed for buildbots to detect crashes) 2013-03-13 21:50:49 +00:00
dotest.py Minor LLDB test improvements 2013-03-13 20:50:05 +00:00
lldbbench.py
lldbtest.py Add icc support to the test suite 2013-03-15 19:10:12 +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 Fixed the redo.py script to emit correct arch and compiler options after dotest.py was switched over to use argparse. 2012-10-09 16:54:55 +00:00