From 56b23506c544582c4b431d41aec0af08f17a39ca Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 5 Sep 2016 08:34:56 +0000 Subject: [PATCH] Add default_packet_timeout key to the new TestGdbRemoteHostInfo test android targets use this key, so the test should recognize it. llvm-svn: 280652 --- .../test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py index 6502f03..5089ee8 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py @@ -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([ -- 2.7.4