Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Simplify result for test winfo-5.7.2 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bug-9ba9729ef1 |
Files: | files | file ages | folders |
SHA3-256: |
74ac1fa11a8fa6fa8068d3f2574d99b9 |
User & Date: | erikleunissen 2025-08-16 20:26:45.206 |
Context
2025-08-17
| ||
09:27 | Revert added tests for "winfo interps" check-in: 09d754d3 user: erikleunissen tags: bug-9ba9729ef1 | |
2025-08-16
| ||
20:26 | Simplify result for test winfo-5.7.2 check-in: 74ac1fa1 user: erikleunissen tags: bug-9ba9729ef1 | |
20:05 | Let tests be run at Github CI for this branch check-in: dd5d0ddc user: erikleunissen tags: bug-9ba9729ef1 | |
Changes
Changes to tests/winfo.test.
︙ | ︙ | |||
189 190 191 192 193 194 195 | childTkProcess exit } test winfo-5.7.2 {"winfo interps" command, two interps, different processes} -constraints aqua -setup { tk appname tktest childTkProcess create } -body { childTkProcess eval {tk appname foo} | | | 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | childTkProcess exit } test winfo-5.7.2 {"winfo interps" command, two interps, different processes} -constraints aqua -setup { tk appname tktest childTkProcess create } -body { childTkProcess eval {tk appname foo} winfo interps } -result foo -cleanup { childTkProcess exit } test winfo-6.1 {"winfo exists" command} -body { winfo exists |
︙ | ︙ |