summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-09-05 08:34:56 +0000
committerPavel Labath <labath@google.com>2016-09-05 08:34:56 +0000
commit56b23506c544582c4b431d41aec0af08f17a39ca (patch)
tree80bc6cc96c67ab13176add3186a3cbc38c97d3ee /lldb/packages/Python
parent728cf85950592bc774c52c27581f351441c025fe (diff)
downloadbcm5719-llvm-56b23506c544582c4b431d41aec0af08f17a39ca.tar.gz
bcm5719-llvm-56b23506c544582c4b431d41aec0af08f17a39ca.zip
Add default_packet_timeout key to the new TestGdbRemoteHostInfo test
android targets use this key, so the test should recognize it. llvm-svn: 280652
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py3
1 files changed, 2 insertions, 1 deletions
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 6502f03336a..5089ee85773 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([
OpenPOWER on IntegriCloud