Integrated: 8313612: Use JUnit in lib-test/jdk tests

2023-09-20 Thread Qing Xiao
On Wed, 2 Aug 2023 23:25:13 GMT, Qing Xiao wrote: > Modified all tests under lib-test/jdk to use JUnit This pull request has now been integrated. Changeset: a35e96a3 Author: Qing Xiao Committer: Christian Stein URL: https://git.openjdk.org/jdk/com

Re: RFR: 8313612: Use JUnit in lib-test/jdk tests [v4]

2023-09-19 Thread Qing Xiao
> Modified all tests under lib-test/jdk to use JUnit Qing Xiao has updated the pull request incrementally with three additional commits since the last revision: - Update test/lib-test/jdk/test/lib/hexdump/ObjectStreamPrinterTest.java Co-authored-by: liach <7806

Integrated: 8315444: Convert test/jdk/tools to Classfile API

2023-09-07 Thread Qing Xiao
On Fri, 1 Sep 2023 08:14:26 GMT, Qing Xiao wrote: > `/test/jdk/tools/lib/tests/JImageValidator.java`, tests in > `/test/jdk/tools/jlink`, and `/test/jdk/tools/jimage`, > `/test/jdk/java/time/nontestng/java/time/chrono/HijrahConfigTest.java` use on > com.sun.tools.classfile a

Re: RFR: 8313612: Use JUnit in lib-test/jdk tests [v3]

2023-09-07 Thread Qing Xiao
> Modified all tests under lib-test/jdk to use JUnit Qing Xiao has updated the pull request incrementally with one additional commit since the last revision: Change test static method to instance method - Changes: - all: https://git.openjdk.org/jdk/pull/15131/files -

Re: RFR: 8315444: Convert test/jdk/tools to Classfile API [v3]

2023-09-06 Thread Qing Xiao
> `/test/jdk/tools/lib/tests/JImageValidator.java`, tests in > `/test/jdk/tools/jlink`, and `/test/jdk/tools/jimage`, > `/test/jdk/java/time/nontestng/java/time/chrono/HijrahConfigTest.java` use on > com.sun.tools.classfile and should be converted to Classfile API. Qing Xiao has

Re: RFR: 8315444: Convert test/jdk/tools to Classfile API [v2]

2023-09-05 Thread Qing Xiao
> /test/jdk/tools/lib/tests/JImageValidator.java, tests in > /test/jdk/tools/jlink and /test/jdk/tools/jimage use on > com.sun.tools.classfile and should be converted to Classfile API. Qing Xiao has updated the pull request incrementally with one additional commit since the last

RFR: 8315444: Convert test/jdk/tools to Classfile API

2023-09-01 Thread Qing Xiao
/test/jdk/tools/lib/tests/JImageValidator.java, tests in /test/jdk/tools/jlink and /test/jdk/tools/jimage use on com.sun.tools.classfile and should be converted to Classfile API. - Commit messages: - migrate /test/jdk/tools/lib/tests/JImageValidator.java and tests in /test/jdk/too

Integrated: 8297777: Convert jdk.jlink StringSharingPlugin to use Class File API

2023-08-30 Thread Qing Xiao
On Wed, 23 Aug 2023 23:50:29 GMT, Qing Xiao wrote: > Migrate jdk.jlink StringSharingPlugin to use new classfile library This pull request has now been integrated. Changeset: e29f0c2d Author: Qing Xiao Committer: Adam Sotona URL: https://git.openjdk.org/jdk/com

RFR: 8297777: jdk.jlink StringSharingPlugin uses com.sun.tools.classfile library

2023-08-28 Thread Qing Xiao
Migrate jdk.jlink StringSharingPlugin to use new classfile library - Commit messages: - Migrate jdk.jlink StringSharingPlugin to use new classfile library Changes: https://git.openjdk.org/jdk/pull/15408/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15408&range=00 Issue:

Re: RFR: 8313612: Use JUnit in lib-test/jdk tests [v2]

2023-08-15 Thread Qing Xiao
> Modified all tests under lib-test/jdk to use JUnit Qing Xiao has updated the pull request incrementally with three additional commits since the last revision: - Delete extra space Co-authored-by: Andrey Turbanov - Update years in comments in test/lib-test/jdk/test/lib/hexd

RFR: 8313612: Use JUnit in lib-test/jdk tests

2023-08-15 Thread Qing Xiao
Modified all tests under lib-test/jdk to use JUnit - Commit messages: - Corrected the testSecondArrayIsNull() in ArrayDiffTest and modified format. - Modified all tests under lib-test/jdk to use JUnit Changes: https://git.openjdk.org/jdk/pull/15131/files Webrev: https://webrevs.op

Integrated: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-08-03 Thread Qing Xiao
On Thu, 13 Jul 2023 18:35:42 GMT, Qing Xiao wrote: > Modified 3 of 3 test/jdk/tools/jlink test classes to replace > com.sun.tools.classfile library. This pull request has now been integrated. Changeset: 10a26058 Author: Qing Xiao Committer: Koichi Sakata URL:

RFR: 8294979: test/jdk/tools/jlink 3 test classes use ASM library

2023-07-27 Thread Qing Xiao
Modified 3 of 3 test/jdk/tools/jlink test classes to replace com.sun.tools.classfile library. - Commit messages: - Dropped unnecessary exports. - Rollback the original format - 8294979: test/jdk/tools/jlink 3 test classes use ASM library Changes: https://git.openjdk.org/jdk/pull/