summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-17 21:42:45 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-17 21:43:00 -0400
commit3975036c57a0ffa8e78390de499fde63ede7683e (patch)
treede49abeec09aa710e6c71f3c18affcfb90a3a3ed
parent37af28b465702feec359c1cd9094b5a195748228 (diff)
TODO.md: Update unit tests
-rw-r--r--TODO.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md
index eb36829..c4e487e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,15 +22,13 @@
# Skipped tests
-(grep'ed from sd-tests-unit.test.log.tmp)
+(grep'ed from sd-tests-unit.log)
- 120/336 test-boot-timestamps SKIP 0.01 s # says SKIP on failure instead of FAIL--why is it failing?
- 164/336 test-barrier SKIP 0.02 s # is actually manual
- 239/336 test-bus-marshal SKIP 0.07 s # needs to connect to user bus
- 242/336 test-bus-chat SKIP 0.03 s # needs to connect to user bus
- 243/336 test-bus-cleanup SKIP 0.03 s # needs to connect to user bus
- 245/336 test-bus-track SKIP 0.02 s # needs to connect to user bus
- 249/336 test-bus-gvariant SKIP 0.02 s # needs to connect to user bus
- 251/336 test-bus-match SKIP 0.02 s # needs to connect to user bus
- 272/336 parse-hwdb SKIP 0.11 s # needs python-pyparsing
- SKIP: 9
+ 120/336 test-boot-timestamps SKIP 0.01 s # says SKIP on failure instead of FAIL--why is it failing?
+ 133/336 test-format-table FAIL 0.37 s (killed by signal 6 SIGABRT) # why did this start failing?
+ 152/336 test-string-util FAIL 0.30 s (killed by signal 6 SIGABRT) # why did this start failing?
+ 157/336 test-process-util FAIL 0.20 s (killed by signal 6 SIGABRT) # why did this start failing?
+ 164/336 test-barrier SKIP 0.01 s # is actually manual
+ 207/336 test-execute FAIL 3.15 s (killed by signal 6 SIGABRT) # https://github.com/systemd/systemd/issues/9881
+ FAIL: 4
+ SKIP: 2