Fix TestNoGPacketSupported on linux
authorPavel Labath <pavel@labath.sk>
Mon, 11 Nov 2019 16:10:46 +0000 (17:10 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 11 Nov 2019 16:29:48 +0000 (17:29 +0100)
commit135a493f34561219d67251b58a482cd3fc6416b9
tree620ab1b03ebe80e0ffcedeb0bdf9fb6595ec36b6
parent4edf0cb0e03e31d468979d0d7dec08bd9f4f8204
Fix TestNoGPacketSupported on linux

The mock server pretends the process stopped with signal 17, which is
SIGCHLD on linux. This causes lldb to resume to process, utterly
confusing the test. Lldb probably shouldn't resume in this case, but for
now this issue can be fixed by changing the signal number to 2, which is
SIGINT just about anywhere.
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestNoGPacketSupported.py