[Openmp-commits] [PATCH] D48282: [OMPT] Interoperability testcase is expected to fail with icc
Simon Convent via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jun 18 07:24:37 PDT 2018
sconvent created this revision.
sconvent added reviewers: protze.joachim, Hahnfeld, hbae, AndreyChurbanov.
When compiling with icc, there is a problem with reenter frame addresses in parallel_begin callbacks in the interoperability.c testcase. (The address is NULL)
Expect the testcase to fail for now when using icc.
https://reviews.llvm.org/D48282
Files:
runtime/test/ompt/misc/interoperability.cpp
Index: runtime/test/ompt/misc/interoperability.cpp
===================================================================
--- runtime/test/ompt/misc/interoperability.cpp
+++ runtime/test/ompt/misc/interoperability.cpp
@@ -1,5 +1,6 @@
// RUN: %libomp-cxx-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
+// XFAIL: icc
#include <iostream>
#include <thread>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48282.151712.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180618/29f1cf1d/attachment.bin>
More information about the Openmp-commits
mailing list