On Thu, 16 Mar 2023 15:44:48 GMT, Zdenek Zambersky <zzamb...@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