adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest
Apache License 2.0
8 stars 35 forks source link

Add RISC-V support to the STF framework #91

Closed ChengJin01 closed 3 years ago

ChengJin01 commented 3 years ago

Signed-off-by: Cheng Jin jincheng@ca.ibm.com

ChengJin01 commented 3 years ago

Reviewer: @Mesbah-Alam, @llxia FYI: @smlambert

Mesbah-Alam commented 3 years ago

@ChengJin01 - could you please add a Grinder link with a test that executes these changes?

ChengJin01 commented 3 years ago

@Mesbah-Alam, the changes were verified on the hardware. We expect the tests to be executed in the emulator (or hardware if available) after finishing the setup for the test automation at lab. So there is no way to run Grinder with these changes for the moment.

Mesbah-Alam commented 3 years ago

@ChengJin01 - correct, I forgot that this is RISC and there is no way we can run grinders. Besides, I see that you posted your testing output in the related internal issue. That's enough. Thanks.

Mesbah-Alam commented 3 years ago

@ChengJin01 - Could you please run a Grinder with a single System test target (e.g. ClassLoadingTest) on a Linux platform, using your STF branch for this PR and also your System test branch ? This will confirm these changes will not break system test builds.

ChengJin01 commented 3 years ago

@Mesbah-Alam, Grinder with all changes in stf & systemtests has been created at https://ci.adoptopenjdk.net/job/Grinder/4978/ to see how it goes.

ChengJin01 commented 3 years ago

The grinder at https://ci.adoptopenjdk.net/job/Grinder/4978/ passed without any error.