llvm-project/lldb/test/functionalities
Ed Maste da7c5b253f Enable libcxx map test on FreeBSD again
The test used to trigger an assertion failure "Cannot get layout of
forward declarations!", but it no longer fails when built with
Clang 3.4.1 (system compiler) or 3.5 from SVN on FreeBSD.

llvm.org/pr17231

llvm-svn: 218196
2014-09-21 02:24:01 +00:00
..
abbreviation Disable test on Windows. script print deadlocks on Windows. 2014-07-30 22:08:17 +00:00
alias Relax alias test for failing command 2014-01-20 03:45:47 +00:00
archives Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
asan Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
attach_resume Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
backticks Remove annotation for llvm.org/pr19241 2014-03-26 02:45:44 +00:00
breakpoint Allow "breakpoint command add" to add commands to more than one breakpoint at a time. 2014-08-29 17:34:17 +00:00
command_history Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
command_regex Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
command_script Add a --help (-h) option to "command script add" that enables users to define a one-liner short help for their command 2014-09-15 17:52:44 +00:00
command_source Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
completion Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
conditional_break Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
connect_remote Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py when port 12345 is already in use 2014-09-08 17:06:54 +00:00
data-formatter Enable libcxx map test on FreeBSD again 2014-09-21 02:24:01 +00:00
dead-strip Modified some test annotations so that tests on Linux that should be skipped don't show up as XFAIL. 2014-03-04 05:28:24 +00:00
dynamic_value_child_count Add decorator for pr19311 on FreeBSD 2014-04-02 23:01:04 +00:00
embedded_interpreter Add some tests to be skipped when run remotely and also fixed a test to be more reliable when it comes to stopping on a specific line. 2014-09-18 21:32:05 +00:00
exec Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
expr-doesnt-deadlock Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
fat_archives Remove shell-globbing from all test makefiles. 2014-07-31 21:03:11 +00:00
inferior-assert Switch to Darwin decorator for tests that XPASS on FreeBSD 2014-04-22 13:42:05 +00:00
inferior-changed Fix test 'make clean' target for empty $(DSYM) on FreeBSD 2014-03-07 17:20:50 +00:00
inferior-crashing Fixed up intermittently failing tests to skip on Linux. 2014-03-25 18:55:48 +00:00
inline-stepping Put a workaround for flaky unwinder behavior on Darwin (<rdar://problem/16363195>). 2014-03-19 17:50:46 +00:00
load_unload Remove shell-globbing from all test makefiles. 2014-07-31 21:03:11 +00:00
longjmp Marked TestLongjmp.py tests XFAIL for Linux. 2014-07-07 21:07:41 +00:00
memory/read Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
non-overlapping-index-variable-i Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
nosucharch Ensure that if some unspecified person were to pass in an invalid architecture when trying to create a target, that it would fail, but not cause LLDB to crash. 2014-07-23 18:18:38 +00:00
object-file Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. 2014-09-19 20:11:50 +00:00
paths Added a test case to ensure lldb::SBHostOS::GetLLDBPath() doesn't return lldb::SBFileSpec objects with the filename filled in for directory paths. 2014-08-25 18:30:00 +00:00
platform Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
plugins/commands Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
process_attach This commit provides support for running the dosep.ty test driver with multiple threads. 2014-03-07 00:01:11 +00:00
process_launch Marked failing Darwin TestProcessLaunch tests as XFAIL 2014-07-09 20:42:14 +00:00
recursion Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
register Treat 'amd64' as 'x86_64' as done for other tests 2014-02-19 18:55:39 +00:00
return-value Correctly set the working directory when launching processes for both local and remote targets. 2013-12-13 19:18:59 +00:00
set-data Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
signal Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
single-quote-in-filename-to-lldb Make the test runner understand Windows command shell execution. 2014-07-22 16:19:29 +00:00
step-avoids-no-debug Fixup TestStepNoDebug to cleanup properly on shutdown. 2014-07-28 22:53:49 +00:00
stop-hook Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
target_command Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
thread Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
type_completion Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. 2013-12-10 23:19:29 +00:00
watchpoint Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00