[PATCH] D107041: [Flang] Ported test_symbols to Python
    Andrzej Warzynski via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug  6 06:13:47 PDT 2021
    
    
  
awarzynski added inline comments.
================
Comment at: flang/test/Semantics/common.py:2-4
+# Expects source files passed as first argument;
+# A temporary directory as second argument;
+# And the Flang frontend driver with options as third argument
----------------
[nit] This script does not take any arguments :)
================
Comment at: flang/test/Semantics/symbol19.f90:1
-! RUN: %S/test_symbols.sh %s %t %flang_fc1
-! REQUIRES: shell
+! RUN: python %S/test_symbols.py %s %flang_fc1
 
----------------
! RUN: %python %S/test_symbols.py %s %flang_fc1
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107041/new/
https://reviews.llvm.org/D107041
    
    
More information about the llvm-commits
mailing list