[cfe-commits] r136864 - /cfe/trunk/test/CodeGenObjC/arc.m
Ted Kremenek
kremenek at apple.com
Wed Aug 3 22:37:37 PDT 2011
On Aug 3, 2011, at 9:03 PM, Francois Pichet wrote:
> On Wed, Aug 3, 2011 at 11:24 PM, Ted Kremenek <kremenek at apple.com> wrote:
>> Author: kremenek
>> Date: Wed Aug 3 22:24:35 2011
>> New Revision: 136864
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=136864&view=rev
>> Log:
>> This test still hangs on win32, despite XFAIL it. Remove XFAIL.
>>
>
> yes that's because tests that are marked as XFAIL are still run.
Indeed.
> I had the same failure 1 month ago and it mysteriously disappeared:
> I can't reproduce it.
>
> see: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110627/123038.html
>
> If I remember correctly, the test was stuck in a WaitForSingleObject
> somewhere in the MSVC runtime lib.
I haven't had a chance to run this in the MSVC debugger, but I did run Valgrind and couldn't see anything suspicious. I got a ton of noise (on Mac OS X), all looking related to std::string.
More information about the cfe-commits
mailing list