summaryrefslogtreecommitdiffstats
path: root/tests/textWind.test
Commit message (Expand)AuthorAgeFilesLines
* Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-1/+1
* merge core-8-6-branch: now textWind.test follows the computation pattern init...fvogel2023-01-281-107/+126
|\
| * Revert to using {Courier -12} as fixedFont like it originally was.fvogel2023-01-221-1/+1
| * Remove very old comments about statements influencing tests results, specific...fvogel2023-01-221-5/+0
| * Factorize computations in expected textWind.test results (use proc bo, xw, xc...fvogel2023-01-221-102/+126
| * Revert changes in tests/textWind.test erroneously present in previous commit.fvogel2023-01-191-36/+17
| * merge core-8-6-branchfvogel2023-01-191-17/+36
| * Reduce differences in the test suite between 8.6 and 8.7 by backporting cosme...fvogel2022-11-301-2/+2
* | Merge core-8-6-branch that just received changes from unstable_tests branch. ...fvogel2022-10-021-111/+110
|\ \ | |/
| * Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-106/+106
| * Completely eradicate proc waitForMap and waitForUnmap in the test suite. The ...fvogel2022-07-201-2/+2
| * merge core-8-6-branchfvogel2022-07-201-14/+12
| |\
| * | Constrain textWind-3.2, -3.3, -3.4 and -3.5 with aquaKnownBug until the fix f...fvogel2022-06-121-4/+6
| * | Further stabilize unixEmbed-11.2 since [ac772463] was still not enough. This ...fvogel2022-06-121-18/+0
| * | Fix typofvogel2022-06-111-2/+2
| * | Further stabilize textWind-3.* since [e17046c5] did not reach the goal: on ma...fvogel2022-06-101-11/+29
| * | Revert [e17046c5] since it does not fix instabilities in textWind-3.* on macO...fvogel2022-05-011-20/+14
| * | Further stabilize textWind-3.* since [5050b5e9] did not reach the goal: on ma...fvogel2022-04-241-0/+10
| * | Oops. textWind-11.[1-3] need plain update to make sure the widget is initiall...fvogel2022-04-241-7/+11
| * | Stabilize textWind-12.1. This test was observed once to error out (bad window...fvogel2022-04-241-0/+1
| * | In textWind.test, use the common proc updateWidgets instead of specific proc ...fvogel2022-04-241-120/+108
| * | Fix indentation in textWind.testfvogel2022-04-241-3/+3
| * | Stabilize textWind-3.[2-6] and -11.[1-3] tests for the EmbWinConfigure and Em...fvogel2022-04-241-20/+18
* | | Merge 8.6marc_culler2022-09-211-9/+5
|\ \ \
| * | | Fix [bfea11a916]: make XSync a no-op on Aqua (again).marc_culler2022-09-061-9/+5
| | |/ | |/|
* | | The previous commit [d49253fe] also fixes [61e0bb8aab]: Embedded windows in a...fvogel2022-07-201-14/+12
|\ \ \ | |/ /
| * | The previous commit [45843325] also fixes [61e0bb8aab]: Embedded windows in a...fvogel2022-07-201-14/+12
* | | merge core-8-6-branchfvogel2022-06-121-20/+22
|\ \ \ | |/ /
| * | Copy changes (by hand) from unstable_tests branch that make textWind-3.2, -3....fvogel2022-06-121-16/+16
| * | Cherrypick [fce98074] (Constrain textWind-3.2, -3.3, -3.4 and -3.5 with aquaK...fvogel2022-06-121-4/+6
| |/
* | Fix [54fe7a5e71]: crash with destroy and text widget embedded windows.fvogel2022-03-191-0/+18
|\ \ | |/
| * Add (currently crashing) test textWind-18.3 demonstrating [54fe7a5e71].fvogel2022-02-191-0/+18
* | Fix [1501749fff] - Crash on embedded window deletion bound to <Map> events.fvogel2022-01-311-1/+17
|\ \ | |/
| * Fix the first part of [1501749fff]. Now textWind-18.1 passes.fvogel2022-01-231-1/+1
| * Fix the second part of [1501749fff]. Now textWind-18.2 passes.fvogel2022-01-231-1/+1
| * Add some time in textWind-18.1 to make sure it crashes before the test is ove...fvogel2022-01-231-0/+1
| * Add (currently crashing) test textWind-18.2 dealing with the issue demonstrat...fvogel2022-01-231-0/+15
* | Fix [17f44d4a0b]: Some textWind tests fail sometimes at Github. This also inc...fvogel2022-01-091-104/+135
|\ \ | |/
| * Fix [17f44d4a0b]: Some textWind tests fail sometimes at Github. This also inc...fvogel2022-01-091-104/+135
| |\
| | * Ensure the window is destroyed before trying to recreate it.fvogel2022-01-081-1/+1
| | * Add many more explanations in textWind-17.10 since what's happening in this t...fvogel2022-01-081-12/+33
| | * At those places, a plain update is needed also on macOS.fvogel2022-01-051-6/+6
| | * At those places, a plain update is needed also on macOS.fvogel2022-01-041-4/+4
| | * Merge bug-40bc819140.fvogel2022-01-031-3/+1
| | |\
| | | * Remove constraint on textWind-10.7 so that it gets tested at Github CI.fvogel2022-01-031-3/+1
| | * | Merge bug-40bc819140.fvogel2022-01-031-1/+1
| | |\ \ | | | |/
| | | * Both update idletasks and a later update are needed to get the two error mess...fvogel2022-01-031-1/+1
| | * | At those places, a plain update is needed also on macOS.fvogel2022-01-031-7/+7
| | * | Propagate proc updateText from textDisp.test to textWind.test.fvogel2022-01-031-104/+104
| | * | Merge bug-40bc819140.fvogel2022-01-031-1/+13
| | |\ \ | | | |/