[Openmp-commits] [PATCH] D40384: [OMPT] Add annotations to testcases that are expected to fail when using certain compilers
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 5 14:16:56 PST 2017
Hahnfeld added inline comments.
================
Comment at: runtime/test/ompt/tasks/dependences.c:3
// REQUIRES: ompt
+// XFAIL: gcc-4, gcc-5, gcc-6, gcc-7
----------------
btw, this one must be failing for a different reason, unrelated to the problem with labels: http://lab.llvm.org:8011/builders/openmp-ompt-gcc-x86_64-linux-debian/builds/20/steps/test-libomp/logs/FAIL%3A%20libomp%3A%3Adependences.c
https://reviews.llvm.org/D40384
More information about the Openmp-commits
mailing list