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)


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to