Details
Description
The following test failed in the JDK17 CI:
com/sun/jdi/JdbOptions.java
Here's a snippet from the log file:
run JbdOptionsTarg boo
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
>
VM Started: JbdOptionsTarg: OK
arg >-Dboo=foo 2<
arg >-Xdebug<
arg >-Xrunjdwp:transport=dt_socket,address=localhost:58621,suspend=y<
Fatal error:
Failed reading output of child java interpreter.
The application exited
]
exitValue = -1
java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:206)
at JdbOptions$TestResult.expectedProp(JdbOptions.java:140)
at JdbOptions.main(JdbOptions.java:88)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
----------rerun:(49/6780)*----------
com/sun/jdi/JdbOptions.java
Here's a snippet from the log file:
run JbdOptionsTarg boo
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
>
VM Started: JbdOptionsTarg: OK
arg >-Dboo=foo 2<
arg >-Xdebug<
arg >-Xrunjdwp:transport=dt_socket,address=localhost:58621,suspend=y<
Fatal error:
Failed reading output of child java interpreter.
The application exited
]
exitValue = -1
java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:206)
at JdbOptions$TestResult.expectedProp(JdbOptions.java:140)
at JdbOptions.main(JdbOptions.java:88)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
----------rerun:(49/6780)*----------
Attachments
Issue Links
- relates to
-
JDK-8260431 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
-
- Resolved
-