Integrated: 8341024: [test] build/AbsPathsInImage.java fails with OOM when using ubsan-enabled binaries

2024-10-01 Thread Matthias Baesken
On Fri, 27 Sep 2024 10:05:08 GMT, Matthias Baesken wrote: > The jtreg test build/AbsPathsInImage.java fails with OOM when using > ubsan-enabled binaries (on Linux x86_64). > Reason seems to be that the ubsan-enabled binaries are much larger than > 'normal' product binaries. > (for debug binarie

Re: RFR: 8341024: [test] build/AbsPathsInImage.java fails with OOM when using ubsan-enabled binaries

2024-10-01 Thread Matthias Baesken
On Fri, 27 Sep 2024 10:05:08 GMT, Matthias Baesken wrote: > The jtreg test build/AbsPathsInImage.java fails with OOM when using > ubsan-enabled binaries (on Linux x86_64). > Reason seems to be that the ubsan-enabled binaries are much larger than > 'normal' product binaries. > (for debug binarie

Re: RFR: 8340818: Add a new jtreg test root to test the generated documentation

2024-10-01 Thread Erik Joelsson
On Mon, 30 Sep 2024 18:53:57 GMT, Nizar Benalla wrote: > Please review this change that adds a new test root `docs` dedicated to > testing the documentation, which has been a work in progress for a while. > Tests for links, encoding, HTML, accessibility will be later added in > following PRs.

RFR: 8340818: Add a new jtreg test root to test the generated documentation

2024-10-01 Thread Nizar Benalla
Please review this change that adds a new test root `docs` dedicated to testing the documentation, which has been a work in progress for a while. Tests for links, encoding, HTML, accessibility will be later added in following PRs. We also define a new make target `test-docs` meant for local use

Re: RFR: 8340818: Add a new jtreg test root to test the generated documentation

2024-10-01 Thread Nizar Benalla
On Tue, 1 Oct 2024 13:04:15 GMT, Erik Joelsson wrote: >> Please review this change that adds a new test root `docs` dedicated to >> testing the documentation, which has been a work in progress for a while. >> Tests for links, encoding, HTML, accessibility will be later added in >> following PR

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v11]

2024-10-01 Thread Roman Kennke
On Mon, 30 Sep 2024 12:38:03 GMT, Roberto CastaƱeda Lozano wrote: > test/hotspot/jtreg/compiler/c2/irTests/TestVectorizationNotRun.java: I think I would disable the tests for now. Is there a good way to say 'run this when UCOH is off OR UseSSE>3? - PR Comment: https://git.openjdk