RFR: fixing jextract sample issues for jdk 22 [v3]

Athijegannathan Sundararajan sundar at openjdk.org
Fri Jan 12 13:37:26 UTC 2024


On Fri, 12 Jan 2024 13:11:32 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   added a test case for long double constant case.
>
> test/testng/org/openjdk/jextract/test/toolprovider/unsupported/TestUnsupportedTypes.java line 69:
> 
>> 67:             {"GLOBAL_UNDECLARED",                REASON_UNSUPPORTED_TYPE},
>> 68:             {"undefined_typedef",                REASON_UNSUPPORTED_TYPE},
>> 69:             {"LONG_DOUBLE_PI",                   REASON_UNSUPPORTED_TYPE}
> 
> watch out - this will only be unsupported on windows? Maybe better to use __128 or such?

Okay. Changed to use __int128 constant

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

PR Review Comment: https://git.openjdk.org/jextract/pull/174#discussion_r1450462209


More information about the jextract-dev mailing list