summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
Commit message (Expand)AuthorAgeFilesLines
* Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-041-33/+1
* OO cleanup fix that passes test 11.7.pooryorick2021-04-031-8/+5
* New test for OO cleanup: routine for object gets deleted before namespace de...pooryorick2021-04-031-1/+36
* TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-12/+12
|\
| * Case-sensitive package namesjan.nijtmans2020-11-031-12/+12
* | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
|/
* Merge 8.6jan.nijtmans2020-10-301-4/+4
|\
| * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-4/+4
| * TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-051-68/+68
* | Merge 8.6jan.nijtmans2020-09-041-2/+2
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | Merge 8.6jan.nijtmans2020-09-011-77/+77
|\ \ | |/
| * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-16/+16
* | Merge 8.6jan.nijtmans2020-02-261-0/+34
|\ \ | |/
| * Ensure that we release the correct references when an error occurs during set...dkf2020-02-251-1/+35
* | Merge 8.6jan.nijtmans2020-01-131-2/+2
|\ \ | |/
| * Fix [cff53cf7d0]: Failed test oo-0.9 in file oo.test in Tcl8.6.10jan.nijtmans2020-01-131-2/+2
* | merge 8.6sebres2019-11-141-0/+29
|\ \ | |/
| * make oo-7.10 test more readablesebres2019-11-141-3/+3
| * bug [135804138e]: test case illustrating the segfaultsebres2019-11-141-0/+29
* | Duplicate test names.dgp2019-04-171-2/+2
* | merge 8.6 (conflicts resolved, changes on tests/cmdMZ.test in [4cb9044dfa] re...sebres2019-04-111-0/+24
|\ \ | |/
| * Added missing test casedkf2019-04-091-0/+24
* | Implement TIP 524dkf2018-11-061-6/+255
|\ \
| * | Test cases (and some fixes)dkf2018-10-281-5/+254
| * | Definition and introspection commands.dkf2018-10-281-1/+1
* | | More tests. Better implementation.dkf2018-10-211-12/+66
* | | Rebase on 8.7dkf2018-10-201-2/+18
|/ /
* | merge core-8-6-branchdkf2018-10-191-0/+100
|\ \ | |/
| * Added another test case. This one is OK.dkf2018-10-191-0/+16
| * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-5/+12
| * Tests for advanced object mutation issues.dkf2018-10-181-0/+77
* | Add support for wine. So windows test-cases can now be run on Linux/Mac/whate...jan.nijtmans2018-09-291-1/+1
* | Simplify the slot resolution protocoldkf2018-09-111-5/+5
* | Tests and docsdkf2018-09-101-6/+68
* | Implementation of TIP 516dkf2018-09-081-8/+8
* | merge core-8-branchdkf2018-08-261-1/+1
|\ \
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | And another testdkf2018-07-071-0/+16
* | | Added direct tests for [myclass]dkf2018-07-071-0/+53
* | | Split out TIP 478 tests into their own file.dkf2018-06-281-264/+0
* | | Tests for abstract and singletondkf2018-06-281-1/+91
* | | Add better error handling and make the delegation work with cloning.dkf2018-06-271-4/+135
* | | Make the delegates work by moving their creation into C.dkf2018-06-231-1/+44
* | | Most of the implementation ported over. [classmethod] is trickier...dkf2018-06-171-1/+1
|/ /
* | Add sensible behaviour with export and unexport of private methods.dkf2018-05-271-0/+32
* | Corrections for a number of small things to align with TIPdkf2018-05-191-1/+87
* | Make [info object methods] and [info class methods] work right.dkf2018-05-151-0/+36
* | Make sure that [self call] reports useful info.dkf2018-05-141-0/+27
* | Correct results from unknown method handler.dkf2018-05-131-0/+139