[lldb] Handle alternative output in TestAbortExitCode
authorDave Lee <davelee.com@gmail.com>
Mon, 12 Oct 2020 21:48:52 +0000 (14:48 -0700)
committerDave Lee <davelee.com@gmail.com>
Mon, 12 Oct 2020 23:27:06 +0000 (16:27 -0700)
commita52cc9b4be362b12ca261000b723374d4b772a45
treed00a61e36ea985fd1fcd592cede61701fbdb6f19
parentb764edc59ff7768e052bc2b9e76e3bb69dd5147b
[lldb] Handle alternative output in TestAbortExitCode

This test

On macOS, this test can instead return `status = 0 (0x00000000) Terminated due to signal 6`. This updates the `CHECK` accordingly.

Differential Revision: https://reviews.llvm.org/D89273
lldb/test/Shell/Process/TestAbortExitCode.test