[Integrated] [foreign-abi] RFR: Add test for vprintf

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Jun 15 12:22:28 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.

This pull request has now been integrated.

Changeset: 133193ac
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/133193ac
Stats:     48 lines in 1 file changed: 0 ins; 42 del; 6 mod

Add test for vprintf

Reviewed-by: sundar

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

PR: https://git.openjdk.java.net/panama-foreign/pull/205


More information about the panama-dev mailing list