<p>I suppose I have fixed the issue.<br>
Unfortunately, my buildbot is out of control now. will fix tonight.<br></p>
<p>2012/06/05 4:09 "Alexander Kornienko" <<a href="mailto:alexfh@google.com">alexfh@google.com</a>>:<br>
><br>
> Hi,<br>
><br>
> On Sat, Jun 2, 2012 at 5:34 PM, NAKAMURA Takumi <<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>> wrote:<br>
>><br>
>> Author: chapuni<br>
>> Date: Sat Jun  2 10:34:26 2012<br>
>> New Revision: 157890<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=157890&view=rev">http://llvm.org/viewvc/llvm-project?rev=157890&view=rev</a><br>
>> Log:<br>
>> Revert r157819, "#ifdef out a broken test on win32"<br>
>><br>
>> FYI, LLVM_ON_WIN32 is useless.<br>
>><br>
>> Modified:<br>
>>    cfe/trunk/unittests/Tooling/ToolingTest.cpp<br>
>><br>
>> Modified: cfe/trunk/unittests/Tooling/ToolingTest.cpp<br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/ToolingTest.cpp?rev=157890&r1=157889&r2=157890&view=diff">http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/ToolingTest.cpp?rev=157890&r1=157889&r2=157890&view=diff</a><br>

>> ==============================================================================<br>
>> --- cfe/trunk/unittests/Tooling/ToolingTest.cpp (original)<br>
>> +++ cfe/trunk/unittests/Tooling/ToolingTest.cpp Sat Jun  2 10:34:26 2012<br>
>> @@ -110,9 +110,6 @@<br>
>>   EXPECT_TRUE(Action.get() != NULL);<br>
>>  }<br>
>><br>
>> -#ifndef LLVM_ON_WIN32<br>
>> -// This test breaks on Windows.<br>
>> -<br>
>>  TEST(ToolInvocation, TestMapVirtualFile) {<br>
>>   clang::FileManager Files((clang::FileSystemOptions()));<br>
>>   std::vector<std::string> Args;<br>
>> @@ -126,7 +123,5 @@<br>
>>   EXPECT_TRUE(Invocation.run());<br>
>>  }<br>
>><br>
>> -#endif<br>
>> -<br>
>>  } // end namespace tooling<br>
>>  } // end namespace clang<br>
><br>
><br>
> Does this test still break on windows? <br>
><br>
> -- <br>
> Best regards,<br>
> Alexander Kornienko</p>