[Lldb-commits] [lldb] e123959 - [lldb] Remove debugserver specific string from TestAbortExitCode check
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 01:04:34 PDT 2020
Author: Raphael Isemann
Date: 2020-09-03T10:03:02+02:00
New Revision: e123959e94716ef6b5942060ac5934f696eaa3d3
URL: https://github.com/llvm/llvm-project/commit/e123959e94716ef6b5942060ac5934f696eaa3d3
DIFF: https://github.com/llvm/llvm-project/commit/e123959e94716ef6b5942060ac5934f696eaa3d3.diff
LOG: [lldb] Remove debugserver specific string from TestAbortExitCode check
The test only checks the exit code that the debug server sends back, but
not the following explanation which is different for debugserver and lldb-server.
Added:
Modified:
lldb/test/Shell/Process/TestAbortExitCode.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Process/TestAbortExitCode.test b/lldb/test/Shell/Process/TestAbortExitCode.test
index a61c09505112..5be0a15ab172 100644
--- a/lldb/test/Shell/Process/TestAbortExitCode.test
+++ b/lldb/test/Shell/Process/TestAbortExitCode.test
@@ -3,4 +3,4 @@ UNSUPPORTED: system-windows
RUN: %clang_host %p/Inputs/abort.c -o %t
RUN: %lldb %t -o run -o continue | FileCheck %s
-CHECK: status = 6 (0x00000006) Terminated due to signal 6
+CHECK: status = 6 (0x00000006)
More information about the lldb-commits
mailing list