Integrated: 7903435: TestDocComments fails on Windows

Jorn Vernee jvernee at openjdk.org
Fri Mar 10 13:38:10 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)

This pull request has now been integrated.

Changeset: 3c3a28b8
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jextract/commit/3c3a28b8666860070e075e070620b423addf397c
Stats:     3 lines in 3 files changed: 0 ins; 0 del; 3 mod

7903435: TestDocComments fails on Windows

Reviewed-by: mcimadamore

-------------

PR: https://git.openjdk.org/jextract/pull/106


More information about the jextract-dev mailing list