teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint
Pavel Labath 5a48f95a0f Skip TestWatchedVarHitWhenInScope.py everywhere
The expression-hits tracking logic is not available on any platform. The
reason this tests happens to pass on some platforms is that the test is
written poorly -- it relies on the fact that post-main cleanup code will
write to the stack memory once occupied by the watched variable, but
this is not the case everywhere (e.g. linux glibc does not seem to do
this, but android's bionic library does).

llvm-svn: 327483
2018-03-14 09:13:33 +00:00
..
hello_watchlocation Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
hello_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
multi_watchpoint_slots Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
multiple_hits Adapt some tests to work with PPC64le architecture 2018-02-28 20:57:26 +00:00
multiple_threads Speed up TestWatchpointMultipleThreads 2018-03-02 00:17:05 +00:00
step_over_watchpoint Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
variable_out_of_scope Skip TestWatchedVarHitWhenInScope.py everywhere 2018-03-14 09:13:33 +00:00
watchpoint_commands Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_disable Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_events Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
watchpoint_on_vectors Build each testcase variant in its own subdirectory and remove the srcdir lock file 2018-02-06 18:22:51 +00:00
watchpoint_set_command Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
watchpoint_size Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
.categories Add a "watchpoint" test category and annotate tests appropriately 2017-10-31 15:27:19 +00:00