summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2017-11-23 15:02:32 +0100
committerKarel Zak2017-11-23 15:02:32 +0100
commit26777ac30e7520a5c4f2d36d3b9d0d326b91c018 (patch)
treeed62e3a6303bd9c6649b18d69014af57d0940c19 /Documentation/TODO
parentbuild-sys: add --enable-asan and --memcheck-asan for tests (diff)
downloadkernel-qcow2-util-linux-26777ac30e7520a5c4f2d36d3b9d0d326b91c018.tar.gz
kernel-qcow2-util-linux-26777ac30e7520a5c4f2d36d3b9d0d326b91c018.tar.xz
kernel-qcow2-util-linux-26777ac30e7520a5c4f2d36d3b9d0d326b91c018.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO33
1 files changed, 0 insertions, 33 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 861b66156..3067f8d28 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -1,39 +1,6 @@
Note that items with (!) have high priority.
-build-sys
----------
- - for example
- ./configure --disable-all-programs --enable-hwclock
-
- enables only hwclock, unfortunately we have no --enable/disable for all programs.
- It would be nice to have generic --enable-programs <list>, for example:
-
- ./configure --disable-all-programs --enable-programs hwclock,lsblk
-
-tests (!):
----------
-
- - add a new --enable-clang-asan to ./configure
- - add a new --asan option to tests/run.sh
- - rename tests/run.sh --memcheck to --valgrind
- - rename tests/functions.sh:ts_valgrind() to ts_run()
- - improve ts_run() to be sensitive to --asan or --valgrind (etc.)
- - use export ASAN_OPTIONS='detect_leaks=0' by default
- - add TS_ENABLE_MEMLEAK_CHECK=yes to tests where we want to check for
- memory leaks
-
- Note we don't want free-before-exit code in simple utils, so no all memory
- leaks are relevant. We care about leaks in libs, deamons, etc.
-
- and then we can use
-
- $ ./configure --enable-clang-asan
- $ cd tests
- $ ./run.sh --asan
-
-- add functions strtime_short(), strtime_iso(), strtime_ctime(), ...
-
cleanup lib/path.c:
------------------
- always return rc from all functions