mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
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
This commit is contained in:
parent
836ee0844f
commit
b7ae7ced72
1 changed files with 1 additions and 0 deletions
|
@ -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 :: ompt/teams/distribute_dispatch.c")
|
||||||
test_list_filter_out+=("libomp :: affinity/kmp-abs-hw-subset.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 :: parallel/bug63197.c")
|
||||||
|
test_list_filter_out+=("libomp :: tasking/issue-69733.c")
|
||||||
test_list_filter_out+=("libarcher :: races/task-taskgroup-unrelated.c")
|
test_list_filter_out+=("libarcher :: races/task-taskgroup-unrelated.c")
|
||||||
|
|
||||||
# These tests fail more often than not, but not always.
|
# These tests fail more often than not, but not always.
|
||||||
|
|
Loading…
Reference in a new issue