On Fri, 7 Mar 2025 12:38:08 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 incrementally with one
> additional commit since the last revision:
>
> Fixed @library /test -> @library /test/lib
I ran your tests, and now windows and mac pass, but Linux now fails
test result: Error. can't find jdk.test.lib.helpers.ClassFileInstaller in test
directory or libraries
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23852#issuecomment-2707064640