[libcxx patch] Fix thread.thread.id/lt.pass.cpp to not assume thread::id() produces a minimal value

Albert Wong (王重傑) ajwong at google.com
Thu Jan 9 18:44:54 PST 2014


gentle ping....


On Tue, Dec 31, 2013 at 4:52 AM, Albert Wong (王重傑) <ajwong at google.com>wrote:

> Hello Howard,
>
> thread.thread.id/lt.pass.cpp failed on the android arm build because
> pthread_t is signed meaning that thread::id() doesn't always produces the
> minimal possible value in the range of ids.
>
> I've updated the test to be more permissive of having an underlying value
> that is signed. Let me know what you think.
>
> Thanks,
> Albert
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140109/3e681e24/attachment.html>


More information about the cfe-commits mailing list