RFR: 8351851: Update PmemTest to run on AMD64 [v3]

Ivan Šipka isipka at openjdk.org
Thu Apr 17 15:53:02 UTC 2025


On Thu, 17 Apr 2025 15:49:38 GMT, Ivan Šipka <isipka at openjdk.org> wrote:

>> Remove default OS platform linux x86_64, remove @ignores allowing amd64 as a viable OS platform selection
>
> Ivan Šipka has updated the pull request incrementally with one additional commit since the last revision:
> 
>   retruning ignore directive to other_arch test case

jtreg -ignore:quiet -verbose:esa java/nio/MappedByteBuffer/PmemTest.java
      failed to get value for jdk.static
      java.lang.UnsatisfiedLinkError: 'boolean jdk.test.whitebox.WhiteBox.isStatic()'
	      at jdk.test.whitebox.WhiteBox.isStatic(Native Method)
	      at requires.VMProps.isStatic(VMProps.java:830)
	      at requires.VMProps$SafeMap.put(VMProps.java:82)
	      at requires.VMProps.call(VMProps.java:145)
	      at requires.VMProps.call(VMProps.java:67)
	      at com.sun.javatest.regtest.agent.GetJDKProperties.run(GetJDKProperties.java:80)
	      at com.sun.javatest.regtest.agent.GetJDKProperties.main(GetJDKProperties.java:54)
      runner starting test: java/nio/MappedByteBuffer/PmemTest.java#default_architecture_test_case
      runner finished test: java/nio/MappedByteBuffer/PmemTest.java#default_architecture_test_case
      Failed. Execution failed: `main' threw exception: java.nio.file.NoSuchFileException: /mnt/pmem/test/pmemtest
      Test results: failed: 1; did not match keywords: 1
      Report written to /home/isipka/workspace/jdk/open/test/jdk/JTreport/html/report.html
      Results written to /home/isipka/workspace/jdk/open/test/jdk/JTwork
      Error: Some tests failed or other problems occurred.

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

PR Comment: https://git.openjdk.org/jdk/pull/24416#issuecomment-2813397799


More information about the nio-dev mailing list