diff options
| author | Jason Molenda <jmolenda@apple.com> | 2018-12-17 23:33:40 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2018-12-17 23:33:40 +0000 |
| commit | f47c734e49da195cd5c0435119ed2a86cdfdb5b3 (patch) | |
| tree | 17ed3a39721d6096462aa815651f9e0367845076 /lldb/packages/Python/lldbsuite/test/tools/lldb-server | |
| parent | 6a6f6109c4408ffa48c82e98568025d9ebf50f75 (diff) | |
| download | bcm5719-llvm-f47c734e49da195cd5c0435119ed2a86cdfdb5b3.tar.gz bcm5719-llvm-f47c734e49da195cd5c0435119ed2a86cdfdb5b3.zip | |
A few small updates to the testsuite for running against an iOS device.
Remove the expected-fails for 34538611; using an alternate platform
implementation handles these correctly.
llvm-svn: 349417
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py index 76910758fa9..cfadbc8f7d0 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteGPacket.py @@ -35,6 +35,7 @@ class TestGdbRemoteGPacket(gdbremote_testcase.GdbRemoteTestCaseBase): @skipIfOutOfTreeDebugserver @debugserver_test + @skipIfDarwinEmbedded def test_g_packet_debugserver(self): self.init_debugserver_test() self.run_test_g_packet() |

