hush/shell/hush_test/hush-z_slow
Denys Vlasenko acdc49c073 hush: add more complex case to leak testcase, fix found breakage
function                                             old     new   delta
unset_local_var_len                                    -     167    +167
run_list                                            2350    2457    +107
set_vars_and_save_old                                  -      87     +87
free_pipe                                            207     227     +20
builtin_unset                                        220     229      +9
builtin_exit                                          49      47      -2
free_strings_and_unset                                53       -     -53
set_vars_all_and_save_old                             87       -     -87
unset_local_var                                      168       -    -168
------------------------------------------------------------------------------
(add/remove: 2/3 grow/shrink: 3/1 up/down: 390/-310)           Total: 80 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-04 01:58:10 +02:00
..
leak_all1.right hush: add leak detector helper; fix/add tests for it 2009-04-08 11:48:57 +00:00
leak_all1.tests hush: add more complex case to leak testcase, fix found breakage 2009-05-04 01:58:10 +02:00
leak_all2.right hush: more rodust detection of unterminated strings etc; 2009-04-08 21:51:33 +00:00
leak_all2.tests hush: add function tests 2009-04-10 23:23:41 +00:00
leak_heredoc1.right hush: plug the leak of expanded heredoc 2009-04-09 14:15:57 +00:00
leak_heredoc1.tests hush: plug the leak of expanded heredoc 2009-04-09 14:15:57 +00:00
leak_var.right hush: add leak detector helper; fix/add tests for it 2009-04-08 11:48:57 +00:00
leak_var.tests hush: add leak detector helper; fix/add tests for it 2009-04-08 11:48:57 +00:00
leak_var2.right hush: add leak detector helper; fix/add tests for it 2009-04-08 11:48:57 +00:00
leak_var2.tests make leak test more robust by unsetting all vars 2009-04-26 23:25:36 +00:00
leak_var3.right hush: add a leak test which currently fails 2009-04-08 12:11:23 +00:00
leak_var3.tests hush: add a leak test which currently fails 2009-04-08 12:11:23 +00:00