[all-commits] [llvm/llvm-project] ab5591: Fix runInTerminal failures on Windows

walter erquinigo via All-commits all-commits at lists.llvm.org
Wed Jan 27 13:17:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab5591e1d8f5abcfa9e75193d3e8a29087b61425
      https://github.com/llvm/llvm-project/commit/ab5591e1d8f5abcfa9e75193d3e8a29087b61425
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

  Changed paths:
    M lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
    M lldb/tools/lldb-vscode/FifoFiles.cpp
    M lldb/tools/lldb-vscode/FifoFiles.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  Fix runInTerminal failures on Windows

stella.stemenova mentioned in https://reviews.llvm.org/D93951 failures on Windows for this test.

I'm fixing the macro definitions and disabling the tests for python
versions lower than 3.7. I'll figure out that actual issue with
python3.6 after the buildbots are fine again.




More information about the All-commits mailing list