llvm-project/lldb/test/functionalities
Zachary Turner 80c2c60f36 XFAIL all of TestInferiorAssert.py tests on Windows.
Getting this working correctly is a significant amount of work.
Assertions on Windows show up as error code 0xC0000409, which is
STATUS_STACK_BUFFER_OVERRUN.  In order to accurately determine
that this is not just any stack buffer overrun, but one triggered
by a call to abort, we would need to analyze the call stack.  This
in turn requires better symbol support for Windows executables,
and work on LLDB to make stack frames better on Windows.

For now, these are XFAIL'ed and tracked in http://llvm.org/pr21793.

llvm-svn: 223816
2014-12-09 19:28:00 +00:00
..
abbreviation Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
alias
archives
asan Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +00:00
attach_resume Fix this test to set a breakpoint at the correct location that will always get hit so it doesn't intermittently fail on MacOSX. 2014-11-03 23:10:56 +00:00
backticks Remove annotation for llvm.org/pr19241 2014-03-26 02:45:44 +00:00
breakpoint Simple test for file & line dummy breakpoints. 2014-12-09 01:28:22 +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 Fixed a broken test suite test after recent editline merges. 2014-11-18 00:39:31 +00:00
command_script Made TestCommandScript more robust against new 2014-10-06 17:58:15 +00:00
command_source
completion Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
conditional_break
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 Mark 9 lldb unit tests for ubuntu as XFAIL. 2014-11-22 05:55:00 +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
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 XFAIL all of TestInferiorAssert.py tests on Windows. 2014-12-09 19:28:00 +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
non-overlapping-index-variable-i
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 Remove decorator for FreeBSD test that now passes 2014-11-20 19:43:33 +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 Fix platform shell test to run "dir c:\" instead of "ls /" on Windows. 2014-12-08 21:50:05 +00:00
plugins/commands And here's another test case that uses the SB API. Skip it too 2014-10-06 22:00:35 +00:00
process_attach Add test for denied process attach by pid and fix found bugs in Process/ProcessPOSIX.cpp 2014-11-19 18:27:45 +00:00
process_launch Marked failing Darwin TestProcessLaunch tests as XFAIL 2014-07-09 20:42:14 +00:00
recursion
register Fix up TestRegisters for Linux ptracer lock-down. 2014-10-26 22:25:33 +00:00
return-value
set-data
signal
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 Remove print statement that was accidentally left in. 2014-11-21 23:34:35 +00:00
target_command
thread TestConcurrentEvents - delay threads not working 2014-11-13 04:00:23 +00:00
type_completion This test case should not rely on stepping behavior because that might chance due to inlining. Set breakpoints where you want them instead. Fixes rdar://18724175 2014-10-23 21:35:18 +00:00
unwind/noreturn Fix new noreturn test on !darwin platforms 2014-11-10 17:22:47 +00:00
watchpoint Add a few more bug IDs for x'fail test cases 2014-10-17 00:47:44 +00:00