You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are more exclusion entries for same testcase only the last occurrence takes effects even if each entry has different tracked issue or different os-arch.
Testcase excluded by multiple lines happened quite a few times which causes confusion and wastes efforts to triage.
We should check ProblemList files for this to ensure no multiple entries is added, especially when PR is adding the new entry.
If there are more exclusion entries for same testcase only the last occurrence takes effects even if each entry has different tracked issue or different os-arch.
Testcase excluded by multiple lines happened quite a few times which causes confusion and wastes efforts to triage.
We should check ProblemList files for this to ensure no multiple entries is added, especially when PR is adding the new entry.
The main script for problemlist check is https://github.com/adoptium/aqa-tests/blob/master/scripts/disabled_tests/exclude_parser.py
#5863 (comment)
The text was updated successfully, but these errors were encountered: