- To test.

This commit is contained in:
ccremers 2004-10-18 14:36:43 +00:00
parent 8a7369a84e
commit 7b3cb4dfb9

View File

@ -2,6 +2,11 @@
actual bindings list, to debug the stuff that happens. actual bindings list, to debug the stuff that happens.
- PRIO 2 : resolve Arachne memory usage issue. Why is it using so much memory? - PRIO 2 : resolve Arachne memory usage issue. Why is it using so much memory?
Recode stuff to memAlloc/memFree and determine max usage, leakage etc. Recode stuff to memAlloc/memFree and determine max usage, leakage etc.
- There is no good test on the correct workings of
add_goals/destruction of these. We can test this if after
termination, we have 0 goals; for this we need to store the
initially added goals as well. Furthermore, we can generate an
error when <0 goals occur.
- Arachne seems to trip over claims with empty prec sets. Maybe we - Arachne seems to trip over claims with empty prec sets. Maybe we
simply should not test these. simply should not test these.
- soph segfaults at no switch or -r4 (-r3 is okay??) using non-debug version. - soph segfaults at no switch or -r4 (-r3 is okay??) using non-debug version.