OSDN Git Service

[lldb] Disable PipeTest.OpenAsReader on windows
authorPavel Labath <pavel@labath.sk>
Mon, 11 Jan 2021 12:15:01 +0000 (13:15 +0100)
committerPavel Labath <pavel@labath.sk>
Mon, 11 Jan 2021 12:37:49 +0000 (13:37 +0100)
commitd36e879c21c9620c9b6a1a8f45afe46379142d2f
treea9730a2b7458eb2ce7b74fdb1c0165eb69af7a71
parenta5b484c4d41a7452b590a2c1c98dc31f43d3dc1a
[lldb] Disable PipeTest.OpenAsReader on windows

This test seems to be broken there (which is not totally surprising as
this functionality was never used on windows). Disable the test while I
investigate.
lldb/unittests/Host/PipeTest.cpp