Add default_packet_timeout key to the new TestGdbRemoteHostInfo test

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

llvm-svn: 280652
This commit is contained in:
Pavel Labath 2016-09-05 08:34:56 +00:00
parent 728cf85950
commit 56b23506c5
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ class TestGdbRemoteHostInfo(GdbRemoteTestCaseBase):
"ptrsize", "ptrsize",
"triple", "triple",
"vendor", "vendor",
"watchpoint_exceptions_received" "watchpoint_exceptions_received",
"default_packet_timeout",
]) ])
DARWIN_REQUIRED_HOST_INFO_KEYS = set([ DARWIN_REQUIRED_HOST_INFO_KEYS = set([