diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-28 11:04:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-28 11:04:45 +0200 |
commit | f15a58325621a744dabc684f2c14e5e0d97b985d (patch) | |
tree | 63e8c8ad4c36c76dcad0b8449b6307527aff0d3b | |
parent | cea7b7eb1c73fd0680ccf637e9d762f0d26ff6bf (diff) | |
download | egawk-f15a58325621a744dabc684f2c14e5e0d97b985d.tar.gz egawk-f15a58325621a744dabc684f2c14e5e0d97b985d.tar.bz2 egawk-f15a58325621a744dabc684f2c14e5e0d97b985d.zip |
Add stuff to TODO.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,12 @@ Really make failure to open a socket a non-fatal error (for 4.1). DONE: Merge the chapter and the appendix on floating-point math (for 4.1). +Look at code coverage tools, like S2E: https://s2e.epfl.ch/ + +From Andy: Review the following test cases that they work with make diffout. +These look suspicious: mmap8k, fmtspcl (the mpfr case), clobber, getlnbuf, +rtlenmb, profile1, rand (mpfr case). + ------ Code Review: |