RFR: 8302693: TestDocComments fails on Windows
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Feb 17 03:21:25 UTC 2023
On Thu, 16 Feb 2023 21:38:32 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> TestDocComments fails on Windows because it's trying to `typedef` `size_t` with the type `unsigned long`, which is different from the type Windows uses for `size_t`: `unsigned long long`.
>
> Using the latter works accross supported platforms though.
>
> (I've also amended the testing framework code to print out jextract output in case of a failure)
Marked as reviewed by mcimadamore (Committer).
-------------
PR: https://git.openjdk.org/jextract/pull/106
More information about the jextract-dev
mailing list