XFail TestMemoryFind on 32-bit architectures
authorPavel Labath <labath@google.com>
Thu, 1 Sep 2016 09:17:37 +0000 (09:17 +0000)
committerPavel Labath <labath@google.com>
Thu, 1 Sep 2016 09:17:37 +0000 (09:17 +0000)
commitcce9a609fbc5c2d91f2932542981b66991d6b656
tree42a5efec7469388de87d661e3b78ed392ed015ad
parentd56b90a967df5b2a6647cee2c1dfab076082f06a
XFail TestMemoryFind on 32-bit architectures

the test fails for a very prosaic reason: `(const char *)0x1000` returns "4096" on x86_64 and
"1000" (without the "0x") on i386. I haven't tried other 32-bit arches, but I am guessing the
behaviour is the same. XFAIL until someone can get a chance to look at this.

llvm-svn: 280344
lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py