[Lldb-commits] [PATCH] D85235: [lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfo

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 15:53:36 PDT 2020


JDevlieghere added a comment.

In D85235#2198013 <https://reviews.llvm.org/D85235#2198013>, @max-kudr wrote:

> @JDevlieghere This change is is failing LLDB Windows buildbot <http://lab.llvm.org:8011/buildslaves/win-py3-buildbot> since build 18051 <http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/18051>. Can you please fix that?

Thanks for the heads up. I had just pushed a fix:

  commit 927afdffbb1deebd83b86d024b67687d758521d0 
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   Wed Aug 5 15:37:50 2020 -0700
  
      [lldb] Skip test_launch_simple on Windows
  
      Because stdio manipulation unsupported on Windows.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85235/new/

https://reviews.llvm.org/D85235



More information about the lldb-commits mailing list