[PATCH] D76768: [analyzer] Added support of scan-build and exploded-graph-rewriter regression tests for Windows

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 07:01:04 PDT 2020


ASDenysPetrov added a comment.

@NoQ 
Yes, I have some thoughts. I am on revision master from [02.04.2020 10:29:20] (5 days ago). I've check these test and all passes on my PC.

As you can see in the log :

  scan-build: Removing directory '/c/src/llvm-project/out/gn/obj/clang/test/Analysis/scan-build/Output/plist_html_output.test.tmp.output_dir/2020-04-07-090114-54706-1' because it contains no reports.
  ^
  <stdin>:7:1: note: possible intended match here
  scan-build: No bugs found.

That means that **Inputs/single_null_dereference.c** is somewhat differs from mine or clang behavior was changed since my revision.

> Do tests actually run on your machine when REQUIRES: shell is still in?

No they don't. They are marked as unsuported if **REQUIRES: shell** is in.


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