[all-commits] [llvm/llvm-project] eabae4: [Flang] Ported test_symbols to Python

kiranchandramohan via All-commits all-commits at lists.llvm.org
Mon Aug 9 08:20:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eabae4cf57b9e7429db27fdfd3016d31901fa2ea
      https://github.com/llvm/llvm-project/commit/eabae4cf57b9e7429db27fdfd3016d31901fa2ea
  Author: Ivan Zhechev <ivan.zhechev at arm.com>
  Date:   2021-08-09 (Mon, 09 Aug 2021)

  Changed paths:
    M flang/test/Semantics/OpenACC/acc-symbols01.f90
    A flang/test/Semantics/common.py
    M flang/test/Semantics/kinds01.f90
    M flang/test/Semantics/kinds03.f90
    M flang/test/Semantics/omp-do-schedule03.f90
    M flang/test/Semantics/omp-do-schedule04.f90
    M flang/test/Semantics/omp-do01-positivecase.f90
    M flang/test/Semantics/omp-do04-positivecase.f90
    M flang/test/Semantics/omp-do05-positivecase.f90
    M flang/test/Semantics/omp-do06-positivecases.f90
    M flang/test/Semantics/omp-do11.f90
    M flang/test/Semantics/omp-do12.f90
    M flang/test/Semantics/omp-do14.f90
    M flang/test/Semantics/omp-do17.f90
    M flang/test/Semantics/omp-reduction08.f90
    M flang/test/Semantics/omp-reduction09.f90
    M flang/test/Semantics/omp-symbol01.f90
    M flang/test/Semantics/omp-symbol02.f90
    M flang/test/Semantics/omp-symbol03.f90
    M flang/test/Semantics/omp-symbol04.f90
    M flang/test/Semantics/omp-symbol05.f90
    M flang/test/Semantics/omp-symbol06.f90
    M flang/test/Semantics/omp-symbol07.f90
    M flang/test/Semantics/omp-symbol08.f90
    M flang/test/Semantics/procinterface01.f90
    M flang/test/Semantics/symbol01.f90
    M flang/test/Semantics/symbol02.f90
    M flang/test/Semantics/symbol03.f90
    M flang/test/Semantics/symbol05.f90
    M flang/test/Semantics/symbol06.f90
    M flang/test/Semantics/symbol07.f90
    M flang/test/Semantics/symbol08.f90
    M flang/test/Semantics/symbol09.f90
    M flang/test/Semantics/symbol10.f90
    M flang/test/Semantics/symbol11.f90
    M flang/test/Semantics/symbol12.f90
    M flang/test/Semantics/symbol13.f90
    M flang/test/Semantics/symbol14.f90
    M flang/test/Semantics/symbol15.f90
    M flang/test/Semantics/symbol16.f90
    M flang/test/Semantics/symbol17.f90
    M flang/test/Semantics/symbol18.f90
    M flang/test/Semantics/symbol19.f90
    A flang/test/Semantics/test_symbols.py
    R flang/test/Semantics/test_symbols.sh

  Log Message:
  -----------
  [Flang] Ported test_symbols to Python

Due to unavailability of Flang testing on Windows, the shell scripts
are being ported to Python. The following changes are being made in
this patch: removed test_symbols.sh and common.sh, and ported them
to Python. Changes to the tests themselves so that they use the
python scripts instead of the shell script.

Reviewed By: Meinersbur, awarzynski, kiranchandramohan

Differential Revision: https://reviews.llvm.org/D107041




More information about the All-commits mailing list