fjricci created this revision.

'arch' is a valid qHostInfo key, but the unit
test for qHostInfo did not include it in the set of possible keys.


https://reviews.llvm.org/D32711

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


Index: packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
===================================================================
--- packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
+++ packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
@@ -14,6 +14,7 @@
     mydir = TestBase.compute_mydir(__file__)
 
     KNOWN_HOST_INFO_KEYS = set([
+        "arch",
         "cputype",
         "cpusubtype",
         "distribution_id",


Index: packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
===================================================================
--- packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
+++ packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
@@ -14,6 +14,7 @@
     mydir = TestBase.compute_mydir(__file__)
 
     KNOWN_HOST_INFO_KEYS = set([
+        "arch",
         "cputype",
         "cpusubtype",
         "distribution_id",
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits] [PATCH] D327... Francis Ricci via Phabricator via lldb-commits

Reply via email to