[PATCH] D107956: [Flang] Ported test_modfile.sh to Python

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 11:14:15 PDT 2021


Meinersbur added a comment.

Would you like me to look at why "modfile18.f90" and "modfile20.f90" are failing?



================
Comment at: flang/test/Semantics/test_modfile.py:82
+                                           expect.replace(" ", "").split("\n"),
+                                           fromfile=f"{mod.name}", tofile="Expect", n=999999))
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107956



More information about the llvm-commits mailing list