hanchenye-llvm-project/lldb/test
Ashok Thirumurthi bb82b84c34 Cache and restore the frame-format, so that test_set_frame_format doesn't modify the default, as required for TestInferiorAssert.py.
- Also fixes this test case to set/verify a non-default frame-format and explain the intent.

llvm-svn: 191378
2013-09-25 15:30:14 +00:00
..
api test: Update FreeBSD failure decorators 2013-09-13 15:34:59 +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 Add an xfail test as 'expr myfloat' can add digits consistent 2013-09-20 19:01:20 +00:00
functionalities Fix an xpass on the buildbots by relaxing a test for PC location in the disassembly. 2013-09-24 18:03:57 +00:00
help Re-apply TestHelp.py fix 2013-07-03 19:29:46 +00:00
lang Skip tests that segfault or are inconsistent on FreeBSD 2013-09-13 17:35:13 +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 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). 2013-08-01 18:51:08 +00:00
macosx merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
make Use the correct compiler to compute dependencies. 2013-07-30 17:33:30 +00:00
pexpect-2.4 Switch '/bin/bash' to '/bin/sh' 2013-09-03 23:04:53 +00:00
plugins Fix test execution on FreeBSD versions other than 9.x 2013-07-25 13:24:34 +00:00
python_api Update Linux bug tracker link in TestPrintStackTraces 2013-09-17 16:30:30 +00:00
settings Cache and restore the frame-format, so that test_set_frame_format doesn't modify the default, as required for TestInferiorAssert.py. 2013-09-25 15:30:14 +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 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 Fix a typo. 2013-08-13 14:06:16 +00:00
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 Improve stability of Linux ProcessMonitor by not using fds for synchronization: 2013-09-16 23:12:18 +00:00
lldbbench.py
lldbtest.py test: Handle libc++ shared lib name on FreeBSD 2013-09-09 14:04:04 +00:00
lldbutil.py Add TestConcurrentEvents test for LLDB's handling of inferior threads 2013-07-09 00:08:01 +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