RFR: 8257707: Fix incorrect format string in Http1HeaderParser

Andrey Turbanov github.com+741251+turbanoff at openjdk.java.net
Fri Dec 4 11:27:14 UTC 2020


On Fri, 4 Dec 2020 10:14:19 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> @dfuch, are you still good with this? Please submit your formal review here :)
>
> Thanks for running the tests Andrei. I will sponsor.

Few tests failed with `make test-tier2`:
==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL ERROR
>> jtreg:test/jdk:tier2                               3677  3661    16     0 <<
>> jtreg:test/langtools:tier2                           12    10     2     0 <<
>> jtreg:test/jaxp:tier2                               449   444     5     0 <<
==============================
TEST FAILURE

make[1]: *** [/cygdrive/f/Projects/official_openjdk/make/Init.gmk:319: main] Ошибка 1
make: *** [/cygdrive/f/Projects/official_openjdk/make/Init.gmk:186: test-tier2] Ошибка 2

List of failed tests:
java/io/BufferedInputStream/LargeCopyWithMark.java                                                  Failed. Unexpected exit from test [exit code: 1]
java/io/CharArrayReader/OverflowInRead.java                                                         Failed. Unexpected exit from test [exit code: 1]
java/io/File/GetXSpace.java                                                                         Failed. Execution failed: `main' threw exception: java.nio.file.InvalidPathException: Illegal char <:> at index 0: :
java/net/MulticastSocket/MulticastAddresses.java                                                    Failed. Execution failed: `main' threw exception: java.lang.Exception: 1 test(s) failed - see log file.
java/net/MulticastSocket/SetLoopbackMode.java                                                       Failed. Execution failed: `main' threw exception: java.net.NoRouteToHostException: No route to host: no further information
java/nio/file/Files/CopyAndMove.java                                                                Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: AtomicMoveNotSupportedException expected
java/security/AccessController/DoPrivAccompliceTest.java                                            Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: 'user' found in stderr
java/text/Format/CompactNumberFormat/TestCompactNumber.java                                         Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 1
java/text/Format/CompactNumberFormat/TestSpecialValues.java                                         Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 2
java/text/Format/NumberFormat/NumberRegression.java                                                 Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Uncaught exception thrown in test method Test4068693
java/text/Format/NumberFormat/NumberRoundTrip.java                                                  Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Uncaught exception thrown in test method TestNumberFormatRoundTrip
javax/sql/testng/test/rowset/cachedrowset/CachedRowSetTests.java                                    Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 2
javax/sql/testng/test/rowset/filteredrowset/FilteredRowSetTests.java                                Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 3
javax/sql/testng/test/rowset/joinrowset/JoinRowSetTests.java                                        Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 3
javax/sql/testng/test/rowset/webrowset/WebRowSetTests.java                                          Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 3
tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java                                        Failed. Execution failed: `main' threw exception: jdk.jpackage.test.Functional$ExceptionBox: java.lang.RuntimeException: 2 FAILED TESTS

jdk/jshell/ToolBasicTest.java                              Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 4
jdk/jshell/UserJdiUserRemoteTest.java                      Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 1

javax/xml/jaxp/functional/javax/xml/xpath/ptests/XPathExpressionTest.java                Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 2
javax/xml/jaxp/functional/javax/xml/xpath/ptests/XPathFunctionResolverTest.java          Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 1
javax/xml/jaxp/functional/javax/xml/xpath/ptests/XPathTest.java                          Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 2
javax/xml/jaxp/functional/test/astro/AstroTest.java                                      Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 5
javax/xml/jaxp/unittest/transform/TransformerTest.java                                   Failed. Execution failed: `main' threw exception: java.lang.Exception: failures: 1

Looks like they are not related to my changes

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

PR: https://git.openjdk.java.net/jdk/pull/1495


More information about the net-dev mailing list