This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

Add Fortran tests from GCC's test suite. This is the second of six patches that add the test files. A separate patch adds the build files. All the patches will be committed together.

  1. https://reviews.llvm.org/D146475
  2. https://reviews.llvm.org/D146477 (this patch)
  3. https://reviews.llvm.org/D146478
  4. https://reviews.llvm.org/D146479
  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:22 PM
tarunprabhu created this object with visibility "No One".
tarunprabhu created this object with edit policy "No One".
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 5:22 PM
tarunprabhu requested review of this revision.Mar 20 2023, 5:22 PM
tarunprabhu changed the edit policy from "No One" to "All Users".Mar 20 2023, 5:25 PM
tarunprabhu edited the summary of this revision. (Show Details)
tarunprabhu edited the summary of this revision. (Show Details)Mar 20 2023, 6:20 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 edited the summary of this revision. (Show Details)Mar 20 2023, 6:22 PM
tarunprabhu abandoned this revision.Mar 31 2023, 8:02 AM

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