Skip TestWatchedVarHitWhenInScope.py everywhere
authorPavel Labath <labath@google.com>
Wed, 14 Mar 2018 09:13:33 +0000 (09:13 +0000)
committerPavel Labath <labath@google.com>
Wed, 14 Mar 2018 09:13:33 +0000 (09:13 +0000)
commit5a48f95a0f4428336d9d7732a961fd09bb411839
treeb6dc3aa11bf77bf20d4a14d5f0014aa4b8ba4bf0
parent327de8052904af493855b33e7b7e2ba45f6ef835
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
lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/variable_out_of_scope/TestWatchedVarHitWhenInScope.py