Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1139168

Browse files
committed
Tweak resultmap documentation, add to README too.
1 parent0e9ba44 commit1139168

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.13 2000/11/21 23:40:27 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.14 2000/11/22 00:58:47 tgl Exp $ -->
22

33
<chapter id="regress">
44
<title id="regress-title">Regression Tests</title>
@@ -289,13 +289,14 @@ diff results/random.out expected/random.out
289289
<para>
290290
Each line in the mapping file is of the form
291291
<synopsis>
292-
testname/platformnamepattern=comparisonfilename
292+
testname/platformpattern=comparisonfilename
293293
</synopsis>
294294
The test name is just the name of the particular regression test
295-
module. The platform name pattern is a pattern in the style of
296-
expr(1) (that is, a regular expression with an implicit ^ anchor
295+
module. The platform pattern is a pattern in the style of
296+
expr(1) (that is, a regular expression with an implicit
297+
<literal>^</literal> anchor
297298
at the start). It is matched against the platform name as printed
298-
by <filename>config.guess</filename>with an appended
299+
by <filename>config.guess</filename>followed by
299300
<literal>:gcc</literal> or <literal>:cc</literal>, depending on
300301
whether you use the GNU compiler or the system's native compiler
301302
(on systems where there is a difference). The comparison file

‎src/test/regress/README

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,16 @@ mapping file, which is "resultmap".
193193

194194
Each line in the mapping file is of the form
195195

196-
testname/platformnamepattern=comparisonfilename
196+
testname/platformpattern=comparisonfilename
197197

198198
The test name is just the name of the particular regression test
199-
module. The platform name pattern is a pattern in the style of expr(1)
200-
(that is, a regular expression with an implicit ^ anchor at the
201-
start). It is matched against the platform name as printed by
202-
config.guess. The comparison file name is the name of the substitute
203-
result comparison file.
199+
module. The platform pattern is a pattern in the style of expr(1)
200+
(that is, a regular expression with an implicit ^ anchor at the start).
201+
It is matched against the platform name as printed by config.guess
202+
followed by ":gcc" or ":cc", depending on whether you use the GNU compiler
203+
or the system's native compiler (on systems where there is a difference).
204+
The comparison file name is the name of the substitute result comparison
205+
file.
204206

205207
For example: the int2 regress test includes a deliberate entry of a
206208
value that is too large to fit in int2. The specific error message

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp