CSV arm check failure - Mailing list pgsql-hackers

From Jim Buttafuoco
Subject CSV arm check failure
Date
Msg-id 20050104180153.M87752@contactbda.com
Whole thread Raw
Responses Re: CSV arm check failure  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
ARM platform fails the "point" test see below.


parallel group (13 tests):  text name char boolean varchar oid int8 int2 float4 int4 float8 bit numeric    boolean
       ... ok    char                 ... ok    name                 ... ok    varchar              ... ok    text
          ... ok    int2                 ... ok    int4                 ... ok    int8                 ... ok    oid
             ... ok    float4               ... ok    float8               ... ok    bit                  ... ok
numeric             ... ok
 
test strings              ... ok
test numerology           ... ok
parallel group (20 tests):  lseg point box path circle polygon time timetz comments reltime interval tinterval abstime

inet date timestamp timestamptz type_sanity oidjoins opr_sanity    point                ... FAILED    lseg
  ... ok    box                  ... ok    path                 ... ok    polygon              ... ok    circle
     ... ok    date                 ... ok    time                 ... ok    timetz               ... ok    timestamp
        ... ok    timestamptz          ... ok    interval             ... ok    abstime              ... ok    reltime
           ... ok    tinterval            ... ok    inet                 ... ok    comments             ... ok
oidjoins            ... ok    type_sanity          ... ok    opr_sanity           ... ok
 
test geometry             ... ok
test horology             ... ok
test insert               ... ok
test create_function_1    ... ok
test create_type          ... ok
test create_table         ... ok
test create_function_2    ... ok
test copy                 ... ok
parallel group (7 tests):  create_aggregate create_operator triggers vacuum constraints inherit create_misc
constraints         ... ok    triggers             ... ok    create_misc          ... ok    create_aggregate     ... ok
  create_operator      ... ok    inherit              ... ok    vacuum               ... ok
 
parallel group (2 tests):  create_view create_index    create_index         ... ok    create_view          ... ok
test sanity_check         ... ok
test errors               ... ok
test select               ... ok
parallel group (18 tests):  select_distinct_on select_into select_having update select_distinct case select_implicit 
union namespace random aggregates hash_index arrays transactions btree_index portals join subselect    select_into
   ... ok    select_distinct      ... ok    select_distinct_on   ... ok    select_implicit      ... ok    select_having
      ... ok    subselect            ... ok    union                ... ok    case                 ... ok    join
         ... ok    aggregates           ... ok    transactions         ... ok    random               ... ok    portals
            ... ok    arrays               ... ok    btree_index          ... ok    hash_index           ... ok
update              ... ok    namespace            ... ok
 
test privileges           ... ok
test misc                 ... ok
parallel group (5 tests):  portals_p2 cluster rules foreign_key select_views    select_views         ... ok
portals_p2          ... ok    rules                ... ok    foreign_key          ... ok    cluster              ...
ok
parallel group (14 tests):  truncate sequence limit temp copy2 prepare polymorphism conversion domain rowtypes 
rangefuncs without_oid plpgsql alter_table    limit                ... ok    plpgsql              ... ok    copy2
        ... ok    temp                 ... ok    domain               ... ok    rangefuncs           ... ok    prepare
           ... ok    without_oid          ... ok    conversion           ... ok    truncate             ... ok
alter_table         ... ok    sequence             ... ok    polymorphism         ... ok    rowtypes             ...
ok
test stats                ... ok
test tablespace           ... ok
*** ./expected/point.out    Tue Jan  4 10:55:16 2005
--- ./results/point.out    Tue Jan  4 12:40:50 2005
***************
*** 101,107 ****      | (-3,4)     |                5      | (-10,0)    |               10      | (-5,-12)   |
    13
 
!      | (10,10)    |  14.142135623731      | (5.1,34.5) | 34.8749193547455 (6 rows)

--- 101,107 ----      | (-3,4)     |                5      | (-10,0)    |               10      | (-5,-12)   |
    13
 
!      | (10,10)    | 14.1421356237309      | (5.1,34.5) | 34.8749193547455 (6 rows)

***************
*** 127,134 ****            | (-5,-12)   | (-10,0)    |               13            | (-5,-12)   | (0,0)      |
     13            | (0,0)      | (-5,-12)   |               13
 
!            | (0,0)      | (10,10)    |  14.142135623731
!            | (10,10)    | (0,0)      |  14.142135623731            | (-3,4)     | (10,10)    | 14.3178210632764
    | (10,10)    | (-3,4)     | 14.3178210632764            | (-5,-12)   | (-3,4)     | 16.1245154965971
 
--- 127,134 ----            | (-5,-12)   | (-10,0)    |               13            | (-5,-12)   | (0,0)      |
     13            | (0,0)      | (-5,-12)   |               13
 
!            | (0,0)      | (10,10)    | 14.1421356237309
!            | (10,10)    | (0,0)      | 14.1421356237309            | (-3,4)     | (10,10)    | 14.3178210632764
    | (10,10)    | (-3,4)     | 14.3178210632764            | (-5,-12)   | (-3,4)     | 16.1245154965971
 
***************
*** 198,204 ****          | (-10,0)    | (0,0)      |               10          | (-10,0)    | (-5,-12)   |
 13          | (-5,-12)   | (0,0)      |               13
 
!          | (0,0)      | (10,10)    |  14.142135623731          | (-3,4)     | (10,10)    | 14.3178210632764
|(-5,-12)   | (-3,4)     | 16.1245154965971          | (-10,0)    | (10,10)    | 22.3606797749979
 
--- 198,204 ----          | (-10,0)    | (0,0)      |               10          | (-10,0)    | (-5,-12)   |
 13          | (-5,-12)   | (0,0)      |               13
 
!          | (0,0)      | (10,10)    | 14.1421356237309          | (-3,4)     | (10,10)    | 14.3178210632764
|(-5,-12)   | (-3,4)     | 16.1245154965971          | (-10,0)    | (10,10)    | 22.3606797749979
 

======================================================================


pgsql-hackers by date:

Previous
From: "Jim Buttafuoco"
Date:
Subject: Re: [ANNOUNCE] PostgreSQL 8.0.0 Release Candidate 3
Next
From: Josh Berkus
Date:
Subject: Need theory/comprehension help on Multi-Column indexes