Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicated testcases in pmu tests #375

Open
rli9 opened this issue Aug 29, 2024 · 1 comment
Open

duplicated testcases in pmu tests #375

rli9 opened this issue Aug 29, 2024 · 1 comment

Comments

@rli9
Copy link

rli9 commented Aug 29, 2024

The "apebs_tests.sh -t data_src -w 1" is duplicated which shows twice in below output

Testcase                                                                     Result    Exit Value  Duration
--------                                                                     ------    ----------  --------
[RESULT][pmu_tests.sh -t fix_counter]                                        [FAIL]    [1]         [0.269s]
[RESULT][pmu_tests.sh -t basic]                                              [PASS]    [0]         [0.045s]
[RESULT][pmu_tests.sh -t uncore]                                             [PASS]    [0]         [0.036s]
[RESULT][apebs_tests.sh -t lbr_1 -w 1]                                       [PASS]    [0]         [4.243s]
[RESULT][apebs_tests.sh -t lbr_2 -w 1]                                       [PASS]    [0]         [3.489s]
[RESULT][apebs_tests.sh -t xmm_1 -w 1]                                       [PASS]    [0]         [2.933s]
[RESULT][apebs_tests.sh -t xmm_2 -w 1]                                       [PASS]    [0]         [2.995s]
[RESULT][apebs_tests.sh -t data_src -w 1]                                    [PASS]    [0]         [4.659s]
[RESULT][apebs_tests.sh -t ip_1 -w 1]                                        [PASS]    [0]         [3.021s]
[RESULT][apebs_tests.sh -t ip_2 -w 1]                                        [PASS]    [0]         [2.978s]
[RESULT][apebs_tests.sh -t data_src -w 1]                                    [PASS]    [0]         [4.463s]
...
@xupengfe
Copy link
Contributor

Hi @rli9 ,
Because lkvs/BM/pmu/tests file:

apebs_tests.sh -t data_src -w 1

and
apebs_tests.sh -t data_src -w 1

are the same case.
@wayne-ma

Could you help to fix this issue in lkvs/BM/pmu/tests?
And marked Reported-by Philip.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants