Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
authorPavel Labath <labath@google.com>
Mon, 5 Sep 2016 08:34:56 +0000 (08:34 +0000)
committerPavel Labath <labath@google.com>
Mon, 5 Sep 2016 08:34:56 +0000 (08:34 +0000)
android targets use this key, so the test should recognize it.

llvm-svn: 280652

lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py

index 6502f03..5089ee8 100644 (file)
@@ -26,7 +26,8 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase):
         "ptrsize",
         "triple",
         "vendor",
-        "watchpoint_exceptions_received"
+        "watchpoint_exceptions_received",
+        "default_packet_timeout",
     ])
 
     DARWIN_REQUIRED_HOST_INFO_KEYS = set([