summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-09-211-3/+3
|\
| * Fix testcase for [00655c867e] (making it independent from timezone)jan.nijtmans2023-09-211-3/+3
| |
* | Merge 8.6jan.nijtmans2023-09-151-0/+14
|\ \ | |/
| * Fix [00655c867e]: ClockGetdatefieldsObjCmd(): avoid signed integer overflow ↵jan.nijtmans2023-09-141-0/+14
| | | | | | | | and platform-dependent behavior
* | Merge 8.6pointsman2023-06-041-2/+1
|\ \ | |/
| * Fixed a new test added by [72f78b60851]. The test as it was repeated just ↵pointsman2023-06-041-2/+1
| | | | | | | | the previous one. Now it shows what was fixed. Removed development comment.
* | Merge 8.6jan.nijtmans2023-06-031-0/+18
|\ \ | |/
| * Proposed fix for [af3ebc5fafe0].pointsman2023-05-221-0/+18
| |
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-11/+11
| | | | | | | | (UTF-8) character.
* | Merge 8.6jan.nijtmans2021-01-281-4/+4
|\ \ | |/
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-1/+1
| | | | | | | | whenever reasonable.
* | Merge 8.6jan.nijtmans2020-10-301-3/+3
|\ \ | |/
| * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-3/+3
| |
* | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
| |
* | Merge 8.6jan.nijtmans2020-07-111-4/+4
|\ \ | |/
| * Fix 4 test-cases, which fail when running from the western hemispherejan.nijtmans2020-07-111-4/+4
| |
* | Merge 8.6jan.nijtmans2020-07-101-37/+64
|\ \ | |/
| * Fix test-cases clock-34.65 and clock-34.66, they seem to be affected by ↵jan.nijtmans2020-07-101-4/+4
| | | | | | | | summertime
| * Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize ↵jan.nijtmans2020-07-091-37/+64
| | | | | | | | positive time zone offset like "31 Jan 14 23:59:59 +0100"
* | Merge 8.6jan.nijtmans2020-07-091-0/+24
|\ \ | |/
| * clock-iso-2.patchjan.nijtmans2020-05-271-0/+16
| |
| * Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp ↵jan.nijtmans2020-05-271-2/+10
| | | | | | | | | | with literal T behaves strange (I like it!)
* | Merge 8.6jan.nijtmans2020-05-131-0/+18
|\ \ | |/
| * merge 8.5sebres2020-05-131-0/+18
| |\
| | * clock.test: more tests for negative month offsets over threshold of a year ↵sebres2020-05-131-0/+18
| | | | | | | | | | | | (important for C-implementation like clock-speedup branch, see https://github.com/sebres/tclclockmod/issues/20#issuecomment-627704993)
* | | Some eol whitespace eliminationsjan.nijtmans2020-01-071-2/+2
| | |
* | | remove unneeded import (for >= 8.7)sebres2019-12-091-4/+0
|/ /
* | merge 8.5 (timing issue avoidance, skip test in runtime feature)sebres2019-12-091-41/+54
|\ \ | |/
| * rewrite of [dff608952b]: skip tests if there is really a timing issue (and ↵sebres2019-12-061-17/+36
| | | | | | | | implements new feature ::tcltest::Skip which allows conditionally skipping of tests at runtime)
| * Exclude some test-cases with possible timing problems on Windows. Double ;; ↵jan.nijtmans2019-12-061-4/+5
| | | | | | | | in generic/tclTimer.c
| * (cherry-pick from8.6): Japanese Reiwa (令和) erajan.nijtmans2019-05-071-10/+12
| |
* | Japanese Reiwa (令和) eraKevin B Kenny2019-05-041-10/+12
| |
* | clock.test: resolve sporadic timing issues - "after 10" could cause pause ↵sebres2018-12-291-26/+30
| | | | | | | | >120ms on some platforms (especially on heavily loaded systems), so used average value of 5 measured intervals and real retrieved time as reference point
* | Tracking down test failuresdkf2018-11-101-19/+23
| |
* | Historical change affecting tests: Detroit did not observe Daylight Saving ↵Kevin B Kenny2017-10-241-24/+3
|\ \ | |/ | | | | Time in 1967
| * Historical change affecting tests: Detroit did not observe Daylight Saving ↵Kevin B Kenny2017-10-241-24/+3
| | | | | | | | Time in 1967
* | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other ↵jan.nijtmans2017-06-071-40/+40
| | | | | | | | simplifications/optimizations. No functional change.
* | Fix clock test-cases: Make test clock-67.5 time zone independent - execution ↵sebres2017-01-091-2/+2
| | | | | | | | fails in the time zones below gmt
* | Make test clock-67.4 time zone independent. Bug [4a0c163d24]oehhar2015-10-231-3/+3
| |
* | Change "clock scan/format -format %x -locale current" output on msgcat ↵oehhar2015-10-231-0/+26
|\ \ | | | | | | | | | locale change. Bug [4a0c163d24]
| * | New test for clock scan, test numbering correctedoehhar2015-10-231-6/+19
| | |
| * | Change "clock format -format %x -locale current" output on msgcat locale ↵oehhar2015-10-211-0/+13
|/ / | | | | | | change [4a0c163d24]
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-6/+6
| |
* | [d19a30db57] More testing.dgp2014-04-161-0/+4
|\ \ | |/
| * Repair new test so all parts will be effective.dgp2014-04-161-0/+3
| |
| * Test for [d19a30db57] extendedsebres2014-04-161-0/+1
| |