"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "903ee68639f77598c9b58821080900234e3d03b4"
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.
Loading
Please register or sign in to comment