Commit b4f3078
committed
check: report number of failed test cases and skipped test cases
As a part of the Blktests CI preparation, improve the test result
reporting. Record failed test cases in the file named "failures" in the
results output directory. Print the count and the list of failed test
cases at the end of test runs. Do the same for skipped test cases using
the file named "skips".
The output will be like this:
$ sudo ./check meta
meta/001 (do nothing) [passed]
runtime 0.000s ... 0.000s
[...]
meta/019 (x=1 y=1 z=1) (combine three set_conditions() hooks) [passed]
runtime 0.000s ... 0.000s
4 failures: meta/003 meta/005 meta/006 meta/009
2 skips: meta/007 meta/014
Signed-off-by: Shin'ichiro Kawasaki <[email protected]>1 parent 255189f commit b4f3078
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
534 | 536 | | |
535 | | - | |
536 | | - | |
| 537 | + | |
| 538 | + | |
537 | 539 | | |
| 540 | + | |
| 541 | + | |
538 | 542 | | |
539 | 543 | | |
540 | 544 | | |
| |||
1263 | 1267 | | |
1264 | 1268 | | |
1265 | 1269 | | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
1266 | 1273 | | |
1267 | 1274 | | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
0 commit comments