Skip to content

kselftest: build per-collection lists from a clean copy#629

Merged
bhcopeland merged 1 commit into
Linaro:masterfrom
roxell:fix-kselftest-skips
Jun 24, 2026
Merged

kselftest: build per-collection lists from a clean copy#629
bhcopeland merged 1 commit into
Linaro:masterfrom
roxell:fix-kselftest-skips

Conversation

@roxell

@roxell roxell commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

kselftest.sh edited kselftest-list.txt in place to drop skipped tests. It also kept two backup copies, .orig and .original, to get the list back. The names look almost the same and are easy to mix up.

Keep the original list untouched and copy it once. For each collection, read its tests from the copy, drop the skipped ones, and run this shard's part. Move the skip filtering into a small apply_skips helper.

Test results do not change.

kselftest.sh edited kselftest-list.txt in place to drop skipped tests.
It also kept two backup copies, .orig and .original, to get the list
back. The names look almost the same and are easy to mix up.

Keep the original list untouched and copy it once. For each collection,
read its tests from the copy, drop the skipped ones, and run this
shard's part. Move the skip filtering into a small apply_skips helper.

Test results do not change.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@bhcopeland bhcopeland merged commit 4212946 into Linaro:master Jun 24, 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.

2 participants