[Lldb-commits] [lldb] r280652 - Add default_packet_timeout key to the new TestGdbRemoteHostInfo test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 5 01:34:56 PDT 2016


Author: labath
Date: Mon Sep  5 03:34:56 2016
New Revision: 280652

URL: http://llvm.org/viewvc/llvm-project?rev=280652&view=rev
Log:
Add default_packet_timeout key to the new TestGdbRemoteHostInfo test

android targets use this key, so the test should recognize it.

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

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py?rev=280652&r1=280651&r2=280652&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py Mon Sep  5 03:34:56 2016
@@ -26,7 +26,8 @@ class TestGdbRemoteHostInfo(GdbRemoteTes
         "ptrsize",
         "triple",
         "vendor",
-        "watchpoint_exceptions_received"
+        "watchpoint_exceptions_received",
+        "default_packet_timeout",
     ])
 
     DARWIN_REQUIRED_HOST_INFO_KEYS = set([




More information about the lldb-commits mailing list