Commit dd580833 authored by Michał Górny's avatar Michał Górny
Browse files

[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.
parent 4247381e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ process launch -s
watchpoint set variable -w write g_val
# CHECK: Watchpoint created:
continue
# CHECK: function run in parent
# CHECK: stop reason = watchpoint
continue
# CHECK: stop reason = watchpoint
+0 −1
Original line number Diff line number Diff line
@@ -7,5 +7,4 @@ settings set target.process.follow-fork-mode child
settings set target.process.stop-on-exec false
b parent_func
process launch
# CHECK: function run in parent
# CHECK: function run in exec'd child
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ settings set target.process.stop-on-exec false
b child_func
b parent_func
process launch
# CHECK: function run in parent
# CHECK: stop reason = breakpoint
# CHECK-NEXT: child_func
continue
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ process launch -s
watchpoint set variable -w write g_val
# CHECK: Watchpoint created:
continue
# CHECK: function run in parent
# CHECK: stop reason = watchpoint
continue
# CHECK: stop reason = watchpoint
+0 −1
Original line number Diff line number Diff line
@@ -7,5 +7,4 @@ settings set target.process.follow-fork-mode child
settings set target.process.stop-on-exec false
b parent_func
process launch
# CHECK: function run in parent
# CHECK: function run in exec'd child
Loading