Tweak resultmap documentation, add to README too.
authorTom Lane
Wed, 22 Nov 2000 00:58:47 +0000 (00:58 +0000)
committerTom Lane
Wed, 22 Nov 2000 00:58:47 +0000 (00:58 +0000)
doc/src/sgml/regress.sgml
src/test/regress/README

index 239250ae848fb2df91933ea254ded4856e1571f5..3f3d16f97c18b3ef253c0942d4d473b52464e919 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Regression Tests
@@ -289,13 +289,14 @@ diff results/random.out expected/random.out
    
     Each line in the mapping file is of the form
 
-testname/platformnamepattern=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
+    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 with an appended
+    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
index ced6bb972540e3e75854075fd3ed065ca31b09ee..7cfe65b2e55c68b01b0e2b493ddd0bdd16a8f438 100644 (file)
@@ -193,14 +193,16 @@ mapping file, which is "resultmap".
 
 Each line in the mapping file is of the form
 
-    testname/platformnamepattern=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