summaryrefslogtreecommitdiffstats
path: root/tests/scale.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
* Restore "package require tcltest 2.2" in TESTFILE INITIALIZATION, even ↵erikleunissen2025-08-041-0/+2
| | | | though it's currently redundant.
* 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-4/+0
| | | | search in previous round.
* Wrap long line in section "TESTFILE INITIALIZATION"erikleunissen2025-06-021-1/+2
|
* safe.test, safePrimarySelection.test, scale.test, scrollbar.test, ↵erikleunissen2025-05-161-18/+91
| | | | select.test, send.test, spinbox.test, systray.test: insert section headers corresponding to (amended) prototype
* Merge 8.7. More indent fixesjan.nijtmans2024-09-291-110/+110
|\
* \ Rebase to latest 9.0. Some more fixes (still ... spinbox test hangs in Windows)jan.nijtmans2024-08-091-1/+1
|\ \
| * | Fix variable initialization and test-casesjan.nijtmans2024-06-071-1/+1
| | |
* | | Tweak some error-messagesjan.nijtmans2024-08-061-2/+2
|\ \ \ | |/ / |/| / | |/
| * Make testcases more independant from exact error-message. Tweak some ↵jan.nijtmans2024-08-061-2/+2
|/ | | | error-messages.
* Merge 8.6jan.nijtmans2024-02-121-2/+2
|\
| * "eval destroy" -> "destroy {*}" in testcases/demo'sjan.nijtmans2024-02-121-2/+2
| |
* | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-231-6/+6
| |
* | Merge 8.6jan.nijtmans2023-06-141-1/+1
|\ \ | |/
| * (cherry-pick): Replaced the deprecated "trace variable" invocations with ↵jan.nijtmans2023-06-141-1/+1
| | | | | | | | "trace add variable"; several further improvements.
| * Reduce differences in the test suite between 8.6 and 8.7 by backporting ↵fvogel2022-11-301-31/+31
| | | | | | | | cosmetic differences from 8.7.
* | Fix [415415fff]: Scale long callback: One click -> Two stepsfvogel2022-04-071-0/+19
|\ \ | |/
| * Add a comment pinpointing the specific case purpose of the test.fvogel2022-03-191-2/+2
| |
| * Revert previous commit since it does not let the tests pass at Github. ↵fvogel2022-03-191-3/+4
| | | | | | | | Moreover, change the test name to scale-18.4, which was unused so far (contrary to scale-18.3).
| * Try a slightly different test scale-18.3 since it failed for all platforms ↵fvogel2022-03-151-2/+2
| | | | | | | | at Github Actions (while it passes locally on my Win 10).
| * Add non-regression test scale-18.3, failing before the fix, and passing ↵fvogel2022-03-141-1/+19
| | | | | | | | after the fix.
* | Merge CALayer-86culler2021-04-291-3/+6
|\ \ | |/
| * Add a call to [window display] after creating a new window. This makes the ↵marc_culler2021-04-291-3/+6
| | | | | | | | tests work in High Sierra.
* | CALayer backing for 8.7culler2021-04-281-0/+2
|\ \ | |/
| * Add calls to update idletasks in scale-20.7 and scale-20.8.culler2021-04-251-0/+2
| |
| * Mark more test-cases with "failsOnUbuntu"jan.nijtmans2020-09-291-1/+1
| |
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
| |
* | Merge trunkjan.nijtmans2020-10-051-3/+3
| |
* | Testcase cleanup (mainly unnessary curly braces)jan.nijtmans2020-08-241-7/+7
| |
* | Remove many unnessesaary curly-braces in testcasesjan.nijtmans2020-06-091-24/+24
| |
* | In test-cases same optimization as everywhere else: KeyPress -> Key and ↵jan.nijtmans2020-01-271-6/+6
| | | | | | | | ButtonPress -> Button.
* | Merge 8.6jan.nijtmans2019-10-101-4/+12
|\ \ | |/
| * Cherry-pick test-case changes from catalina_more_tests branch. They appear ↵jan.nijtmans2019-10-101-4/+12
| | | | | | | | to work fine on other platforms, so they deserve more exposal separate from the Catalina-specific changes.
* | Merge 8.6jan.nijtmans2019-05-161-0/+26
|\ \ | |/
| * Revised bug fix for [5d991b822e].dgp2019-05-151-0/+26
| |\
| | * Tests and fix for [scale ... -variable].dgp2019-05-151-0/+26
| | |
* | | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-261-12/+47
|\ \ \ | |/ /
| * | Add new test scale-14.13 to guard against regressions with [220665ffff], and ↵fvogel2019-01-091-0/+13
| | | | | | | | | | | | duplicates [220265ffff] and [779559ffff]. This test currently fails in the present bugfix branch but passes in core-8-6-branch
| * | Fix [3003895fff] and [1899040fff]: TkRoundToResolution doesn't account for -fromfvogel2019-01-051-12/+34
| |/
* | Fix [55b95f578a]: Associating variable with bignum value with scale crashes it.fvogel2017-10-221-0/+20
|\ \ | |/
| * Renamed test scale-21 to scale-21.1, and added scale-21.2 to test huge ↵fvogel2017-10-071-1/+10
| | | | | | | | values for -from and -to options of the scale widget.
| * Add test for [55b95f578a]: Associating variable with bignum value with scale ↵fvogel2017-10-041-0/+11
| | | | | | | | crashes it (at this point the test produces a crash)
| * Fixed bug [2262543] - Scale widget unexpectedly fires command callback ↵fvogel2016-03-071-0/+108
| | | | | | | | (cherrypicked [3c1a8559dd])
* | Excess spacing in test-suitejan.nijtmans2016-03-141-1/+1
| |
* | Added tests cases for bug [2262543] - Scale widget unexpectedly fires ↵fvogel2016-02-241-0/+108
|/ | | | command callback