hanchenye-llvm-project/lldb/test
Ed Maste 21ad67b4ef test: Remove annotation for now-fixed FreeBSD issue pr15302
The failure to demangle 'anonymous namespace' on FreeBSD is fixed (twice)

- the failure in FreeBSD's in-tree __cxa_demangle has been addressed

- FreeBSD now uses the copy of the demangler built into lldb, due to other
  remaining limitations in the in-tree __cxa_demangle

llvm.org/pr15302

llvm-svn: 194855
2013-11-15 21:33:30 +00:00
..
api <rdar://problem/15368142> 2013-11-01 18:48:03 +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 This patch does a couple of things. 2013-11-07 00:11:47 +00:00
functionalities Remove FreeBSD test failure annotations for llvm.org/pr17213 2013-11-15 19:15:43 +00:00
help Re-apply TestHelp.py fix 2013-07-03 19:29:46 +00:00
lang test: Remove annotation for now-fixed FreeBSD issue pr15302 2013-11-15 21:33:30 +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 Rearranged linker flags for test suite. 2013-10-17 20:09:33 +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 Removing expected failure decorator for a test that's passing. 2013-10-30 21:05:36 +00:00
settings Fixed TestSettings.py to correctly restore the frame format string. 2013-10-03 01:50:35 +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 Added a simple legend to the unit test 'dots' output, to aid understandability. 2013-09-25 20:47:51 +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 <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
lldbbench.py
lldbtest.py Mark 32/64-bit tests as expected fail after root causing and referencing bugzilla. 2013-09-26 23:30:59 +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