[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
Fri Jun 19 11:59:06 PDT 2020
schweitz added inline comments.
================
Comment at: flang/test/Semantics/label01.F90:2
+! RUN: %f18 -DARCHAIC_FORTRAN -funparse-with-symbols %s 2>&1 | FileCheck %s
+! CHECK-NOT: error:{{[[:space:]]}}
----------------
Should there be two (maybe 3?) RUN: lines? One to test STRICT_F18 and another for ARCHAIC_FORTRAN?
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