[Openmp-commits] [PATCH] D40384: [OMPT] Add annotations to testcases that are expected to fail when using certain compilers

Simon Convent via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 13 02:17:56 PST 2017


sconvent updated this revision to Diff 126697.
sconvent added a comment.

The use of UNSUPPORTED seems to be necessary. I updated the Diff.


https://reviews.llvm.org/D40384

Files:
  cmake/OpenMPTesting.cmake
  runtime/test/ompt/cancel/cancel_taskgroup.c
  runtime/test/ompt/cancel/cancel_worksharing.c
  runtime/test/ompt/misc/control_tool.c
  runtime/test/ompt/parallel/max_active_levels_serialized.c
  runtime/test/ompt/parallel/nested.c
  runtime/test/ompt/parallel/nested_lwt.c
  runtime/test/ompt/parallel/nested_serialized.c
  runtime/test/ompt/parallel/parallel_if0.c
  runtime/test/ompt/parallel/serialized.c
  runtime/test/ompt/synchronization/barrier/explicit.c
  runtime/test/ompt/synchronization/barrier/for_loop.c
  runtime/test/ompt/synchronization/barrier/for_simd.c
  runtime/test/ompt/synchronization/barrier/single.c
  runtime/test/ompt/synchronization/critical.c
  runtime/test/ompt/synchronization/ordered.c
  runtime/test/ompt/synchronization/taskgroup.c
  runtime/test/ompt/synchronization/taskwait.c
  runtime/test/ompt/synchronization/test_nest_lock_parallel.c
  runtime/test/ompt/tasks/dependences.c
  runtime/test/ompt/tasks/explicit_task.c
  runtime/test/ompt/tasks/serialized.c
  runtime/test/ompt/worksharing/for/dynamic_split.c
  runtime/test/ompt/worksharing/for/guided_split.c
  runtime/test/ompt/worksharing/for/runtime_split.c
  runtime/test/ompt/worksharing/sections.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40384.126697.patch
Type: text/x-patch
Size: 11916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171213/f4771525/attachment.bin>


More information about the Openmp-commits mailing list