Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fortran/gfortran] Initial support to override DejaGNU annotations #176

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. [Fortran/gfortran] Initial support to override DejaGNU annotations

    The DejaGNU annotations in the gfortran test suite sometimes need to be
    overridden, for instance in cases where the one of the compilers generates a
    compile error for some non-standard extension while the other does not. This
    PR adds support to override the some annotations, such as forcing a test to
    pass with flang where it would fail in gfortran.
    
    For now, only some of the behavior can be overridden, but this could be
    extended in the future. The documentation was updated to reflect this (some
    cleanup of the documentation was also carried out). Similarly, the static
    test configuration generation script was updated and cleaned up.
    
    An override file is also provided for two tests that were disabled in
    27a6a3a since they are expected to pass in flang. The static test
    configuration was also updated to reflect this change.
    Tarun Prabhu committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8386d7e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fix typo in README

    tarunprabhu committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f6618fd View commit details
    Browse the repository at this point in the history