Skip to content

Commit 6aa8bd5

Browse files
committed
Add task-taskwait-nested test to LIT_XFAIL on ppc
This test fails on ppc, so add it to the XFAIL list like the other similar tests. It would be better to fix the root cause, but in the meantime, add it to XFAIL to unblock the snapshot builds.
1 parent 595c2a2 commit 6aa8bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,6 @@ test_list_filter_out+=("libomp :: worksharing/for/omp_collapse_one_int.c")
23302330
test_list_filter_out+=("libomp :: parallel/bug63197.c")
23312331
test_list_filter_out+=("libomp :: tasking/issue-69733.c")
23322332
test_list_filter_out+=("libarcher :: races/task-taskgroup-unrelated.c")
2333-
test_list_filter_out+=("libarcher :: races/task-taskwait-nested.c")
23342333

23352334
# The following tests have been failing intermittently.
23362335
# Issue upstream: https://github.com/llvm/llvm-project/issues/127796
@@ -2394,6 +2393,7 @@ export LIT_XFAIL="$LIT_XFAIL;races/task-dependency.c"
23942393
export LIT_XFAIL="$LIT_XFAIL;races/task-taskgroup-unrelated.c"
23952394
export LIT_XFAIL="$LIT_XFAIL;races/task-two.c"
23962395
export LIT_XFAIL="$LIT_XFAIL;races/taskwait-depend.c"
2396+
export LIT_XFAIL="$LIT_XFAIL;races/task-taskwait-nested.c"
23972397
export LIT_XFAIL="$LIT_XFAIL;reduction/parallel-reduction-nowait.c"
23982398
export LIT_XFAIL="$LIT_XFAIL;reduction/parallel-reduction.c"
23992399
export LIT_XFAIL="$LIT_XFAIL;task/omp_task_depend_all.c"

0 commit comments

Comments
 (0)