diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-01 00:44:04 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-01 00:44:04 (GMT) |
commit | 6defa80ae783c5777b9d9e152d512bb722e3417d (patch) | |
tree | a44b66f0846bb3bffc966c9f8b4dca137f401ef2 /ChangeLog | |
parent | 74eb24e991b20268a699c69978e770adab5c8b2f (diff) | |
download | tcl-6defa80ae783c5777b9d9e152d512bb722e3417d.zip tcl-6defa80ae783c5777b9d9e152d512bb722e3417d.tar.gz tcl-6defa80ae783c5777b9d9e152d512bb722e3417d.tar.bz2 |
* tests/NRE.test: replaced all deep-recursing tests by shallower
tests that actually measure the C-stack depth. This makes them
bearable again (even under memdebug) and avoid crashing on failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-07-31 Miguel Sofer <msofer@users.sf.net> + * tests/NRE.test: replaced all deep-recursing tests by shallower + tests that actually measure the C-stack depth. This makes them + bearable again (even under memdebug) and avoid crashing on failure. + * generic/tclBasic.c: NR-enabling [catch], [if] and [for] and * generic/tclCmdAH.c: [while] (the script, not the tests) * generic/tclCmdIL.c: |