[all-commits] [llvm/llvm-project] f659bf: [lldb] [test] Add synchronization fix Subprocess t...

Michał Górny via All-commits all-commits at lists.llvm.org
Fri Sep 10 00:11:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f659bf00b4c0f33947bbce19113ac7cd28e5da86
      https://github.com/llvm/llvm-project/commit/f659bf00b4c0f33947bbce19113ac7cd28e5da86
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

  Changed paths:
    M lldb/test/Shell/Subprocess/Inputs/fork.cpp
    M lldb/test/Shell/Subprocess/clone-follow-child-softbp.test
    M lldb/test/Shell/Subprocess/clone-follow-child-wp.test
    M lldb/test/Shell/Subprocess/clone-follow-child.test
    M lldb/test/Shell/Subprocess/clone-follow-parent-softbp.test
    M lldb/test/Shell/Subprocess/clone-follow-parent-wp.test
    M lldb/test/Shell/Subprocess/clone-follow-parent.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/fork-follow-parent-softbp.test
    M lldb/test/Shell/Subprocess/fork-follow-parent-wp.test
    M lldb/test/Shell/Subprocess/fork-follow-parent.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
    M lldb/test/Shell/Subprocess/vfork-follow-parent-softbp.test
    M lldb/test/Shell/Subprocess/vfork-follow-parent-wp.test
    M lldb/test/Shell/Subprocess/vfork-follow-parent.test

  Log Message:
  -----------
  [lldb] [test] Add synchronization fix Subprocess test flakiness

Add synchronization routines to ensure that Subprocess tests output
in a predictable order, and all test strings are output before the tests
terminate.

Differential Revision: https://reviews.llvm.org/D109495




More information about the All-commits mailing list