On Thu, 6 Mar 2025 23:42:38 GMT, Karm Michal Babacek <[email protected]> wrote:
>> Removed objectweb.asm for bytecode manipulation and uses JEP 484 classfile
>> API.
>>
>> Test passes on Linux amd64 so far:
>>
>> TIME=`date +%s`;
>> mkdir -p test.${TIME}/jdk/JTwork test.${TIME}/jdk/JTreport;
>> jtreg -a -ignore:quiet -w:test.${TIME}/jdk/JTwork
>> -r:test.${TIME}/jdk/JTreport
>> -jdk:/home/karm/workspaceRH/jdk/build/linux-x86_64-server-release/images/graal-builder-jdk/
>> /home/karm/workspaceRH/jdk/test/jdk/java/awt/Headless/
>>
>> Test results: passed: 15
>
> Karm Michal Babacek has updated the pull request with a new target base due
> to a merge or a rebase. The pull request now contains four commits:
>
> - Mac and Windows use different code path
> - Relaxes output.shouldContain to "isHeadless"
> - Removes HeadlessMalfunctionTest from ProblemList.txt
> - HeadlessMalfunctionTest from objectweb.asm to classfile api
I am running the Windows, Mac and Linux CI now, will post links to test results
when it completes...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23852#issuecomment-2705802711