[PATCH] D82164: [flang] Port test_any.sh tests to FileCheck: Hand port tests which use regexes

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 09:39:57 PDT 2020


schweitz added a comment.

In D82164#2106822 <https://reviews.llvm.org/D82164#2106822>, @richard.barton.arm wrote:

> Note that the test has issues in that it checks for "error:" but the parser diagnostics that are emitted do not start with this. Because of this, the test misses the fact that even without -Mstandard, there is a diagnostic emitted on one of the testcases.
>  I propose the fix for this test is a separate change.


Sounds good. Hopefully the flang driver will be written to support a `-verify-diagnostics` mode.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82164/new/

https://reviews.llvm.org/D82164





More information about the llvm-commits mailing list