This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update newlib so that it passes libc++'s tests


> As mentioned, if the libc++ test passes with an incremental fix, then I am fine
> with it.  If it does not fix the libc++ test, then there is no impetus to get a
> partial fix in now and we can figure out a more correct solution.
>
> So, can you put together a patch that fixes the libc++ test, does not touch
> stdint.h and is incrementally better for wchar.h?

I'm currently traveling so testing things isn't as easy as it should be.

IIRC the relevant test is test/depr/depr.c.headers/stdint_h.pass.cpp:

    // WCHAR_MIN
    assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min());

    // WCHAR_MAX
    assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());

Many other tests from libc++'s test suite will pass with an
incremental fix, so it could still be a viable option, but I think
this particular test won't pass.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]