Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
11391685
Commit
11391685
authored
Nov 22, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak resultmap documentation, add to README too.
parent
0e9ba445
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
11 deletions
+14
-11
doc/src/sgml/regress.sgml
doc/src/sgml/regress.sgml
+6
-5
src/test/regress/README
src/test/regress/README
+8
-6
No files found.
doc/src/sgml/regress.sgml
View file @
11391685
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.1
3 2000/11/21 23:40:27 petere
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.1
4 2000/11/22 00:58:47 tgl
Exp $ -->
<chapter id="regress">
<title id="regress-title">Regression Tests</title>
...
...
@@ -289,13 +289,14 @@ diff results/random.out expected/random.out
<para>
Each line in the mapping file is of the form
<synopsis>
testname/platform
name
pattern=comparisonfilename
testname/platformpattern=comparisonfilename
</synopsis>
The test name is just the name of the particular regression test
module. The platform name pattern is a pattern in the style of
expr(1) (that is, a regular expression with an implicit ^ anchor
module. The platform pattern is a pattern in the style of
expr(1) (that is, a regular expression with an implicit
<literal>^</literal> anchor
at the start). It is matched against the platform name as printed
by <filename>config.guess</filename>
with an appended
by <filename>config.guess</filename>
followed by
<literal>:gcc</literal> or <literal>:cc</literal>, depending on
whether you use the GNU compiler or the system's native compiler
(on systems where there is a difference). The comparison file
...
...
src/test/regress/README
View file @
11391685
...
...
@@ -193,14 +193,16 @@ mapping file, which is "resultmap".
Each line in the mapping file is of the form
testname/platform
name
pattern=comparisonfilename
testname/platformpattern=comparisonfilename
The test name is just the name of the particular regression test
module. The platform name pattern is a pattern in the style of expr(1)
(that is, a regular expression with an implicit ^ anchor at the
start). It is matched against the platform name as printed by
config.guess. The comparison file name is the name of the substitute
result comparison file.
module. The platform pattern is a pattern in the style of expr(1)
(that is, a regular expression with an implicit ^ anchor at the start).
It is matched against the platform name as printed by config.guess
followed by ":gcc" or ":cc", depending on whether you use the GNU compiler
or the system's native compiler (on systems where there is a difference).
The comparison file name is the name of the substitute result comparison
file.
For example: the int2 regress test includes a deliberate entry of a
value that is too large to fit in int2. The specific error message
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment