Skip to content

Fix resultsSum.pl to handle extra lines between separators and TEST:/…#819

Merged
sophia-guo merged 1 commit intoadoptium:masterfrom
sophia-guo:fix-resultsSum-extra-lines
Mar 17, 2026
Merged

Fix resultsSum.pl to handle extra lines between separators and TEST:/…#819
sophia-guo merged 1 commit intoadoptium:masterfrom
sophia-guo:fix-resultsSum-extra-lines

Conversation

@sophia-guo
Copy link
Contributor

  • Modified parsing logic to handles optional extra lines between separator and TEST:/Test results lines
    -Adds safety check to stop at next separator line

close #818

…Test results lines

- Modified parsing logic to search forward from 50-dash separator lines
- Handles optional extra lines between separator and TEST:/Test results lines
- Prevents duplicate processing by updating loop index
- Adds safety check to stop at next separator line

Previously, the code only checked the line immediately after the separator (i+1).
Now it searches forward through subsequent lines until finding the target line,
which handles cases where extra lines appear between the separator and the
TEST: or Test results: lines.
@sophia-guo
Copy link
Contributor Author

sophia-guo commented Mar 16, 2026

Grinder https://ci.adoptium.net/job/Grinder/16812/ -Failed target hotspot_runtime_0 has correct TAP information

https://ci.adoptium.net/job/Grinder/16813/

@sophia-guo sophia-guo requested a review from smlambert March 16, 2026 20:55
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sophia-guo sophia-guo merged commit ddef64e into adoptium:master Mar 17, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

missing failed testcase with rerun hotspot_custom link

3 participants