[jdk17u-dev] RFR: 8295859: Update Manual Test Groups
Goetz Lindenmaier
goetz at openjdk.org
Fri Sep 20 09:34:39 UTC 2024
On Tue, 10 Sep 2024 09:41:18 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:
> I backport this for parity with 17.0.14-oracle.
Hi @luchenlin,
your test results say:
2024-09-13T02:33:44.1752403Z Running test 'jtreg:test/jdk:tier1_part1'
...TEST.groups: group jdk_core_manual_no_input: file not found: java/util/zip/ZipFile/TestTooManyEntries.java
...TEST.groups: group jdk_core_manual_no_input: file not found: com/sun/net/httpserver/simpleserver/CommandLinePortNotSpecifiedTest.java
...TEST.groups: group jdk_core_manual_no_input: file not found: com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePortNotSpecifiedTest.java
Please remove
com/sun/net/httpserver/simpleserver/CommandLinePortNotSpecifiedTest.java
com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePortNotSpecifiedTest.java
They came with "8245095: Implementation of JEP 408: Simple Web Server" in 18
which we won't backport.
I will backport 8272746 which adds TestTooManyEntries.java. Once that is pushed
and merged here, the tests for this change should be passing.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2863#issuecomment-2363285733
More information about the jdk-updates-dev
mailing list