[all-commits] [llvm/llvm-project] 0fcce4: [OpenMP] Mark problematic tests as XFAIL / UNSUPPO...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Sep 29 13:18:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fcce4fb7b85ed42feb2f2291405fe4a2292b2b4
      https://github.com/llvm/llvm-project/commit/0fcce4fb7b85ed42feb2f2291405fe4a2292b2b4
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M offload/test/mapping/lambda_by_value.cpp
    M offload/test/mapping/map_back_race.cpp
    M offload/test/mapping/map_both_pointer_pointee.c
    M offload/test/mapping/map_ptr_and_star_local.c
    M offload/test/mapping/map_structptr_and_member_global.c
    M offload/test/mapping/map_structptr_and_member_local.c
    M offload/test/offloading/CUDA/basic_launch_multi_arg.cu
    M offload/test/offloading/bug51781.c
    M offload/test/offloading/fortran/declare-target-automap.f90
    M offload/test/offloading/interop.c
    M offload/test/offloading/single_threaded_for_barrier_hang_1.c
    M offload/test/offloading/single_threaded_for_barrier_hang_2.c
    M offload/test/offloading/spmdization.c
    M offload/test/sanitizer/ptr_outside_alloc_1.c
    M offload/test/sanitizer/ptr_outside_alloc_2.c
    M offload/test/sanitizer/use_after_free_1.c
    M offload/test/sanitizer/use_after_free_2.c

  Log Message:
  -----------
  [OpenMP] Mark problematic tests as XFAIL / UNSUPPORTED (#161267)

Summary:
Several of these tests have been failing for literal years. Ideally we
make efforts to fix this, but keeping these broken has had serious
consequences on our testing infrastructure where failures are the norm
so almost all test failures are disregarded. I made a tracking issue for
the ones that have been disabled.

https://github.com/llvm/llvm-project/issues/161265



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list