[cfe-commits] [PATCH][MS] - Fix 6 lit tests on windows
Douglas Gregor
dgregor at apple.com
Tue Sep 7 16:57:26 PDT 2010
On Sep 7, 2010, at 4:52 PM, Francois Pichet wrote:
> On Tue, Sep 7, 2010 at 7:29 PM, Daniel Dunbar <daniel at zuster.org> wrote:
>> Hi Francois,
>>
>> I didn't see this email, but I just applied a different fix which uses
>> -ffreestanding instead, which avoids introducing a platform specific
>> dependency. This resolved all the test failures on VS10, at least for
>> me.
>
> Great this fix 8 tests.
> I am still getting some tests failing using VS 2008 and Windows 7 x64
> + about 4 popups with c-index-test.exe crashing.
>
> Failing Tests (8):
> Clang :: Driver/darwin-ld.c
> Clang :: Index/complete-exprs.c
> Clang :: Index/complete-hiding.c
> Clang :: Index/complete-macros.c
> Clang :: Index/complete-natural.m
> Clang :: Index/complete-preprocessor.m
> Clang :: Index/preamble-reparse.c
> Clang :: Index/preamble.c
The code-completion failures seem to be due to a bogus partial ordering in the clang::operator< in lib/Sema/CodeCompleteConsumer.cpp, but (from inspection) I don't see any problems there. Very annoying!
- Doug
More information about the cfe-commits
mailing list