? testNum.txt Index: tests/trace.test =================================================================== RCS file: /cvsroot/tcl/tcl/tests/trace.test,v retrieving revision 1.10 diff -r1.10 trace.test 347c347 < test trace-5.1 {multiple ops traced at once} { --- > test trace-6.1 {multiple ops traced at once} { 358c358 < test trace-5.2 {multiple ops traced on array element} { --- > test trace-6.2 {multiple ops traced on array element} { 370c370 < test trace-5.3 {multiple ops traced on whole array} { --- > test trace-6.3 {multiple ops traced on whole array} { 385c385 < test trace-6.1 {order of invocation of traces} { --- > test trace-7.1 {order of invocation of traces} { 396c396 < test trace-6.2 {order of invocation of traces} { --- > test trace-7.2 {order of invocation of traces} { 406c406 < test trace-6.3 {order of invocation of traces} { --- > test trace-7.3 {order of invocation of traces} { 422c422 < test trace-7.1 {error returns from traces} { --- > test trace-8.1 {error returns from traces} { 430c430 < test trace-7.2 {error returns from traces} { --- > test trace-8.2 {error returns from traces} { 438c438 < test trace-7.3 {error returns from traces} { --- > test trace-8.3 {error returns from traces} { 445c445 < test trace-7.4 {error returns from traces} { --- > test trace-8.4 {error returns from traces} { 453c453 < test trace-7.5 {error returns from traces} { --- > test trace-8.5 {error returns from traces} { 463c463 < test trace-7.6 {error returns from traces} { --- > test trace-8.6 {error returns from traces} { 469c469 < test trace-7.7 {error returns from traces} { --- > test trace-8.7 {error returns from traces} { 485c485 < test trace-8.1 {be sure variable is unset before trace is called} { --- > test trace-9.1 {be sure variable is unset before trace is called} { 493c493 < test trace-8.2 {be sure variable is unset before trace is called} { --- > test trace-9.2 {be sure variable is unset before trace is called} { 501c501 < test trace-8.3 {be sure traces are cleared before unset trace called} { --- > test trace-9.3 {be sure traces are cleared before unset trace called} { 509c509 < test trace-8.4 {set new trace during unset trace} { --- > test trace-9.4 {set new trace during unset trace} { 518c518 < test trace-9.1 {make sure array elements are unset before traces are called} { --- > test trace-10.1 {make sure array elements are unset before traces are called} { 526c526 < test trace-9.2 {make sure array elements are unset before traces are called} { --- > test trace-10.2 {make sure array elements are unset before traces are called} { 534c534 < test trace-9.3 {array elements are unset before traces are called} { --- > test trace-10.3 {array elements are unset before traces are called} { 542c542 < test trace-9.4 {set new array element trace during unset trace} { --- > test trace-10.4 {set new array element trace during unset trace} { 551c551 < test trace-10.1 {make sure arrays are unset before traces are called} { --- > test trace-11.1 {make sure arrays are unset before traces are called} { 559c559 < test trace-10.2 {make sure arrays are unset before traces are called} { --- > test trace-11.2 {make sure arrays are unset before traces are called} { 567c567 < test trace-10.3 {make sure arrays are unset before traces are called} { --- > test trace-11.3 {make sure arrays are unset before traces are called} { 575c575 < test trace-10.4 {make sure arrays are unset before traces are called} { --- > test trace-11.4 {make sure arrays are unset before traces are called} { 584c584 < test trace-10.5 {set new array trace during unset trace} { --- > test trace-11.5 {set new array trace during unset trace} { 592c592 < test trace-10.6 {create scalar during array unset trace} { --- > test trace-11.6 {create scalar during array unset trace} { 603c603 < test trace-11.1 {creating array when setting variable traces} { --- > test trace-12.1 {creating array when setting variable traces} { 609c609 < test trace-11.2 {creating array when setting variable traces} { --- > test trace-12.2 {creating array when setting variable traces} { 615c615 < test trace-11.3 {creating array when setting variable traces} { --- > test trace-12.3 {creating array when setting variable traces} { 622c622 < test trace-11.4 {creating variable when setting variable traces} { --- > test trace-12.4 {creating variable when setting variable traces} { 628c628 < test trace-11.5 {creating variable when setting variable traces} { --- > test trace-12.5 {creating variable when setting variable traces} { 635c635 < test trace-11.6 {creating variable when setting variable traces} { --- > test trace-12.6 {creating variable when setting variable traces} { 642c642 < test trace-11.7 {create array element during read trace} { --- > test trace-12.7 {create array element during read trace} { 648c648 < test trace-11.8 {errors when setting variable traces} { --- > test trace-12.8 {errors when setting variable traces} { 656c656 < test trace-12.1 {delete one trace from another} { --- > test trace-13.1 {delete one trace from another} { 689c689 < test trace-13.0.[incr i] "trace command, wrong # args errors" { --- > test trace-14.0.[incr i] "trace command, wrong # args errors" { 692c692 < test trace-13.0.[incr i] "trace command wrong # args errors" { --- > test trace-14.0.[incr i] "trace command wrong # args errors" { 695c695 < test trace-13.0.[incr i] "trace command, wrong # args errors" { --- > test trace-14.0.[incr i] "trace command, wrong # args errors" { 698c698 < test trace-13.0.[incr i] "trace command, wrong # args errors" { --- > test trace-14.0.[incr i] "trace command, wrong # args errors" { 702c702 < test trace-13.0.[incr i] "trace command, wrong # args errors" { --- > test trace-14.0.[incr i] "trace command, wrong # args errors" { 705c705 < test trace-13.0.[incr i] "trace command, wrong # args errors" { --- > test trace-14.0.[incr i] "trace command, wrong # args errors" { 710c710 < test trace-13.1 "trace command, wrong # args errors" { --- > test trace-14.1 "trace command, wrong # args errors" { 713c713 < test trace-13.2 "trace command, wrong # args errors" { --- > test trace-14.2 "trace command, wrong # args errors" { 716c716 < test trace-13.3 "trace command, wrong # args errors" { --- > test trace-14.3 "trace command, wrong # args errors" { 719c719 < test trace-13.4 "trace command, wrong # args errors" { --- > test trace-14.4 "trace command, wrong # args errors" { 723c723 < test trace-13.5 {trace command, invalid option} { --- > test trace-14.5 {trace command, invalid option} { 736c736 < test trace-13.6.[incr i] "trace $op $type errors" { --- > test trace-14.6.[incr i] "trace $op $type errors" { 740c740 < test trace-13.6.[incr i] "trace $op $type rejects abbreviations" { --- > test trace-14.6.[incr i] "trace $op $type rejects abbreviations" { 744c744 < test trace-13.6.[incr i] "trace $op $type rejects null opList" { --- > test trace-14.6.[incr i] "trace $op $type rejects null opList" { 750c750 < test trace-13.7 {trace command, "trace variable" errors} { --- > test trace-14.7 {trace command, "trace variable" errors} { 753c753 < test trace-13.8 {trace command, "trace variable" errors} { --- > test trace-14.8 {trace command, "trace variable" errors} { 756c756 < test trace-13.9 {trace command, "trace variable" errors} { --- > test trace-14.9 {trace command, "trace variable" errors} { 759c759 < test trace-13.10 {trace command, "trace variable" errors} { --- > test trace-14.10 {trace command, "trace variable" errors} { 762c762 < test trace-13.11 {trace command, "trace variable" errors} { --- > test trace-14.11 {trace command, "trace variable" errors} { 767c767 < test trace-13.9 {trace command ("remove variable" option)} { --- > test trace-14.9 {trace command ("remove variable" option)} { 773c773 < test trace-13.10 {trace command ("remove variable" option)} { --- > test trace-14.10 {trace command ("remove variable" option)} { 781c781 < test trace-13.11 {trace command ("remove variable" option)} { --- > test trace-14.11 {trace command ("remove variable" option)} { 796c796 < test trace-13.12 {trace command ("remove variable" option)} { --- > test trace-14.12 {trace command ("remove variable" option)} { 804c804 < test trace-13.15 {trace command ("list variable" option)} { --- > test trace-14.15 {trace command ("list variable" option)} { 811c811 < test trace-13.16 {trace command ("list variable" option)} { --- > test trace-14.16 {trace command ("list variable" option)} { 815c815 < test trace-13.17 {trace command ("list variable" option)} { --- > test trace-14.17 {trace command ("list variable" option)} { 819c819 < test trace-13.18 {trace command ("list variable" option)} { --- > test trace-14.18 {trace command ("list variable" option)} { 824c824 < test trace-13.19 {trace command ("list variable" option)} { --- > test trace-14.19 {trace command ("list variable" option)} { 834c834 < test trace-14.1 {long trace command} { --- > test trace-15.1 {long trace command} { 849c849 < test trace-14.2 {long trace command result to ignore} { --- > test trace-15.2 {long trace command result to ignore} { 859c859 < test trace-14.3 {special list-handling in trace commands} { --- > test trace-15.3 {special list-handling in trace commands} { 890c890 < test trace-15.1 {unsets during read traces} { --- > test trace-16.1 {unsets during read traces} { 898c898 < test trace-15.2 {unsets during read traces} { --- > test trace-16.2 {unsets during read traces} { 905c905 < test trace-15.3 {unsets during read traces} { --- > test trace-16.3 {unsets during read traces} { 912c912 < test trace-15.4 {unsets during read traces} { --- > test trace-16.4 {unsets during read traces} { 919c919 < test trace-15.5 {unsets during read traces} { --- > test trace-16.5 {unsets during read traces} { 926c926 < test trace-15.6 {unsets during read traces} { --- > test trace-16.6 {unsets during read traces} { 933c933 < test trace-15.7 {unsets during read traces} { --- > test trace-16.7 {unsets during read traces} { 940c940 < test trace-15.8 {unsets during write traces} { --- > test trace-16.8 {unsets during write traces} { 948c948 < test trace-15.9 {unsets during write traces} { --- > test trace-16.9 {unsets during write traces} { 955c955 < test trace-15.10 {unsets during write traces} { --- > test trace-16.10 {unsets during write traces} { 962c962 < test trace-15.11 {unsets during write traces} { --- > test trace-16.11 {unsets during write traces} { 969c969 < test trace-15.12 {unsets during write traces} { --- > test trace-16.12 {unsets during write traces} { 976c976 < test trace-15.13 {unsets during write traces} { --- > test trace-16.13 {unsets during write traces} { 983c983 < test trace-15.14 {unsets during write traces} { --- > test trace-16.14 {unsets during write traces} { 990c990 < test trace-15.15 {unsets during unset traces} { --- > test trace-16.15 {unsets during unset traces} { 997c997 < test trace-15.16 {unsets during unset traces} { --- > test trace-16.16 {unsets during unset traces} { 1004c1004 < test trace-15.17 {unsets during unset traces} { --- > test trace-16.17 {unsets during unset traces} { 1011c1011 < test trace-15.18 {unsets during unset traces} { --- > test trace-16.18 {unsets during unset traces} { 1018c1018 < test trace-15.19 {unsets during unset traces} { --- > test trace-16.19 {unsets during unset traces} { 1025c1025 < test trace-15.20 {unsets during unset traces} { --- > test trace-16.20 {unsets during unset traces} { 1032c1032 < test trace-15.21 {unsets cancelling traces} { --- > test trace-16.21 {unsets cancelling traces} { 1042c1042 < test trace-15.22 {unsets cancelling traces} { --- > test trace-16.22 {unsets cancelling traces} { 1055c1055 < test trace-16.1 {trace doesn't prevent unset errors} { --- > test trace-17.1 {trace doesn't prevent unset errors} { 1061c1061 < test trace-16.2 {traced variables must survive procedure exits} { --- > test trace-17.2 {traced variables must survive procedure exits} { 1067c1067 < test trace-16.3 {traced variables must survive procedure exits} { --- > test trace-17.3 {traced variables must survive procedure exits} { 1079c1079 < test trace-17.1 {unset traces on procedure returns} { --- > test trace-18.1 {unset traces on procedure returns} { 1093c1093 < test trace-17.2 {trace add command (command existence)} { --- > test trace-18.2 {trace add command (command existence)} { 1098c1098 < test trace-17.3 {trace add command (command existence in ns)} { --- > test trace-18.3 {trace add command (command existence in ns)} { 1103c1103 < test trace-18.1 {trace add command (rename option)} { --- > test trace-19.1 {trace add command (rename option)} { 1110c1110 < test trace-18.2 {traces stick with renamed commands} { --- > test trace-19.2 {traces stick with renamed commands} { 1118c1118 < test trace-18.2.1 {trace add command rename trace exists} { --- > test trace-19.2.1 {trace add command rename trace exists} { 1123c1123 < test trace-18.3 {command rename traces don't fire on command deletion} { --- > test trace-19.3 {command rename traces don't fire on command deletion} { 1130c1130 < test trace-18.4 {trace add command rename doesn't trace recreated commands} { --- > test trace-19.4 {trace add command rename doesn't trace recreated commands} { 1138c1138 < test trace-18.5 {trace add command deleted removes traces} { --- > test trace-19.5 {trace add command deleted removes traces} { 1147c1147 < test trace-18.6 {trace add command rename in namespace} { --- > test trace-19.6 {trace add command rename in namespace} { 1152c1152 < test trace-18.7 {trace add command rename in namespace back again} { --- > test trace-19.7 {trace add command rename in namespace back again} { 1156c1156 < test trace-18.8 {trace add command rename in namespace to out of namespace} { --- > test trace-19.8 {trace add command rename in namespace to out of namespace} { 1160c1160 < test trace-18.9 {trace add command rename back into namespace} { --- > test trace-19.9 {trace add command rename back into namespace} { 1164c1164 < test trace-18.10 {trace add command failed rename doesn't trigger trace} { --- > test trace-19.10 {trace add command failed rename doesn't trigger trace} { 1178c1178 < test trace-19.1 {trace add command (delete option)} { --- > test trace-20.1 {trace add command (delete option)} { 1183c1183 < test trace-19.2 {trace add command delete doesn't trace recreated commands} { --- > test trace-20.2 {trace add command delete doesn't trace recreated commands} { 1189c1189 < test trace-19.2.1 {trace add command delete trace info} { --- > test trace-20.2.1 {trace add command delete trace info} { 1194c1194 < test trace-19.3 {trace add command implicit delete} { --- > test trace-20.3 {trace add command implicit delete} { 1200c1200 < test trace-19.3.1 {trace add command delete trace info} { --- > test trace-20.3.1 {trace add command delete trace info} { 1204c1204 < test trace-19.4 {trace add command rename followed by delete} { --- > test trace-20.4 {trace add command rename followed by delete} { 1219c1219 < test trace-19.5 {trace add command rename and delete} { --- > test trace-20.5 {trace add command rename and delete} { 1233c1233 < test trace-19.6 {trace add command rename and delete in subinterp} { --- > test trace-20.6 {trace add command rename and delete in subinterp} { 1256c1256 < test trace-19.7 {trace add command delete in subinterp while being deleted} { --- > test trace-20.7 {trace add command delete in subinterp while being deleted} { 1277c1277 < test trace-19.8 {trace delete while trace is active} { --- > test trace-20.8 {trace delete while trace is active} { 1286c1286 < test trace-19.9 {rename trace deletes command} { --- > test trace-20.9 {rename trace deletes command} { 1296c1296 < test trace-19.10 {rename trace renames command} { --- > test trace-20.10 {rename trace renames command} { 1308c1308 < test trace-19.11 {delete trace deletes command} { --- > test trace-20.11 {delete trace deletes command} { 1318c1318 < test trace-19.12 {delete trace renames command} { --- > test trace-20.12 {delete trace renames command} {