OSDN Git Service

Fix runInTerminal failures on Windows
authorWalter Erquinigo <a20012251@gmail.com>
Wed, 27 Jan 2021 21:02:45 +0000 (13:02 -0800)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Feb 2021 20:56:48 +0000 (22:56 +0200)
commitd7d818c3615e4ff6bb283df0c1ddbb2b2cd50075
tree7ea103c8bdd0415d2c3aa4c8c2e32a75c49b0ce9
parent251f3295b498b699aa2b926167a788a6b6dbc033
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.

(cherry picked from commit ab5591e1d8f5abcfa9e75193d3e8a29087b61425)
lldb/test/API/tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py
lldb/tools/lldb-vscode/FifoFiles.cpp
lldb/tools/lldb-vscode/FifoFiles.h
lldb/tools/lldb-vscode/lldb-vscode.cpp