[flang-commits] [PATCH] D146485: Add tests from gfortran test suite [build files]

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Mar 22 11:02:17 PDT 2023


PeteSteinfeld added a comment.

In D146485#4213079 <https://reviews.llvm.org/D146485#4213079>, @tarunprabhu wrote:

> In D146485#4209760 <https://reviews.llvm.org/D146485#4209760>, @PeteSteinfeld wrote:
>
>> But when I try to download any of these patches, I get many error messages and the download fails.  Do you need to rebase?
>
> Thanks for testing these. Could you tell me what errors you see? Do you get them in this patch, the ones which upload the actual test files, or both?

I tried to download several patches and got similar errors with all of them.  My method is to set up a git repository with a clone of the latest LLVM source.  I then execute the command `arc patch D146485`.  This is how I download all patches I review.  But when I tried it for this patch, I got the following output:

  Checking patch /tmp/git-blob-NSUY4b/TestSuite.cmake => cmake/modules/TestSuite.cmake...
  error: /tmp/git-blob-NSUY4b/TestSuite.cmake: does not exist in index
  Checking patch /tmp/git-blob-bXlOoM/SingleMultiSource.cmake => cmake/modules/SingleMultiSource.cmake...
  error: /tmp/git-blob-bXlOoM/SingleMultiSource.cmake: does not exist in index
  Checking patch dev/null => Fortran/gfortran/torture/execute/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/torture/compile/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/torture/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/vect/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/ubsan/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/prof/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/lto/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/ieee/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/gomp/appendix-a/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/gomp/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/goacc/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/goacc-gomp/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/g77/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/debug/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/coarray/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/c-interop/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/asan/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/analyzer/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/regression/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/COPYING3...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/COPYING...
  error: dev/null: does not exist in index
  Checking patch dev/null => Fortran/gfortran/CMakeLists.txt...
  error: dev/null: does not exist in index
  Checking patch /tmp/git-blob-AtwfRi/CMakeLists.txt => Fortran/CMakeLists.txt...
  error: /tmp/git-blob-AtwfRi/CMakeLists.txt: does not exist in index
  
   Patch Failed! 
  Usage Exception: Unable to apply patch!

  


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146485/new/

https://reviews.llvm.org/D146485



More information about the flang-commits mailing list