[lldb] [test] Remove parent output checks from follow-child tests
authorMichał Górny <mgorny@moritz.systems>
Mon, 13 Sep 2021 13:43:12 +0000 (15:43 +0200)
committerMichał Górny <mgorny@moritz.systems>
Mon, 13 Sep 2021 13:50:00 +0000 (15:50 +0200)
commitdd5808330484ad3b82ba92ae1a249127b0e0bbb4
tree991213bcc5543b80a23b2cc0c87abb04bf013a4e
parent4247381e26dd6ec476ef9873f5b7db1e01aad2b6
[lldb] [test] Remove parent output checks from follow-child tests

Remove the parent output checks, as they make the test flaky while
serving no real purpose.  If the parent crashed/hanged, it will never
resume the child and the test would fail anyway.
lldb/test/Shell/Subprocess/clone-follow-child-wp.test
lldb/test/Shell/Subprocess/clone-follow-child.test
lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
lldb/test/Shell/Subprocess/fork-follow-child-wp.test
lldb/test/Shell/Subprocess/fork-follow-child.test
lldb/test/Shell/Subprocess/vfork-follow-child-softbp.test
lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
lldb/test/Shell/Subprocess/vfork-follow-child.test