[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:19:31 PST 2017


sconvent added inline comments.


================
Comment at: runtime/test/ompt/tasks/dependences.c:3
 // REQUIRES: ompt
+// XFAIL: gcc-4, gcc-5, gcc-6, gcc-7
 
----------------
Hahnfeld wrote:
> 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
You're right, this testcase also (currently) fails with a fixed compiler. I will publish a fix in another revision.


https://reviews.llvm.org/D40384





More information about the Openmp-commits mailing list