Integrated: 8287171: Refactor null caller tests to a single directory
Tim Prinzing
tprinzing at openjdk.java.net
Thu Jun 2 16:49:33 UTC 2022
On Sat, 28 May 2022 11:50:19 GMT, Tim Prinzing <tprinzing at openjdk.org> wrote:
> Created a test at test/jdk/jdk/nullCaller called NullCallerTest that creates a test module with some resources in it for the actual tests that occur at the native level. The native part was switched to c++ instead of c to make it easier to create helper objects that reduce the redundant code performing error checking. The two helper classes InstanceCall and StaticCall were placed in an include file called CallHelper.hpp. The main part of the tests are in exeNullCallerTest.cpp, and there is a separate function for each of the bug reports.
This pull request has now been integrated.
Changeset: e51ca1de
Author: Tim Prinzing <tprinzing at openjdk.org>
Committer: Mandy Chung <mchung at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e51ca1dee33d69c74f7f1dc2292db2f04c4ccf4c
Stats: 1303 lines in 19 files changed: 520 ins; 780 del; 3 mod
8287171: Refactor null caller tests to a single directory
Reviewed-by: ihse, mchung
-------------
PR: https://git.openjdk.java.net/jdk/pull/8934
More information about the core-libs-dev
mailing list