Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • util
  • test_utils_unittest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Posix: Fix async LaunchProcess. · d32650bb
    Jamie Madill authored Nov 21, 2019
    The prior method was only checking for a PID's existance. We should
    also check for zombie process states. This allows our child process
    launcher to correctly determine when a process is done on Linux and
    other Posix systems.
    
    Also starts the test timer on Posix LaunchProcess implementations.
    
    Also removes the need to end command line arg lists with nullptr.
    
    Also removes some Fuchsia-specific preprocessor checks.
    
    Also adds a regression test.
    
    Bug: angleproject:3162
    Change-Id: I5725a8a0e8c5151f2d3e06df0a36dd64c0e0ee69
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1928873
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    d32650bb
test_utils_unittest.cpp 6.57 KB
EditWeb IDE
×

Replace test_utils_unittest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.