[flang-commits] [flang] dbc2629 - [Flang][test] Fix Windows buildbot.

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Fri Jun 11 21:28:57 PDT 2021


Author: Michael Kruse
Date: 2021-06-11T23:25:33-05:00
New Revision: dbc262968f8ed4b25281d5855eda8f5a699b95c6

URL: https://github.com/llvm/llvm-project/commit/dbc262968f8ed4b25281d5855eda8f5a699b95c6
DIFF: https://github.com/llvm/llvm-project/commit/dbc262968f8ed4b25281d5855eda8f5a699b95c6.diff

LOG: [Flang][test] Fix Windows buildbot.

Commit 1b241b9b400bdfc5b8e0d157f0f46436677927b8 /
patch https://reviews.llvm.org/D104130 introduced an new test which
calls a UNIX shell script. Add
REQUIRES: shell
to not run it on Windows.

Added: 
    

Modified: 
    flang/test/Semantics/modfile41.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Semantics/modfile41.f90 b/flang/test/Semantics/modfile41.f90
index 8e058f95ca44f..e988e77514df6 100644
--- a/flang/test/Semantics/modfile41.f90
+++ b/flang/test/Semantics/modfile41.f90
@@ -1,4 +1,5 @@
 ! RUN: %S/test_errors.sh %s %t %flang_fc1
+! REQUIRES: shell
 ! Test USE statements that use same module multiple times mixed with rename
 ! clauses and ONLY clauses
 module m1


        


More information about the flang-commits mailing list