Re: [PATCH] perf test: Skip test 68 for Powerpc

From: Ravi Bangoria
Date: Tue Nov 24 2020 - 04:35:29 EST




On 11/19/20 7:20 PM, Kajol Jain wrote:
Commit ed21d6d7c48e6e ("perf tests: Add test for PE binary format support")
adds a WINDOWS EXE file named tests/pe-file.exe, which is
examined by the test case 'PE file support'. As powerpc doesn't support
it, we are skipping this test.

Result in power9 platform before this patach:
[command]# ./perf test -F 68
68: PE file support : Failed!

Result in power9 platform after this patch:
[command]# ./perf test -F 68
68: PE file support : Skip

Signed-off-by: Kajol Jain <kjain@xxxxxxxxxxxxx>

Reviewed-by: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>