Fix test expectation in TestNoreturnUnwind
authorTamas Berghammer <tberghammer@google.com>
Thu, 23 Apr 2015 10:54:27 +0000 (10:54 +0000)
committerTamas Berghammer <tberghammer@google.com>
Thu, 23 Apr 2015 10:54:27 +0000 (10:54 +0000)
commitf959520efc71c4f64f1f3a0e5505166751c9a260
treebcd8d0043efb7351f2c0c1d0294caacd5d6cf0de
parent532a031422a341ede79c91441417f7bb860e9209
Fix test expectation in TestNoreturnUnwind

The test case lookinhg for the abort function in the stack trace.
Previously it lookd for a function which ends with "abort" but on some
system there are multiple such functions (e.g.: on android abort calls
__libc_android_abort) what made the test fail. This CL change the
behaviour to look for the abort function based on a fix list of names.

llvm-svn: 235584
lldb/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py