[flang-commits] [flang] 5d933c0 - [Flang][test] Fix Windows buildbot after D104930.

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Tue Jun 29 10:02:28 PDT 2021


Author: Michael Kruse
Date: 2021-06-29T17:01:45Z
New Revision: 5d933c0b0c741767f2af8218d55581557903a254

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

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

Add

    REQUIRES: shell

to the unpack.f90 test that executes a UNIX shell script.

Added: 
    

Modified: 
    flang/test/Semantics/unpack.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Semantics/unpack.f90 b/flang/test/Semantics/unpack.f90
index d624f9c2e38a1..71bd21c7fb008 100644
--- a/flang/test/Semantics/unpack.f90
+++ b/flang/test/Semantics/unpack.f90
@@ -1,4 +1,5 @@
 ! RUN: %S/test_errors.sh %s %t %flang_fc1
+! REQUIRES: shell
 ! UNPACK() intrinsic function error tests
 program test_unpack
   integer, dimension(2) :: vector = [343, 512]


        


More information about the flang-commits mailing list