Remove a test that depends on knowing all compiler's register allocation schemes.
authorJim Ingham <jingham@apple.com>
Fri, 19 Aug 2016 22:58:26 +0000 (22:58 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 19 Aug 2016 22:58:26 +0000 (22:58 +0000)
commit27f4a94e0a9b7c1f590589a6b5b289eab8d4c7e0
tree798540a2bf6b5fca3a2b221238a0d67cb735a646
parentd95d100c285f7a0eb54845b1c4eedcde8aa95705
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
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py