summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/euptexdir/euptriptest.test
blob: d6a1239ded305312d265138f77136bd676dbfbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
#! /bin/sh -vx
# $Id$
# Copyright 2023 Japanese TeX Development Community <issue@texjp.org>
# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
# Copyright 2011-2014 Peter Breitenlohner <tex-live@tug.org>
# Copyright 2010 Hironori Kitagawa <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

W2CDir=${W2CDir:-..}
ExeExt=${ExeExt:-}
_euptex=$W2CDir/euptex$ExeExt
_pltotf=$W2CDir/pltotf$ExeExt
_tftopl=$W2CDir/tftopl$ExeExt
_dvitype=$W2CDir/dvitype$ExeExt

LC_ALL=C; export LC_ALL;  LANGUAGE=C; export LANGUAGE

testdir=$abs_srcdir/triptrap
etestdir=$abs_srcdir/etexdir/etrip
eptestdir=$abs_srcdir/eptexdir/eptrip
euptestdir=$abs_srcdir/euptexdir/euptrip

TEXMFCNF=$euptestdir; export TEXMFCNF

rm -rf euptripdir
mkdir euptripdir
cd euptripdir
mkdir -p a b

# TeX Live generic
cat >filter <<-\_EOF
	/^\*\* \&trip  trip/d
	/^\*\*entering extended mode/d
	s,^(trip\.tex ##,**(./trip.tex ##,
	s,^## (\./trip\.tex,**(./trip.tex ##,
	s/ (TeX Live 20[^)]*)//
	s/ (Web2C 202[3-9])//
	s/(preloaded format=.*tex)/(INITEX)/
	s/format=trip [^)][^)]*)/format=trip)/
	s/)  [0-9A-Z: ]*$/)/
	s,^(\./,(,
	s/[1-9][0-9]* strings out of [1-9].*/XX strings out of YYY/
	s/[1-9][0-9]* string characters out of [1-9].*/XXX string characters out of YYYY/
	s/sequences out of [1-9].*/sequences out of YYYY/
	s/[1-9] hyphenation exceptions* out of [1-9].*/X hyphenation exceptions out of YYY/
	s/[1-9][0-9]* strings of total length [1-9].*/XXXX strings of total length YYYYY/
	s/9 ops out of [1-9][0-9]*/9 ops out of YYY/
	s/TeX output ....\...\...:..../TeX output YYYY.MM.DD:hhmm/
	_EOF

# x86 glue rounding
cat >>filter <<-\_EOF
	s/ 16341\.999.*fil/ 16342.0fil/
	s/ 16238\.999.*fil/ 16239.0fil/
	s/ 16317\.999.*fil/ 16318.0fil/
	s/ 16330\.999.*fil/ 16331.0fil/
	s/ 16331\.999.*fil/ 16332.0fil/
	s/ 16343\.999.*fil/ 16344.0fil/
	s/ 9737\.587..fil/ 9737.58789fil/
	s/down4 639342.../down4 639342208/
	s/y4 2039217../y4 203921760/
	s/y0 2039217../y0 203921760/
	_EOF

# epTeX
cat >>filter <<-\_EOF
	s/This is .*TeX,/This is *TeX,/
	s/(utf8[^)]*) //
	s/ Version 3\.141592653[^(]*(/ Version 3.141592653* (/
	s/ before: [1-9][0-9][0-9][0-9]*&[1-9][0-9][0-9][0-9]*; / before: XXX\&YYY; /
	s/ after: [1-9][0-9][0-9][0-9]*&[1-9][0-9][0-9][0-9]*; / after: XXX\&YYY; /
	s/ still untouched: [1-9][0-9][0-9][0-9]*/ still untouched: XXX/
	_EOF
cat >filter1 <<-\_EOF
	:l
	N
	$!b l
	s/ inside a group at level 1).*bottom level/ inside a group at level 1)/
	_EOF

dvitype_args="-output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*'"

echo ">>> Running e-TRIP test for e-upTeX." >&2
echo ">>> See $euptestdir/euptrip.diffs for example of acceptable diffs." >&2

# upTeX outputs direction of boxes.
P_SED1='s/, yoko direction//;s/yoko direction, //'
P_SED2='s/yoko(math) direction, //'

is_OK=:

set -x

echo "*** TRIP test for e-upTeX in compatibility mode ***."

$_pltotf $testdir/trip.pl trip.tfm || exit 1

$_tftopl ./trip.tfm trip.pl || exit 1

diff $testdir/trip.pl trip.pl || is_OK=false

# get same filename in log
$LN_S $testdir/trip.tex .

rm -f trip.log
$_euptex --progname=eupinitex --ini <$testdir/trip1.in >cuptripin.fot
if test ! -s trip.fmt; then
  echo "*** trip.fmt not created by trip1.in, investigate!" >&2
  exit 1
fi
sed "$P_SED1" trip.log >  cuptripin.log || exit 1
diff $testdir/tripin.log cuptripin.log

# May as well test non-ini second time through.
rm -f trip.log
$_euptex --progname=euptex <$testdir/trip2.in >cuptrip.fot
sed "$P_SED1;$P_SED2" trip.log > cuptrip.log
#diff $testdir/trip.fot cuptrip.fot

# We use $DIFF instead of `diff' only for those files where there
# might actually be legitimate numerical differences.
$DIFF $DIFFFLAGS $testdir/trip.log cuptrip.log

mv tripos.tex cuptripos.tex
diff $testdir/tripos.tex cuptripos.tex

eval $_dvitype $dvitype_args trip.dvi >cuptrip.typ || exit 1
#$DIFF $DIFFFLAGS $testdir/trip.typ cuptrip.typ

for f in trip.fot trip.typ; do
  sed -f filter $testdir/$f >a/$f
  sed -f filter cup$f >b/$f
  diff a/$f b/$f || is_OK=false
done

mv trip.fmt ctrip.fmt

# =================================

echo "*** TRIP test for e-upTeX in extended mode ***."

rm -f trip.log
$_euptex --progname=eupinitex --ini <$etestdir/etrip1.in >xuptripin.fot
if test ! -s trip.fmt; then
  echo "*** trip.fmt not created by etrip1.in, investigate!" >&2
  exit 1
fi
sed "$P_SED1" trip.log >  xuptripin.log || exit 1
diff $testdir/tripin.log xuptripin.log

# May as well test non-ini second time through.
rm -f trip.log
$_euptex --progname=euptex <$etestdir/trip2.in >xuptrip.fot
sed "$P_SED1;$P_SED2" trip.log > xuptrip.log
#diff $testdir/trip.fot xuptrip.fot

# We use $DIFF instead of `diff' only for those files where there
# might actually be legitimate numerical differences.
$DIFF $DIFFFLAGS $testdir/trip.log xuptrip.log

mv tripos.tex xuptripos.tex
diff $testdir/tripos.tex xuptripos.tex

eval $_dvitype $dvitype_args trip.dvi >xuptrip.typ || exit 1
#$DIFF $DIFFFLAGS $testdir/trip.typ xuptrip.typ

for f in trip.fot trip.typ; do
  sed -f filter $testdir/$f >a/x$f
  sed -f filter xup$f | sed -f filter1 >b/x$f
  diff a/x$f b/x$f || is_OK=false
done

mv trip.fmt xtrip.fmt

# =================================

echo "*** e-TeX specific part of e-TRIP test for e-upTeX ***."

$_pltotf $etestdir/etrip.pl etrip.tfm || exit 1

$_tftopl ./etrip.tfm etrip.pl || exit 1

diff $etestdir/etrip.pl etrip.pl || is_OK=false

# get same filename in log
$LN_S $eptestdir/eptrip.tex etrip.tex

$_euptex --progname=eupinitex --ini <$etestdir/etrip2.in >euptripin.fot
if test ! -s etrip.fmt; then
  echo "*** etrip.fmt not created by etrip2.in, investigate!" >&2
  exit 1
fi
sed "$P_SED1" etrip.log > euptripin.log || exit 1
diff $etestdir/etripin.log euptripin.log

# May as well test non-ini second time through.
$_euptex --progname=euptex <$etestdir/etrip3.in >euptrip.fot
sed "$P_SED1;$P_SED2" etrip.log > euptrip.log
#diff $etestdir/etrip.fot euptrip.fot

# We use $DIFF instead of `diff' only for those files where there
# might actually be legitimate numerical differences.
$DIFF $DIFFFLAGS $eptestdir/eptrip.log euptrip.log

mv etrip.out euptrip.out
diff $etestdir/etrip.out euptrip.out

eval $_dvitype $dvitype_args etrip.dvi >euptrip.typ || exit 1
#$DIFF $DIFFFLAGS $etestdir/etrip.typ euptrip.typ

for f in trip.fot trip.typ; do
  sed -f filter $etestdir/e$f >a/e$f
  sed -f filter eup$f >b/e$f
  diff a/e$f b/e$f || is_OK=false
done

$is_OK || {
  echo ">>> There were some errors." >&2
  exit 1
}