| # This file was generated by update-test-config.py |
| # |
| # DO NOT EDIT THIS FILE |
| # |
| # Each line in this file corresponds to a single test. The format of each line |
| # is: |
| # |
| # <kind>;<sources>;<xfail>;<options>;<enabled-on>;<disabled-on> |
| # |
| # where |
| # |
| # <kind> is one of 'preprocess', 'assemble', 'compile', 'link' or |
| # 'run'. |
| # |
| # <sources> is a space separated list of sources files that comprise |
| # the test. The first file is the "main" file. The rest |
| # of the files must be specified in program compilation |
| # order. |
| # |
| # <xfail> if present, must be 'xfail' which indicates that the test |
| # is expected to trigger a compile-time or runtime error. |
| # |
| # <options> is a space separated list of options to be passed to the |
| # compiler when building the test. |
| # |
| # <enabled-on> is a space-separated list of targets on which the test is |
| # enabled. Each element of the list will be a regular |
| # expression that is expected to match an LLVM target triple. |
| # If no targets are provided, the test is enabled on all |
| # targets. |
| # |
| # <disabled-on> is a space-separated list of targets on which the test is |
| # disabled. Each element of the list will be a regular |
| # expression that is expected to match an LLVM target triple. |
| # |
| compile;deferred_character_25.f90;;;; |
| compile;malloc-example.f90;;;; |
| compile;malloc.f90;;-O0;; |
| compile;pr107210.f90;;-O1;; |
| compile;pr108065.f90;;;; |
| compile;pr88304-2.f90;;;; |
| compile;pr93405.f90;;;; |
| compile;pr93777.f90;;-O0;; |
| compile;pr93778.f90;;;; |
| compile;pr93993.f90;;;; |
| compile;pr96949.f90;;;;powerpc-.+-aix |
| compile;pr97668.f;;;; |
| compile;uninit-pr63311.f90;;-O0;; |