diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2021-12-17 21:45:54 +0100 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-12-30 08:11:19 -0300 |
commit | ebe899af0dc3215159a9c896ac6f35b72a18cb6e (patch) | |
tree | 2b267b83442df38b28a2afd1361698c8b1e527bf /timezone/testdata | |
parent | c36f64aa6dff13b12a1e03a185e75a50fa9f6a4c (diff) | |
download | glibc-ebe899af0dc3215159a9c896ac6f35b72a18cb6e.zip glibc-ebe899af0dc3215159a9c896ac6f35b72a18cb6e.tar.gz glibc-ebe899af0dc3215159a9c896ac6f35b72a18cb6e.tar.bz2 |
timezone: test-case for BZ #28707
This test-case is the tzfile for Asuncion generated by
tzlib-2021e as follows, using the tzlib-2021e zic: "zic -d
DEST -r @1546300800 -L /dev/null -b slim
SOURCE/southamerica". Note that in its type 2 header, it
has two entries in its "time-types" array (types), but only
one entry in its "transition types" array (type_idxs).
* timezone/Makefile, timezone/tst-pr28707.c,
timezone/testdata/gen-XT5.sh: New test.
Co-authored-by: Christopher Wong <Christopher.Wong@axis.com>
Diffstat (limited to 'timezone/testdata')
-rwxr-xr-x | timezone/testdata/gen-XT5.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/timezone/testdata/gen-XT5.sh b/timezone/testdata/gen-XT5.sh new file mode 100755 index 0000000..3cea056 --- /dev/null +++ b/timezone/testdata/gen-XT5.sh @@ -0,0 +1,16 @@ +#! /bin/sh + +# This test-case is the tzfile for America/Asuncion +# generated by tzlib-2021e as follows, using the tzlib-2021e +# zic: "zic -d DEST -r @1546300800 -L /dev/null -b slim +# SOURCE/southamerica". Note that in its type 2 header, it +# has two entries in its "time-types" array (types), but +# only one entry in its "transition types" array +# (type_idxs). + +printf \ +'TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0'\ +'\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0TZif2\0\0\0\0\0\0\0\0'\ +'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0\b\0'\ +'\0\0\0\*\255\200\1\0\0\0\0\0\0\377\377\325\320\1\4-00\0-03\0\n'\ +'<-04>4<-03>,M10.1.0/0,M3.4.0/0\n' |