]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/varmod-gmtime.exp
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / varmod-gmtime.exp
1 mod-gmtime:
2 %Y
3 2020
4 %Y
5 localtime == localtime
6 mod-gmtime-indirect:
7 make: Invalid time value: ${:U1593536400}}
8
9 mtime=1593536400}
10 parse-errors:
11 make: Invalid time value: -1}.
12
13 : -1 becomes mtime=-1}.
14 make: Invalid time value:  1}.
15
16 : space 1 becomes mtime= 1}.
17 : 0 becomes ok.
18 : 1 becomes Thu Jan  1 00:00:01 1970.
19 : INT32_MAX becomes Tue Jan 19 03:14:07 2038.
20 : INT32_MAX + 1 becomes Tue Jan 19 03:14:08 2038.
21 make: Invalid time value: 10000000000000000000000000000000}.
22
23 : overflow becomes mtime=10000000000000000000000000000000}.
24 make: Invalid time value: error}.
25
26 : letter becomes mtime=error}.
27 exit status 0