This is an archive of the discontinued LLVM Phabricator instance.

Add tests from gfortran test suite [Patch 4 of 6]
AbandonedPublic

Authored by tarunprabhu on Mar 20 2023, 5:27 PM.

Details

Summary

Add Fortran tests from GCC's test suite. This is the fourth of six patches that add the test files. A separate patch adds the build files.

  1. https://reviews.llvm.org/D146475
  2. https://reviews.llvm.org/D146477
  3. https://reviews.llvm.org/D146478
  4. https://reviews.llvm.org/D146479 (this patch)
  5. https://reviews.llvm.org/D146480
  6. https://reviews.llvm.org/D146481

A discourse post discussing this is here:

Diff Detail

Event Timeline

tarunprabhu created this revision.Mar 20 2023, 5:27 PM
tarunprabhu created this object with visibility "No One".
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 5:27 PM
tarunprabhu requested review of this revision.Mar 20 2023, 5:27 PM
tarunprabhu edited the summary of this revision. (Show Details)
tarunprabhu edited the summary of this revision. (Show Details)Mar 20 2023, 6:23 PM
tarunprabhu set the repository for this revision to rT test-suite.
tarunprabhu changed the visibility from "No One" to "Public (No Login Required)".
tarunprabhu added a subscriber: flang-commits.
tarunprabhu abandoned this revision.Mar 31 2023, 8:03 AM

Based on discussions here, the test files will be committed after the patch containing the build and license files.