[lldb] [test] Do not check libc function names in NetBSD core test
authorMichal Gorny <mgorny@gentoo.org>
Fri, 8 Mar 2019 22:32:35 +0000 (22:32 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Fri, 8 Mar 2019 22:32:35 +0000 (22:32 +0000)
commit7b374be9465205c12c6f59a3cb13157d4d932b4a
treed722fdc2bd09dccf3e07881b0a332b6a5260708f
parent2714d5890196e7662403751cbf2dde6cb79b255b
[lldb] [test] Do not check libc function names in NetBSD core test

Fix the NetBSD core test not to verify libc function names in backtrace.
This obviously requires the same libc.so as originally used to produce
the core file, and so it is going to fail everywhere except on my
system.

llvm-svn: 355747
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/netbsd-core/TestNetBSDCore.py