teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Jim Ingham 27f4a94e0a Remove a test that depends on knowing all compiler's register allocation schemes.
This test was using a condition that would compare a variable against the register that would hold
it.  It was failing with clang on arm64 because clang put the variable on the stack.

This is not a supportable way to write tests.

llvm-svn: 279345
2016-08-19 22:58:26 +00:00
..
address_breakpoints Fix error propagation from the Z0 packet in gdb-remote breakpoint setting. 2016-05-19 02:13:44 +00:00
breakpoint_case_sensitivity xfail case sensitivity test on Linux. 2016-02-24 22:41:04 +00:00
breakpoint_command LLDB help content has accumulated over time without a recent attempt to 2016-07-14 22:03:10 +00:00
breakpoint_conditions Remove a test that depends on knowing all compiler's register allocation schemes. 2016-08-19 22:58:26 +00:00
breakpoint_ids Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
breakpoint_ignore_count Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
breakpoint_in_delayslot A number of improvements to decorator conditionals. 2016-02-08 19:35:18 +00:00
breakpoint_language Make the language specifier to "break set" actually filter the names by their language. So for 2015-11-06 22:48:59 +00:00
breakpoint_locations Enable some tests on linux 2016-06-09 22:39:36 +00:00
breakpoint_options Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
breakpoint_set_restart Fix breakpoint_set_restart test for Windows 2016-04-12 22:45:03 +00:00
comp_dir_symlink Remove skipIfHostPlatform and skipUnlessHostPlatform decorators. 2016-02-09 00:36:27 +00:00
consecutive_breakpoints Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
cpp Undid LLVM macro usage in test suite test subject files. 2016-08-10 01:37:27 +00:00
cpp_exception Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
debugbreak 'int' is reported as an exception on OS X not as a signal. I don't think 2016-04-12 17:04:12 +00:00
dummy_target_breakpoints Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
inlined_breakpoints Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
objc Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
source_regexp Add a testcase for "BreakpointSetBySourceRegex" 2016-05-10 01:52:44 +00:00