-
Bug
-
Resolution: Fixed
-
P2
-
11.0.18-oracle, 13
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293095 | 11.0.18-oracle | Kavya K S | P2 | Closed | Fixed | b01 |
JDK-8286175 | 11.0.16 | Jie Fu | P2 | Resolved | Fixed | b02 |
We are seeing two test failures after this push:
Test: sun/security/krb5/auto/LoginProc.java
C:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk13-jdk.134\\src.full\\open\\test\\jdk\\sun\\security\\krb5\\auto\\KDC.java:24: error: package jdk.test.lib does not exist
import jdk.test.lib.Platform;
^
Test: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk13-jdk.134/src.full/open/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java:101: error: cannot find symbol
String pathVar = Platform.sharedLibraryPathVariableName();
^
symbol: variable Platform
location: class InheritedChannelTest
Test: sun/security/krb5/auto/LoginProc.java
C:\\ade\\mesos\\work_dir\\jib-master\\install\\jdk13-jdk.134\\src.full\\open\\test\\jdk\\sun\\security\\krb5\\auto\\KDC.java:24: error: package jdk.test.lib does not exist
import jdk.test.lib.Platform;
^
Test: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java
/scratch/opt/mach5/mesos/work_dir/jib-master/install/jdk13-jdk.134/src.full/open/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java:101: error: cannot find symbol
String pathVar = Platform.sharedLibraryPathVariableName();
^
symbol: variable Platform
location: class InheritedChannelTest
- backported by
-
JDK-8286175 [TESTBUG] Tests fail to compile after JDK-8216265
- Resolved
-
JDK-8293095 [TESTBUG] Tests fail to compile after JDK-8216265
- Closed
- relates to
-
JDK-8216265 [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests.
- Resolved