[Flang][test] Fix Windows buildbot.

Add

    REQUIRES: shell

to tests that execute a UNIX shell script to not run on Windows.
This commit is contained in:
Michael Kruse 2021-06-19 22:23:02 -05:00
parent cee85fcd76
commit f075760317
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
! RUN: %S/test_folding.sh %s %t %flang_fc1
! REQUIRES: shell
! Tests intrinsic MAXVAL/MINVAL function folding
module m
logical, parameter :: test_imaxidentity = maxval([integer::]) == -huge(0) - 1

View File

@ -1,4 +1,5 @@
! RUN: %S/test_errors.sh %s %t %flang_fc1
! REQUIRES: shell
! Ensures that things that aren't procedures aren't allowed to be called.
module m
integer :: i

View File

@ -1,4 +1,5 @@
! RUN: %S/test_errors.sh %s %t %flang_fc1 -fopenmp
! REQUIRES: shell
! OpenMP Version 5.0
! 2.11.3 allocate Directive
! If list items within the ALLOCATE directive have the SAVE attribute, are a common block name, or are declared in the scope of a

View File

@ -1,4 +1,5 @@
! RUN: %S/test_errors.sh %s %t %flang_fc1 -fopenmp
! REQUIRES: shell
! OpenMP Version 4.5
! Various checks with the nesting of BARRIER construct