RFR: 8304353: Add lib-test tier1 testing in GHA
Aleksey Shipilev
shade at openjdk.org
Thu Mar 23 09:24:49 UTC 2023
On Thu, 16 Mar 2023 15:44:48 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:
> Tier1 testing in GitHub should include lib-test.
.github/workflows/test.yml line 103:
> 101:
> 102: - test-name: 'lib-test/tier1'
> 103: test-suite: 'test/lib-test/:tier1'
I think this one should be executed with `debug` builds, like the Hotspot testing? Because this touches some internal diagnostic interfaces, and thus would benefit from checking the internal asserts hold. Should be enough to add `debug-suffix` parameter here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13063#discussion_r1145898487
More information about the build-dev
mailing list