.. |
api
|
tests: Build test code on FreeBSD the same way as on Linux
|
2013-07-25 21:02:34 +00:00 |
arm_emulation
|
<rdar://problem/11358639>
|
2012-05-08 01:45:38 +00:00 |
attic
|
Initial commit of a new testsuite feature: test categories.
|
2012-09-21 19:10:53 +00:00 |
benchmarks
|
Test file renaming.
|
2012-04-23 17:54:40 +00:00 |
example
|
Initial commit of a new testsuite feature: test categories.
|
2012-09-21 19:10:53 +00:00 |
expression_command
|
Mark additional icc test failures as expected fail.
|
2013-08-02 17:53:28 +00:00 |
functionalities
|
Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future.
|
2013-08-06 20:51:41 +00:00 |
help
|
Re-apply TestHelp.py fix
|
2013-07-03 19:29:46 +00:00 |
lang
|
Mark remaining failing test on icc as expected fail..
|
2013-08-06 20:15:03 +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
|
Add missing -Xlinker to order test.
|
2013-07-30 19:19:55 +00:00 |
make
|
Use the correct compiler to compute dependencies.
|
2013-07-30 17:33:30 +00:00 |
pexpect-2.4
|
Add pexpect-2.4 (a pure Python module for controlling and automating other programs) to the test directory.
|
2011-03-11 20:13:06 +00:00 |
plugins
|
Fix test execution on FreeBSD versions other than 9.x
|
2013-07-25 13:24:34 +00:00 |
python_api
|
Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests.
|
2013-07-31 16:10:03 +00:00 |
settings
|
Assorted test suite fixes as a result of GCC 4.8 validation efforts
|
2013-07-30 21:34:44 +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
|
Continue the cleanup started on r158737
|
2012-06-20 10:13:40 +00:00 |
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 |
argparse_compat.py
|
Include a small argparse compatibility layer for Python < 2.7
|
2013-02-16 09:05:23 +00:00 |
bench-history
|
Add bench entries.
|
2011-11-29 19:13:38 +00:00 |
bench.py
|
Establish a baseline for bench.py score by using a fixed lldb executable as the
|
2011-10-26 22:58:02 +00:00 |
blacklist.py
|
Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to
|
2011-08-03 17:41:28 +00:00 |
CMakeLists.txt
|
Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets
|
2013-05-13 21:41:35 +00:00 |
dosep.ty
|
Cleanup test output when run via cmake/make check targets
|
2013-05-13 21:37:02 +00:00 |
dotest.py
|
Allow building test suite with non-default libc++
|
2013-08-06 15:02:32 +00:00 |
lldbbench.py
|
Tests decorated with @benchmarks_test do not participate in the remote-macosx test suite run.
|
2012-04-19 23:50:00 +00:00 |
lldbtest.py
|
Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future.
|
2013-08-06 20:51:41 +00:00 |
lldbutil.py
|
Add TestConcurrentEvents test for LLDB's handling of inferior threads
|
2013-07-09 00:08:01 +00:00 |
Makefile
|
Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets
|
2013-05-13 21:41:35 +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 |
README-TestSuite
|
Add some descriptions about the default executable name being 'a.out' and can be overwritten
|
2011-07-28 21:15:39 +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 |