[PATCH] D88666: DirectoryWatcher: add an implementation for Windows
Stella Stamenova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 17 13:22:49 PDT 2021
stella.stamenova added a comment.
This is the best I can do from the online builds. I'll try and repro locally as well:
FAIL: Clang-Unit :: DirectoryWatcher/./DirectoryWatcherTests.exe/DirectoryWatcherTest.InitialScanAsync (75980 of 75980)
******************** TEST 'Clang-Unit :: DirectoryWatcher/./DirectoryWatcherTests.exe/DirectoryWatcherTest.InitialScanAsync' FAILED ********************
Script:
--
D:\a\_work\1\b\llvm\Debug\tools\clang\unittests\DirectoryWatcher\.\DirectoryWatcherTests.exe --gtest_filter=DirectoryWatcherTest.InitialScanAsync
--
Note: Google Test filter = DirectoryWatcherTest.InitialScanAsync
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from DirectoryWatcherTest
[ RUN ] DirectoryWatcherTest.InitialScanAsync
********************
Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Terminate batch job (Y/N)?
interrupted by user, skipping remaining tests
One thing we've run into in the past is that running some of these tests on a drive other than the OS drive can cause weird failure. I am not sure if that may be the case here as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88666/new/
https://reviews.llvm.org/D88666
More information about the cfe-commits
mailing list