Integrated: 7903846: apidiff: test issues on Windows

Jonathan Gibbons jjg at openjdk.org
Fri Sep 27 22:00:57 UTC 2024


On Thu, 26 Sep 2024 18:56:36 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a fix for some issues reported when running tests on Windows.
> 
> For `GetSerialVersionUITest`, the derivation of the working directory was broken in a couple of ways, which have both been fixed:
> 1. the computation of the path name assumed all members were fields; whereas the test cases have evolved to include other complex members
> 2. the work/scratch directory was being emptied between test cases, so that only the last one remained. there is a more appropriate method to use instead, so that all the working files are preserved

This pull request has now been integrated.

Changeset: dbaa7ac2
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/apidiff/commit/dbaa7ac25ce0e73714c10503ac30af4ca2e7173a
Stats:     10 lines in 1 file changed: 2 ins; 0 del; 8 mod

7903846: apidiff: test issues on Windows

Reviewed-by: cstein, iris

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

PR: https://git.openjdk.org/apidiff/pull/16


More information about the apidiff-dev mailing list