[all-commits] [llvm/llvm-project] 7e8942: [OpenMP] Disable tests that are not supported by G...

Shilei Tian via All-commits all-commits at lists.llvm.org
Tue Jan 24 14:00:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e89420116c91647db340a4457b8ad0d60be1d5e
      https://github.com/llvm/llvm-project/commit/7e89420116c91647db340a4457b8ad0d60be1d5e
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M openmp/runtime/test/atomic/omp-atomic-compare-signedness.c
    M openmp/runtime/test/teams/teams-atomic.c

  Log Message:
  -----------
  [OpenMP] Disable tests that are not supported by GCC if it is used for testing

GCC doesn't support `-fopenmp-version`, causing test failure if the compiler used
for testing is GCC.

GCC's OpenMP 5.2 support is very limited yet. Disable those tests requiring 5.2
feature for GCC as well.

We might want to take a look at all `libomp` tests and mark those tests that
don't support GCC yet.

Reviewed By: ABataev

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




More information about the All-commits mailing list