[foreign-abi] RFR: Add test for vprintf
Athijegannathan Sundararajan
sundar at openjdk.java.net
Mon Jun 15 12:18:10 UTC 2020
On Mon, 15 Jun 2020 11:59:05 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> For completeness, I added a test for `vprintf` in our `StdLibTest`. The logic is the same as for the `printf` test, but
> instead of passing arguments separately to a specialized handle, we instead construct the correct valist object which
> is then passed to the shared `vprintf` handle.
Marked as reviewed by sundar (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/205
More information about the panama-dev
mailing list