forked from OSchip/llvm-project
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:
parent
728cf85950
commit
56b23506c5
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue