[jdk20u] RFR: 8304314: StackWalkTest.java fails after CODETOOLS-7903373
Vladimir Petko
duke at openjdk.org
Tue May 23 21:26:04 UTC 2023
On Tue, 23 May 2023 21:13:20 GMT, Vladimir Petko <duke at openjdk.org> wrote:
> Backport d5a150706e9070557533135489a73fc8cefc0cec
The backport is necessary due to the Ubuntu packaging - in order to avoid having two versions of jtreg7 (7.1 and 7.2) we can apply the patch to the test so that it passes in openjdk-20 with jtreg 7.2
Affected test passes after patch:
Building target 'test' in configuration 'linux-x86_64-server-release'
Creating jdk image
Creating CDS archive for jdk image for server
Creating CDS-NOCOOPS archive for jdk image for server
Test selection 'test/jdk/java/lang/StackWalker/StackWalkTest.java', will run:
* jtreg:test/jdk/java/lang/StackWalker/StackWalkTest.java
Running test 'jtreg:test/jdk/java/lang/StackWalker/StackWalkTest.java'
Passed: java/lang/StackWalker/StackWalkTest.java
Test results: passed: 1
Report written to /home/vladimirp/git/jdk20u/build/linux-x86_64-server-release/test-results/jtreg_test_jdk_java_lang_StackWalker_StackWalkTest_java/html/report.html
Results written to /home/vladimirp/git/jdk20u/build/linux-x86_64-server-release/test-support/jtreg_test_jdk_java_lang_StackWalker_StackWalkTest_java
Finished running test 'jtreg:test/jdk/java/lang/StackWalker/StackWalkTest.java'
Test report is stored in build/linux-x86_64-server-release/test-results/jtreg_test_jdk_java_lang_StackWalker_StackWalkTest_java
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/java/lang/StackWalker/StackWalkTest.java
1 1 0 0
==============================
TEST SUCCESS
Finished building target 'test' in configuration 'linux-x86_64-server-release'
-------------
PR Comment: https://git.openjdk.org/jdk20u/pull/82#issuecomment-1560133688
More information about the jdk-updates-dev
mailing list