[all-commits] [llvm/llvm-project] dd5808: [lldb] [test] Remove parent output checks from fol...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Sep 13 06:50:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd5808330484ad3b82ba92ae1a249127b0e0bbb4
https://github.com/llvm/llvm-project/commit/dd5808330484ad3b82ba92ae1a249127b0e0bbb4
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M lldb/test/Shell/Subprocess/clone-follow-child-wp.test
M lldb/test/Shell/Subprocess/clone-follow-child.test
M lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
M lldb/test/Shell/Subprocess/fork-follow-child-wp.test
M lldb/test/Shell/Subprocess/fork-follow-child.test
M lldb/test/Shell/Subprocess/vfork-follow-child-softbp.test
M lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
M lldb/test/Shell/Subprocess/vfork-follow-child.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list