summaryrefslogtreecommitdiffstats
path: root/net/psample (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-15kunit: tool: delete kunit_parser.TestResult typeDaniel Latypov4-35/+29
2021-12-15kunit: tool: use dataclass instead of collections.namedtupleDaniel Latypov2-70/+75
2021-12-13kunit: tool: suggest using decode_stacktrace.sh on kernel crashDaniel Latypov1-0/+6
2021-12-13kunit: tool: reconfigure when the used kunitconfig changesDaniel Latypov3-15/+78
2021-12-13kunit: tool: revamp message for invalid kunitconfigDaniel Latypov1-9/+11
2021-12-13kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigsDaniel Latypov3-0/+31
2021-12-13kunit: tool: move Kconfig read_from_file/parse_from_string to package-levelDaniel Latypov3-42/+37
2021-12-13kunit: tool: print parsed test results fully incrementallyDaniel Latypov2-7/+57
2021-12-13kunit: Report test parameter results as (K)TAP subtestsDavid Gow1-3/+4
2021-12-13kunit: Don't crash if no parameters are generatedDavid Gow1-8/+10
2021-12-13kunit: tool: Report an error if any test has no subtestsDavid Gow3-5/+30
2021-12-13kunit: tool: Do not error on tests without test plansDavid Gow2-4/+6