[PATCH] D76768: [analyzer] Added support of scan-build and exploded-graph-rewriter regression tests for Windows
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 7 20:41:32 PDT 2020
NoQ added a comment.
In D76768#1968023 <https://reviews.llvm.org/D76768#1968023>, @ASDenysPetrov wrote:
> Is there any way to get to buildbot file system to compare test files with what is in the master branch? Particularly //C:\src\llvm-project\clang\test\Analysis\scan-build/Inputs/single_null_dereference.c//
If the source was checked out incorrectly then most likely everything would have been broken, not just our test. I'd rather suspect write permissions or something, but then again, a lot of tests create directories and then write into them. Dunno.
@thakis, do you know what is the setup of this buildbot? Like, what's so special about it? 'Cause i weren't seeing any failures from other windows buildbots. Can we discriminate between this buildbot and other buildbots with any `UNSUPPORTED:` bang (even if we have to add one)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76768/new/
https://reviews.llvm.org/D76768
More information about the cfe-commits
mailing list