Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions automated/linux/kselftest/kselftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ elif [ -n "${TST_CMDFILES}" ]; then
echo "===========End Tests to run ==============="
if [ -s shardfile ]; then
report_pass "shardfile-${test}"
elif grep -q "^${test}:" kselftest-list.txt.orig; then
report_skip "shardfile-${test}"
continue
else
report_fail "shardfile-${test}"
continue
Expand All @@ -232,4 +235,5 @@ else
fi
# shellcheck disable=SC2164
cd "$saved_pwd" || exit
[ -f "${LOGFILE}" ] || : > "${LOGFILE}"
parse_output
16 changes: 0 additions & 16 deletions automated/linux/kselftest/skipfile-lkft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ skiplist:
tests:
- breakpoints:breakpoint_test_arm64

- reason:
url:
environments: all
boards: all
branches: all
tests:
- breakpoints:step_after_suspend_test

- reason:
url:
environments: all
boards: all
branches: all
tests:
- breakpoints:breakpoint_test

- reason:
url:
environments: all
Expand Down
Loading