summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
Commit message (Collapse)AuthorAgeFilesLines
* Remove newline, inadvertently introduced in commit [18301872460bfe26]erikleunissen2025-10-031-1/+0
|
* Remove unintended newlineerikleunissen2025-09-261-1/+0
|
* Complete replacement of the -loadfile/loadTestedCommands mechanism for all ↵erikleunissen2025-09-261-17/+11
| | | | test files
* Diversify initialization of test files w.r.t. option "-singleproc" and ↵erikleunissen2025-08-111-9/+20
| | | | remove call to "resetWindows" from main.tcl
* bind.test: remove redundant commands from COMMON TEST SETUPerikleunissen2025-08-061-3/+0
|
* Restore "package require tcltest 2.2" in TESTFILE INITIALIZATION, even ↵erikleunissen2025-08-041-0/+2
| | | | though it's currently redundant.
* Keep local utility procs in alphabetical order unless another order is apparent.erikleunissen2025-07-241-9/+9
|
* replace section header "# CLEANUP" with "# TESTFILE CLEANUP" throughouterikleunissen2025-07-191-1/+1
|
* Remove all occurrences of "return" as the last command in a test fileerikleunissen2025-06-121-1/+0
|
* Round 2 of adding section headers, correcting oversights caused by flawed ↵erikleunissen2025-06-101-50/+54
| | | | search in previous round.
* Wrap long line in section "TESTFILE INITIALIZATION"erikleunissen2025-06-021-1/+2
|
* Correct hierarchical inconsistency in previous commit (amended plan for ↵erikleunissen2025-05-141-6/+6
| | | | section headers)
* bell.test, bgerror.test, bind.test, bitmap.test, border.test, busy.test, ↵erikleunissen2025-05-141-14/+34
| | | | button.test: insert section headers corresponding to prototype
* Merge trunk. In branch less_tests_constraints, let's work off trunk from now on.fvogel2025-01-031-196/+301
|\
| * Merge 8.7. More indent fixesjan.nijtmans2024-09-291-41/+41
| |\
| | * Merge 8.6jan.nijtmans2024-09-271-1/+1
| | |\
| | * \ Fix [47d4f29159]: Ignored binding scripts for events with detail field ↵jan.nijtmans2024-03-081-2/+2
| | |\ \ | | | | | | | | | | | | | | | NotifyInferior. Patch from Erik Leunissen.
| * | \ \ Fix [1f3de1c387]: Redundant [expr] in tests.fvogel2024-09-271-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field ↵fvogel2024-03-071-2/+2
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | NotifyInferior. Patch from Erik Leunissen.
| * | | | Merge 8.7jan.nijtmans2024-01-231-7/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-231-7/+7
| | | | |
| | * | | Merge-mark 8.6. Don't bother build for Tcl 9.1. Some missing constraintsjan.nijtmans2024-01-091-1/+1
| | |\ \ \
| * | | | | Remove test constraints which are not necessary any more in Tk 9.0jan.nijtmans2024-01-091-2/+2
| |/ / / /
| * | | | bind-16.47: When the test uses € it may fail (at least it fails on Windows ↵fvogel2022-11-271-6/+3
| | | | | | | | | | | | | | | | | | | | with MSVC at the CI runner). When the test fails VkKeyScanW returns -1 in TkpSetKeycodeAndState (tkWinKey.c). Try using the colon (:) symbol that is present on all keyboards, which is perhaps not the case for the euro sign (€), and remove the failsOnWindows constraint. The test still tests implementation of TIP #588 (Unicode for (X11) keysyms).
| * | | | Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions ↵fvogel2022-10-261-0/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | fail).
| * | | | | Merge 8.7. Add testcases for Num and Fn bindingjan.nijtmans2022-04-211-0/+17
| | | | | |
| * | | | | Move needsTcl87 constraint to constraints.tcljan.nijtmans2022-01-231-1/+0
| | | | | |
| * | | | | Add "testConstraint deprecated" to constraints.tcl, and use it everywhere ↵jan.nijtmans2022-01-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | needed. Add "no-xft" tag to tk::build-info
| * | | | | Fix testscases with -DTK_NO_DEPRECATED=1jan.nijtmans2022-01-071-1/+1
| | | | | |
| * | | | | formattingjan.nijtmans2021-11-301-2/+2
| | | | | |
| * | | | | Merge 8.6jan.nijtmans2021-10-311-11/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge CALayer-86culler2021-04-281-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkfvogel2021-03-131-3/+3
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Fix [2374c602bf]: bind-34.1 sometimes fails on Linux.fvogel2021-03-131-3/+3
| | |\ \ \ \ \ \ \
| * | | | | | | | | Cherrypick Jan's suggestions [ee33dc39] and resolve conflict.fvogel2021-02-271-13/+26
| | | | | | | | | |
| * | | | | | | | | Patch [85c8397412]: Wrapper proc for exerting timing control over pointer ↵fvogel2021-02-111-26/+13
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | warping. Patch from Erik Leunissen applied as-is.
| * | | | | | | | needsTcl87 constraint is true for Tcl 9.0 as welljan.nijtmans2021-01-271-1/+1
| | | | | | | | |
| * | | | | | | | TIP #587 addendum: When reading commands from stdin, decode from utf-8 ↵jan.nijtmans2021-01-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | independant from system encoding. Somehow bind-16.47 is still failing in CI environment, not reproducable in Visual Studio environment.
| * | | | | | | | In Tk 8.7, warping is now synchronous (it was executed at idle time until ↵fvogel2020-12-301-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and including 8.6), see [e3888d5820]. As a consequence we don't need to call 'update' in the tests anymore for 8.7. However, as detailed in ticket [69b48f427e] (specifically in comment there dated 2019-10-27 14:24:26), on Windows we still need to call 'after 50' to give time to SendInput to execute. This is independent from the fact warping happens sychronously or not and was committed as [e9becf44ab] in core-8-6-branch but was later erroneously removed from trunk branch in [d9d8c6bf] and [3e8ae688] under the wrong idea that is was not necessary with synchronous warping. Restore those calls, which makes bind-34.[123] and bind-36.1 always pass instead of rely on a race condition.
| * | | | | | | | (c) -> ©jan.nijtmans2020-12-091-1/+1
| | | | | | | | |
| * | | | | | | | Missing constraint for bind-16.47 testcasejan.nijtmans2020-11-271-1/+1
| | | | | | | | |
| * | | | | | | | Merge 8.7jan.nijtmans2020-10-221-3/+3
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge trunkjan.nijtmans2020-10-071-10/+10
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-10/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge tip-587jan.nijtmans2020-10-071-5/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge tip-587jan.nijtmans2020-10-061-0/+8
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merge tip-587jan.nijtmans2020-10-051-15/+15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge trunkjan.nijtmans2020-10-051-3/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge 8.7jan.nijtmans2020-09-301-1/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | If Tk is compiled with -DTK_NO_DEPRECATED, disable some testcases which fail ↵jan.nijtmans2020-09-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because of that