<div dir="ltr">No strong preference, but it seems XFAIL is tend to be forgotten. Compared to that C++ files are maintained well. So if we can fix this in C++ with a TODO, it's better to do that instead of adding a XFAIL to a failing test.<div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 1:33 PM, Shankar Easwaran <span dir="ltr"><<a href="mailto:shankare@codeaurora.org" target="_blank">shankare@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>On 10/20/2014 3:18 PM, Rui Ueyama wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Oct 20, 2014 at 12:56 PM, Ed Maste <<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 20 October 2014 15:41, Rui Ueyama <<a href="mailto:ruiu@google.com" target="_blank">ruiu@google.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So the machine is running FreeBSD 10.0-RELEASE-p7 amd64.<br>
</blockquote>
Yes, so it seems that the most recent release has the same issue with<br>
#include dependencies or something similar.<br>
<br>
We could try to work around it in CMake's check, or just wait and<br>
upgrade the buildbot to FreeBSD 10.1 when it's released (currently<br>
expected to be at the end of the month).<br>
<br>
</blockquote>
If FreeBSD is guaranteed to have the header file, I'm OK to add the<br>
following code to the C++ file with a TODO to remove it after FreeBSD 10.1.<br>
<br>
#if __FREEBSD__<br>
#include <stddef.h><br>
#include <cxxabi.h><br>
#endif<br>
<br>
</blockquote></div></div>
Which C++ file are you talking about ? Are you saying #ifndef __FREEBSD__ ?<br>
<br>
I would leave the code as is and mark it with XFAIL since the fix later after the buildbot is fixed, will just be in the test<span><font color="#888888"><br>
<br>
Shankar Easwaran</font></span><div><div><br>
<br>
-- <br>
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation<br>
<br>
</div></div></blockquote></div><br></div></div>