Add parallel/bug631976.c to XFAIL

This tests spuriously fails on various arches.
This commit is contained in:
Timm Bäder 2024-09-11 15:28:28 +02:00
parent 59804f548d
commit b7d0012532

View file

@ -138,6 +138,7 @@ export LIT_XFAIL="$LIT_XFAIL;api_tests/test_ompd_get_thread_handle.c"
# The following test is flaky and we'll filter it out
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+=("libarcher :: races/task-taskgroup-unrelated.c")
# These tests fail more often than not, but not always.