Lines Matching refs:OO

40 test oo-0.1 {basic test of OO's ability to clean up its initial state} {
47 test oo-0.2 {basic test of OO's ability to clean up its initial state} {
55 test oo-0.3 {basic test of OO's ability to clean up its initial state} -body {
60 test oo-0.4 {basic test of OO's ability to clean up its initial state} -body {
119 test oo-1.1 {basic test of OO functionality: no classes} {
132 test oo-1.2 {basic test of OO functionality: no classes} -body {
135 test oo-1.3 {basic test of OO functionality: no classes} {
141 test oo-1.4 {basic test of OO functionality} -body {
151 test oo-1.5 {basic test of OO functionality} -body {
154 test oo-1.5.1 {basic test of OO functionality} -setup {
161 test oo-1.6 {basic test of OO functionality} -setup {
169 test oo-1.7 {basic test of OO functionality} -setup {
179 test oo-1.8 {basic test of OO functionality} -setup {
190 test oo-1.9 {basic test of OO functionality} -setup {
204 test oo-1.10 {basic test of OO functionality} -body {
216 test oo-1.11 {basic test of OO functionality: abbreviating} -setup {
224 test oo-1.12 {basic test of OO functionality: abbreviating} -setup {
232 test oo-1.13 {basic test of OO functionality: abbreviating} -setup {
240 test oo-1.14 {basic test of OO functionality: abbreviating} -setup {
248 test oo-1.15 {basic test of OO functionality: abbreviating} -setup {
256 test oo-1.16 {basic test of OO functionality: abbreviating} -setup {
264 test oo-1.17 {basic test of OO functionality: Bug 2481109} -body {
270 test oo-1.18 {OO: create object in NS with same name as global cmd} -setup {
352 test oo-1.19 {basic test of OO functionality: teardown order} -body {
358 test oo-1.20 {basic test of OO functionality: my teardown post rename} -body {
364 test oo-1.21 {basic test of OO functionality: default relations} -setup {
382 test oo-2.1 {basic test of OO functionality: constructor} -setup {
400 test oo-2.2 {basic test of OO functionality: constructor} {
416 test oo-2.4 {OO constructor - Bug 2531577} -setup {
426 test oo-2.5 {OO constructor - Bug 2531577} -setup {
437 test oo-2.6 {OO constructor and tailcall - Bug 2414858} -setup {
513 test oo-3.1 {basic test of OO functionality: destructor} -setup {
533 test oo-3.2 {basic test of OO functionality: destructor} -setup {
551 test oo-3.3 {basic test of OO functionality: destructor} -setup {
564 test oo-3.4 {basic test of OO functionality: my exists in destructor} -setup {
588 test oo-3.4a {basic test of OO functionality: my exists in destructor} -setup {
612 test oo-3.5 {basic test of OO functionality: destructor: evil case for Itcl} -setup {
636 test oo-3.5a {basic test of OO functionality: destructor: evil case for Itcl} -setup {
661 test oo-3.6 {basic test of OO functionality: errors in destructor} -setup {
669 test oo-3.7 {basic test of OO functionality: errors in destructor} -setup {
681 test oo-3.8 {basic test of OO functionality: errors in destructor} -setup {
761 test oo-4.1 {basic test of OO functionality: export} {
769 test oo-4.2 {basic test of OO functionality: unexport} {
818 test oo-5.1 {OO: manipulation of classes as objects} -setup {
828 test oo-5.2 {OO: manipulation of classes as objects} -setup {
838 test oo-5.3 {OO: manipulation of classes as objects} -setup {
850 test oo-5.4 {OO: manipulation of classes as objects} -setup {
862 test oo-5.5 {OO: manipulation of classes as objects} -setup {
877 test oo-6.1 {OO: forward} {
889 test oo-6.2 {OO: forward resolution scope} -setup {
904 test oo-6.3 {OO: forward resolution scope} -setup {
919 test oo-6.4 {OO: forward resolution scope} -setup {
934 test oo-6.5 {OO: forward resolution scope} -setup {
950 test oo-6.6 {OO: forward resolution scope} -setup {
968 test oo-6.7 {OO: forward resolution scope is per-object} -setup {
1187 test oo-7.1 {OO: inheritance 101} -setup {
1201 test oo-7.2 {OO: inheritance 101} -setup {
1221 test oo-7.3 {OO: inheritance 101} -setup {
1244 test oo-7.4 {OO: inheritance from oo::class} -body {
1270 test oo-7.5 {OO: inheritance from oo::class in the secondary chain} -body {
1298 test oo-7.6 {OO: inheritance 101 - overridden methods should be oblivious} -setup {
1328 test oo-7.7 {OO: inheritance and errorInfo} -setup {
1357 test oo-7.8 {OO: next at the end of the method chain} -setup {
1371 test oo-7.9 {OO: defining inheritance in namespaces} -setup {
1390 test oo-7.10 {OO: next after object deletion, bug [135804138e]} -setup {
1420 test oo-8.1 {OO: global must work in methods} {
1432 test oo-9.1 {OO: multiple inheritance} -setup {
1460 test oo-9.2 {OO: multiple inheritance} -setup {
1486 test oo-10.1 {OO: recursive invoke and modify} -setup {
1508 test oo-10.2 {OO: recursive invoke and modify} -setup {
1521 test oo-10.3 {OO: invoke and modify} -setup {
1546 test oo-10.4 {OO: invoke and modify} -setup {
1571 test oo-11.1 {OO: cleanup} {
1576 test oo-11.2 {OO: cleanup} {
1582 test oo-11.3 {OO: cleanup} {
1590 test oo-11.4 {OO: cleanup} {
1606 test oo-11.5 {OO: cleanup} {
1620 OO: cleanup of when an class is mixed into itself
1633 OO: cleanup ReleaseClassContents() where class is mixed into one of its
1650 OO: cleanup ReleaseClassContents() where class is mixed into one of its
1669 OO: cleanup ReleaseClassContents() where class is mixed into one of its
1688 test oo-12.1 {OO: filters} {
1711 test oo-12.2 {OO: filters} -setup {
1735 test oo-12.3 {OO: filters} -setup {
1759 test oo-12.4 {OO: filters} -setup {
1773 test oo-12.5 {OO: filters} -setup {
1788 test oo-12.6 {OO: filters} -setup {
1804 test oo-12.7 {OO: filters} -setup {
1825 test oo-12.8 {OO: filters and destructors} -setup {
1854 test oo-13.1 {OO: changing an object's class} {
1868 test oo-13.2 {OO: changing an object's class} -body {
1874 test oo-13.3 {OO: changing an object's class} -body {
1880 test oo-13.4 {OO: changing an object's class} -body {
1894 test oo-13.5 {OO: changing an object's class: non-class to class} -setup {
1907 test oo-13.6 {OO: changing an object's class: class to non-class} -setup {
1929 test oo-13.7 {OO: changing an object's class} -setup {
1946 test oo-13.8 {OO: changing an object's class to itself} -setup {
1956 test oo-13.9 {OO: changing an object's class: roots are special} -setup {
1967 test oo-13.10 {OO: changing an object's class: roots are special} -setup {
1978 test oo-13.11 {OO: changing an object's class in a tricky place} -setup {
1996 test oo-14.1 {OO: mixins} {
2011 test oo-14.2 {OO: mixins} {
2025 test oo-14.3 {OO and mixins and filters - advanced case} -setup {
2044 test oo-14.4 {OO: mixin error case} -setup {
2051 test oo-14.5 {OO and mixins and filters - advanced case} -setup {
2068 test oo-14.6 {OO and mixins of mixins - Bug 1960703} -setup {
2097 test oo-14.7 {OO and filters from mixins of mixins} -setup {
2133 test oo-14.8 {OO: class mixin order - Bug 1998221} -setup {
2153 test oo-15.1 {OO: object cloning} {
2171 test oo-15.2 {OO: object cloning} {
2192 test oo-15.3 {OO: class cloning} {
2208 test oo-15.4 {OO: object cloning - Bug 3474460} -setup {
2218 test oo-15.5 {OO: class cloning - Bug 3474460} -setup {
2230 test oo-15.6 {OO: object cloning copies namespace contents} -setup {
2245 test oo-15.7 {OO: classes can be cloned anonymously} -setup {
2253 test oo-15.8 {OO: intercept object cloning} -setup {
2318 test oo-15.11 {OO: object cloning} -returnCodes error -body {
2321 test oo-15.12 {OO: object cloning with target NS} -setup {
2332 OO: object cloning with target NS
2344 test oo-15.13.2 {OO: object cloning with target NS} -setup {
2352 test oo-15.14 {OO: object cloning with target NS} -setup {
2378 test oo-16.1 {OO: object introspection} -body {
2381 test oo-16.1.1 {OO: object introspection} -body {
2387 test oo-16.2 {OO: object introspection} -body {
2390 test oo-16.3 {OO: object introspection} -body {
2393 test oo-16.4 {OO: object introspection} -setup {
2421 test oo-16.5 {OO: object introspection} {info object methods oo::object} {}
2422 test oo-16.6 {OO: object introspection} {
2428 test oo-16.7 {OO: object introspection} -setup {
2438 test oo-16.8 {OO: object introspection} {
2449 test oo-16.9 {OO: object introspection} -body {
2463 test oo-16.10 {OO: object introspection} -setup {
2472 test oo-16.11 {OO: object introspection} -setup {
2482 test oo-16.12 {OO: object introspection} -setup {
2490 test oo-16.13 {OO: object introspection} -setup {
2498 test oo-16.14 {OO: object introspection: TIP #436} -setup {
2523 test oo-17.1 {OO: class introspection} -body {
2526 test oo-17.1.1 {OO: class introspection} -body {
2532 test oo-17.2 {OO: class introspection} -body {
2535 test oo-17.3 {OO: class introspection} -setup {
2542 test oo-17.4 {OO: class introspection} -body {
2545 test oo-17.5 {OO: class introspection} -setup {
2555 test oo-17.6 {OO: class introspection} -setup {
2565 test oo-17.7 {OO: class introspection} {
2568 test oo-17.8 {OO: class introspection} -setup {
2581 test oo-17.9 {OO: class introspection} -setup {
2597 test oo-17.10 {OO: class introspection} -setup {
2606 test oo-17.11 {OO: object method unexport (bug 900cb0284bc)} -setup {
2614 test oo-17.12 {OO: instance method unexport (bug 900cb0284bc)} -setup {
2624 test oo-17.13 {OO: class method unexport (bug 900cb0284bc)} -setup {
2632 test oo-17.14 {OO: instance method unexport (bug 900cb0284bc)} -setup {
2643 test oo-18.1 {OO: define command support} {
2651 test oo-18.2 {OO: define command support} {
2656 test oo-18.3 {OO: define command support} {
2664 test oo-18.3a {OO: define command support} {
2676 test oo-18.3b {OO: define command support} {
2694 test oo-18.4 {OO: more error traces from the guts} -setup {
2710 test oo-18.5 {OO: more error traces from the guts} -setup {
2767 test oo-18.7 {OO: objdefine command support} -setup {
2780 test oo-18.8 {OO: define/self command support} -setup {
2797 test oo-18.9 {OO: define/self command support} -setup {
2813 test oo-18.10 {OO: define/self command support} -setup {
2830 test oo-18.11 {OO: define/self command support} -setup {
2845 test oo-19.1 {OO: varname method} -setup {
2867 test oo-19.2 {OO: varname method: Bug 2883857} -setup {
2878 test oo-19.3 {OO: varname method and variable decl: Bug 3603695} -setup {
2898 test oo-20.1 {OO: variable method} -body {
2909 test oo-20.2 {OO: variable method} -body {
2920 test oo-20.3 {OO: variable method} -body {
2933 test oo-20.4 {OO: variable method} -body {
2946 test oo-20.5 {OO: variable method} -body {
2957 test oo-20.6 {OO: variable method} -setup {
2976 test oo-20.7 {OO: variable method} -setup {
3003 test oo-20.9 {OO: variable method} -setup {
3015 test oo-20.10 {OO: variable and varname methods refer to same things} -setup {
3029 test oo-20.11 {OO: variable mustn't crash when recursing} -body {
3065 test oo-20.12 {OO: variable method accept zero args (TIP 323)} -setup {
3075 test oo-20.13 {OO: variable method use in non-methods [Bug 2903811]} -setup {
3084 test oo-20.14 {OO: variable method use in non-methods [Bug 2903811]} -setup {
3099 test oo-20.15 {OO: variable method use in non-methods [Bug 2903811]} -setup {
3121 test oo-21.1 {OO: inheritance ordering} -setup {
3145 test oo-21.2 {OO: inheritance ordering} -setup {
3180 test oo-21.3 {OO: inheritance ordering} -setup {
3218 test oo-21.4 {OO: inheritance ordering} -setup {
3260 test oo-22.1 {OO and info frame} -setup {
3287 test oo-22.2 {OO and info frame: Bug 3001438} -setup {