[cfe-commits] [PATCH][MS] - Fix 6 lit tests on windows

Francois Pichet pichet2000 at gmail.com
Tue Sep 7 16:52:28 PDT 2010


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

  Expected Passes    : 2489
  Expected Failures  : 27
  Unsupported Tests  : 3
  Unexpected Failures: 8



More information about the cfe-commits mailing list