From b7ae7ced727742d113e9fbf96f14f37c8871d6f8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 4 Oct 2024 14:27:27 +0200 Subject: [PATCH] Add tasking/issue-69733.c to flaky test list This spurious failure has been observed both on aarch64 in fedora rawhide koji and on ppc64le in c10s koji. I've filed an upstream issue to track this here: https://github.com/llvm/llvm-project/issues/111140 --- llvm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm.spec b/llvm.spec index 127e333..3b336c5 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1450,6 +1450,7 @@ export LIT_XFAIL="$LIT_XFAIL;api_tests/test_ompd_get_thread_handle.c" test_list_filter_out+=("libomp :: ompt/teams/distribute_dispatch.c") test_list_filter_out+=("libomp :: affinity/kmp-abs-hw-subset.c") test_list_filter_out+=("libomp :: parallel/bug63197.c") +test_list_filter_out+=("libomp :: tasking/issue-69733.c") test_list_filter_out+=("libarcher :: races/task-taskgroup-unrelated.c") # These tests fail more often than not, but not always.