This is an archive of the discontinued LLVM Phabricator instance.

[openmp] [test] Skip omp_taskwait test on NetBSD
ClosedPublic

Authored by mgorny on May 25 2019, 12:22 AM.

Details

Summary

The omp_taskwait test is known to trigger a bug in NetBSD kernel,
and effectively is capable of hanging the host running it. Disable
it until we can resolve it.

Diff Detail

Event Timeline

mgorny created this revision.May 25 2019, 12:22 AM
krytarowski accepted this revision.May 25 2019, 12:34 AM
This revision is now accepted and ready to land.May 25 2019, 12:34 AM
jdoerfert requested changes to this revision.May 25 2019, 11:39 AM

I don't object to the patch. Before you commit though, could you open a bug report and link it in the commit message and comment, please.

This revision now requires changes to proceed.May 25 2019, 11:39 AM
jdoerfert accepted this revision.May 28 2019, 6:40 AM

Bug filed, thanks!
If this helps to unblock the build, LGTM.

This revision is now accepted and ready to land.May 28 2019, 6:40 AM

Thanks. I'd like to monitor the situation for a while more before committing this. I'll probably have to disable omp_taskloop_num_tasks as well.

mgorny closed this revision.May 28 2019, 9:40 AM

I've committed it as rL361825 but forgot to include the revision.