[flang-commits] [flang] 69665c4 - [flang][nfc] Add missing `REQUIRES` flag in a test

Andrzej Warzynski via flang-commits flang-commits at lists.llvm.org
Thu Nov 10 07:59:48 PST 2022


Author: Andrzej Warzynski
Date: 2022-11-10T15:54:57Z
New Revision: 69665c4b27bbb7619de88662b96b51305b33e822

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

LOG: [flang][nfc] Add missing `REQUIRES` flag in a test

D129156 has caused a buildbot failure:
  * https://lab.llvm.org/buildbot/#/builders/175/builds/20472.
Clearly `examples` is missing from the `REQUIRES` list. Sending this
without a review as a quick fix.

Added: 
    

Modified: 
    flang/test/Driver/pass-plugin.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/pass-plugin.f90 b/flang/test/Driver/pass-plugin.f90
index 546bd9237d6b8..ed3a3e2403a31 100644
--- a/flang/test/Driver/pass-plugin.f90
+++ b/flang/test/Driver/pass-plugin.f90
@@ -2,7 +2,7 @@
 
 ! UNSUPPORTED: system-windows
 
-! REQUIRES: plugins, shell
+! REQUIRES: plugins, shell, examples
 
 ! RUN: %flang -S %s -fpass-plugin=%llvmshlibdir/Bye%pluginext -Xflang -fdebug-pass-manager -o /dev/null 2>&1 | FileCheck %s
 ! RUN: %flang_fc1 -S %s -fpass-plugin=%llvmshlibdir/Bye%pluginext -fdebug-pass-manager -o /dev/null 2>&1 | FileCheck %s


        


More information about the flang-commits mailing list