[jdk20u] RFR: 8304314: StackWalkTest.java fails after CODETOOLS-7903373

Vladimir Petko duke at openjdk.org
Wed May 31 20:29:14 UTC 2023


On Tue, 23 May 2023 21:16: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'
> 
> 
> tier1 summary:
> 
> ==============================
> Test summary
> ==============================
>    TEST                                              TOTAL  PASS  FAIL ERROR   
>    jtreg:test/hotspot/jtreg:tier1                     2196  2196     0     0   
>    jtreg:test/jdk:tier1                               2234  2234     0     0   
>    jtreg:test/langtools:tier1                         4347  4347     0     0   
>    jtreg:test/jaxp:tier1                                 0     0     0     0   
>    jtreg:test/lib-test:tier1                            27    27     0     0   
> ==============================
> TEST SUCCESS

> @vpa1977 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See [OpenJDK Developers’ Guide](https://openjdk.org/guide/#working-with-pull-requests) for more information.

force pushed no change in order to run tests

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

PR Comment: https://git.openjdk.org/jdk20u/pull/82#issuecomment-1570899752


More information about the jdk-updates-dev mailing list