Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.5 | jan.nijtmans | 2021-07-20 | 1 | -1/+4 |
|\ | |||||
| * | (redo) start to use msys2 shell: If the right tools are installed, it works | jan.nijtmans | 2021-07-20 | 1 | -1/+4 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-07-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Undo part of previous commit: msys2 shell behaves different from bash | jan.nijtmans | 2021-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-07-16 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | Use msys2 shell in msys environment | jan.nijtmans | 2021-07-16 | 1 | -4/+3 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-07-16 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Install Msys2 the same way as Tcl does | jan.nijtmans | 2021-07-16 | 1 | -2/+2 |
| | | |||||
| * | Test Tk 8.5 on MacOS with XQuarz only | jan.nijtmans | 2021-05-26 | 1 | -20/+10 |
| | | |||||
| * | Cherrypick [9d22c7e3] and adapt it to core-8-5-branch. | fvogel | 2021-05-25 | 1 | -8/+16 |
| | | |||||
* | | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. | jan.nijtmans | 2021-06-21 | 2 | -0/+6 |
| | | | | | | Change many url's from http:// to https:// | ||||
* | | Add running of the test suite (deployment and development targets) for the ↵ | fvogel | 2021-05-24 | 1 | -0/+9 |
| | | | | | | | | xcode job | ||||
* | | Revert the logic of grepping in the output file because we need an exit code ↵ | fvogel | 2021-05-24 | 1 | -4/+13 |
| | | | | | | | | of 0 for grep. As a consequence we need to grep separately in each (classic and ttk) output file. Finally restore proper killing of xvfb. | ||||
* | | Only install X11 (Xquartz) when required. Fix the test checking this. | fvogel | 2021-05-24 | 1 | -5/+4 |
| | | |||||
* | | Ditto | fvogel | 2021-05-24 | 1 | -1/+1 |
| | | |||||
* | | According to GitHub Actions documentation ( ↵ | fvogel | 2021-05-24 | 1 | -1/+1 |
| | | | | | | | | https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on ), the correct runner for macOs Big Sur is macos-11, not macos-11.0. Follow the doc, even if it was working with macos-11.0 | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-05-22 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Merge mac_workflow branch | jan.nijtmans | 2021-05-22 | 1 | -3/+2 |
| |\ | |||||
| | * | merge core-8-6-branch | fvogel | 2021-05-21 | 1 | -2/+2 |
| | |\ | |_|/ |/| | | |||||
* | | | unofficial -> snapshot | jan.nijtmans | 2021-04-29 | 1 | -2/+2 |
| | | | |||||
| | * | Previous commit shows a segfault in wm.test. Narrow down at which test this ↵ | fvogel | 2021-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | happens. | ||||
| | * | Theory: kill $XVFB_PID returns 1 because xvfb is no longer alive. Actually ↵ | fvogel | 2021-05-11 | 1 | -1/+0 |
| | | | | | | | | | | | | we should not need to kill xvfb when process exits: line ( runXvfb :0; make test-classic test-ttk; exit $? ) should be enough. | ||||
| | * | Force kill exit code to be zero, and make error message more specific. | fvogel | 2021-05-11 | 1 | -2/+2 |
| | | | |||||
| | * | Oops. | fvogel | 2021-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Hmmm... the exit code should probably rather be forced after the xvfb ↵ | fvogel | 2021-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | killing. But let's first propagate the exit code from make test to the end of xvfb kill (see man kill: 'The value of $? after the trap action completes shall be the value it had before trap was invoked.') | ||||
| | * | Try forcing exit code to be zero (grepping for 'Failed [1-9] could be good ↵ | fvogel | 2021-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | enough). | ||||
| | * | Not sure we need to explicitely exit $? . Try without. | fvogel | 2021-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Apply recommendation from the XQuartz (xvfb) guys ↵ | fvogel | 2021-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | [https://github.com/XQuartz/XQuartz/issues/162#issuecomment-833215208] | ||||
| | * | Previous commit results in 'Error: Cask 'xquartz@2.7' is unavailable: No ↵ | fvogel | 2021-05-03 | 1 | -3/+2 |
| | | | | | | | | | | | | Cask with this name exists.'. Forget about this way, then. | ||||
| | * | ... and in the process remove previous failing tries. | fvogel | 2021-05-02 | 1 | -3/+1 |
| | | | |||||
| | * | Try searching what versions are available, and install version 2.7 of XQuartz... | fvogel | 2021-05-02 | 1 | -1/+2 |
| | | | |||||
| | * | Add debug output. | fvogel | 2021-04-28 | 1 | -2/+2 |
| | | | |||||
| | * | Another try | fvogel | 2021-04-27 | 1 | -1/+3 |
| | | | |||||
| | * | Last commit was a progress, the error message is no longer the same. Now try ↵ | fvogel | 2021-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | a different display ID. | ||||
| | * | Try -nolisten unix when launching xvfb in the hope the tests will run on ↵ | fvogel | 2021-04-25 | 1 | -1/+1 |
| |/ |/| | | | | | macOS with clang. | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-03-15 | 1 | -2/+0 |
|\ \ | |/ | |||||
* | | Mark more testcases with failsOnXQuarz | jan.nijtmans | 2021-03-08 | 1 | -6/+2 |
|\ \ | |/ | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-01-21 | 1 | -4/+3 |
|\ \ | |||||
* \ \ | Merge 8.5. Add .travis.yml and .github/workflows/*.yml to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -2/+2 |
|\ \ \ | |||||
* | | | | On github actions, make build fail if any testcases fails. Mark 2 failing ↵ | jan.nijtmans | 2020-12-10 | 2 | -13/+13 |
| | | | | | | | | | | | | | | | | testcases | ||||
* | | | | Attempt to fix winDialog-5.12.7 | jan.nijtmans | 2020-11-27 | 1 | -0/+1 |
| | | | | |||||
* | | | | Fix main-3.1 in Mac environment. job label changes. Don't run testcases in ↵ | jan.nijtmans | 2020-11-26 | 2 | -18/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | Xcode environment, as they hang | ||||
* | | | | | Environment variable $TEST_INSTALL_DIR doesn't work this way, if it contains ↵ | jan.nijtmans | 2020-11-24 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | a space | ||||
* | | | | | Merge 8.5 | jan.nijtmans | 2020-11-24 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
* | | | | | | Fix "make install" on Cygwin. Build github actions on ↵ | jan.nijtmans | 2020-11-23 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | windows-2019/macos-11.0 explicitly. | ||||
* | | | | | | On github actions, build Tk 8.6 with Tcl 8.6 | jan.nijtmans | 2020-11-23 | 3 | -5/+5 |
|\ \ \ \ \ \ | |||||
| | | | | | * | Mark more testcases with failsOnQuarz | jan.nijtmans | 2021-03-08 | 1 | -6/+2 |
| | | | | | | | |||||
| | | | | | * | mac build with --enable-corefoundation. Use "sudo" when installing | jan.nijtmans | 2021-03-05 | 1 | -2/+2 |
| | | | | | | | |||||
| | | | | | * | Attempt to make more ttk testcases pass on github actions, by backporting ↵ | jan.nijtmans | 2021-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | some textual changes from 8.6 | ||||
| | | | | | * | Mark testcases which fail on XQuarz | jan.nijtmans | 2021-01-22 | 1 | -2/+2 |
| | | | | |/ |