Skip to content

jdk_net test failure #1129

Open
Open
@smlambert

Description

@smlambert

Test results from the openjdk regression test group run against the nightly openjdk8-openj9 build at AdoptOpenJDK: Test results: passed: 417; failed: 1

java/net/URLPermission/URLTest.java - Execution failed: `main' threw exception: javax.net.ssl.SSLException: java.lang.NullPointerException

https://ci.adoptopenjdk.net//view/work%20in%20progress/job/test_personal/183//testReport/junit/java_net_URLPermission_URLTest/java/URLTest/

https://ci.adoptopenjdk.net/view/work%20in%20progress/job/test_personal/lastSuccessfulBuild/artifact/jvmtest/openjdk_regression/work/java/net/URLPermission/URLTest.jtr.xml


As links above expire, steps to reproduce locally (on x86-64_linux machine and assume cloned into /tmp):

Get test materials and SDK:
cd /tmp
git clone https://github.com/AdoptOpenJDK/openjdk-tests.git
cd /tmp/openjdk-tests
./get.sh -s /tmp/openjdk8_j9_nightlybuild -t /tmp/openjdk-tests -p x64_linux -v openjdk8-openj9 -r nightly

Update the excludes file to reinclude the test you want to retry:
/tmp/openjdk-tests/openjdk_regression/ProblemList_openjdk8-openj9.txt

Configure/compile/execute tests:
cd /tmp/openjdk-tests/TestConfig
export JAVA_BIN=/tmp/openjdk8_j9_nightlybuild/jre/bin
export SPEC=linux_x86-64_cmprssptrs
export JAVA_VERSION=SE80
export BUILD_LIST=openjdk_regression
make -f run_configure.mk
make compile
make jdk_net

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions