We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5009d66 + e5e1ec7 commit 6aa44b3Copy full SHA for 6aa44b3
lldb/test/Shell/Process/TestAbortExitCode.test
@@ -3,4 +3,4 @@ UNSUPPORTED: system-windows
3
RUN: %clang_host %p/Inputs/abort.c -o %t
4
RUN: %lldb %t -o run -o continue | FileCheck %s
5
6
-CHECK: status = 6 (0x00000006)
+CHECK: {{status = 6 \(0x00000006\)|status = 0 \(0x00000000\) Terminated due to signal 6}}
0 commit comments