[Lldb-commits] [PATCH] D26542: [LLDB][MIPS] Fix some test case failures due to "elf_abi" field of qprocessInfo packet

Nitesh Jain via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 9 05:47:33 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289209: [LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo… (authored by nitesh.jain).

Changed prior to commit:
  https://reviews.llvm.org/D26542?vs=77603&id=80892#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26542

Files:
  lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py


Index: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
@@ -663,6 +663,7 @@
         "triple",
         "vendor",
         "endian",
+        "elf_abi",
         "ptrsize"
     ]
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26542.80892.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161209/1224b94e/attachment.bin>


More information about the lldb-commits mailing list