]> git.pld-linux.org Git - packages/tcl.git/blame - tests.patch
Up to 8.6.12.
[packages/tcl.git] / tests.patch
CommitLineData
8b398fb5
AM
1--- tcl8.6.12/tests/cmdAH.test~ 2021-10-29 19:08:08.000000000 +0200
2+++ tcl8.6.12/tests/cmdAH.test 2021-11-11 14:25:49.036254905 +0100
3@@ -1294,22 +1294,6 @@ test cmdAH-24.14.1 {
4 file mtime [file join [temporaryDirectory] CON.txt]
5 } -match regexp -result {could not (?:get modification time|read)} -returnCodes error
6
7-# 3155760000 is 64-bit unix time, Wed Jan 01 00:00:00 GMT 2070:
8-test cmdAH-24.20.1 {Tcl_FileObjCmd: atime 64-bit time_t, bug [4718b41c56]} -constraints {time64bit} -setup {
9- set filename [makeFile "" foo.text]
10-} -body {
11- list [file atime $filename 3155760000] [file atime $filename]
12-} -cleanup {
13- removeFile $filename
14-} -result {3155760000 3155760000}
15-test cmdAH-24.20.2 {Tcl_FileObjCmd: mtime 64-bit time_t, bug [4718b41c56]} -constraints {time64bit} -setup {
16- set filename [makeFile "" foo.text]
17-} -body {
18- list [file mtime $filename 3155760000] [file mtime $filename]
19-} -cleanup {
20- file delete -force $filename
21-} -result {3155760000 3155760000}
22-
23 # owned
24 test cmdAH-25.1 {Tcl_FileObjCmd: owned} -returnCodes error -body {
25 file owned a b
This page took 0.960637 seconds and 4 git commands to generate.