[foreign-memaccess+abi] Integrated: Remove printf and vprintf tests
Jorn Vernee
jvernee at openjdk.java.net
Fri May 14 13:43:32 UTC 2021
On Fri, 14 May 2021 10:12:01 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> This patch removes the printf and vprintf tests, since the symbols are not available on Windows in the UCRT.
>
> gmtime is similarly an inline function that maps to something else, but in that case there is a drop-in replacement symbol name _gmtime64 we can call instead.
>
> This fixes the missing symbol errors in StdLibTest.
This pull request has now been integrated.
Changeset: 5cf32176
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/5cf32176f5a87bb689c5016aad6db5135dd0e29f
Stats: 67 lines in 2 files changed: 58 ins; 0 del; 9 mod
Remove printf and vprintf tests
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/536
More information about the panama-dev
mailing list