This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Temporarily disable failing runtime tests for clang-12
ClosedPublic

Authored by saiislam on Jul 21 2020, 8:22 AM.

Details

Summary

Following tests were disabled for clang-11 after upgrading to
version 5.0 in D82963:

  1. openmp/runtime/test/env/kmp_set_dispatch_buf.c
  2. openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c

They are also failing for clang-12. Thus this temporary disabling
until they are fixed.

Diff Detail

Event Timeline

saiislam created this revision.Jul 21 2020, 8:22 AM

It is causing various recent OpenMP harbormaster builds to fail like the one for D84148 and D84221.

This revision is now accepted and ready to land.Jul 21 2020, 8:26 AM
This revision was automatically updated to reflect the committed changes.