RFR: 7903792: ReportOnlyTest may fail in "headless" environments [v6]
Jonathan Gibbons
jjg at openjdk.org
Tue Aug 20 00:35:58 UTC 2024
On Tue, 20 Aug 2024 00:19:16 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Please review a test-only fix to the problems observed running `ReportOnlyTest.gmk`, as seen in some GitHub actions for other PRs.
>>
>> The general problem that is addressed is inconsistent determination of a "headless" environment, as determined by `Basic.java` and as given by an env variable when running the tests.
>>
>> More details are given in the test itself.
>
> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>
> change grep regex
Yay, all the GHA tests have passed, including `ReportOnlyTest.ok` on a headless system.
-------------
PR Comment: https://git.openjdk.org/jtreg/pull/223#issuecomment-2297748823
More information about the jtreg-dev
mailing list