bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] [OpenCOBOL 0.32] data-rep: 1 2 3 4 5 6 10 failed


From: Jan Gerrit Kootstra
Subject: [open-cobol-list] [OpenCOBOL 0.32] data-rep: 1 2 3 4 5 6 10 failed
Date: Mon, 12 Jun 2006 07:10:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2

Dear OpenCobol team,


When compiling opencobol on a dual Intel Xeon EMT64 machine the make
stage seems to go without errors.

The make check fails for several test, results are put in the textfile
failed-make-test.txt.

Does this mean that the opencobol compiler will not work or should I
dought the program results?


Kind regards,


Jan Gerrit Kootstra

make  check-recursive
make[1]: Entering directory `/tools/cobol/open-cobol-0.32'
Making check in lib
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/lib'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/lib'
Making check in libcob
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/libcob'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/libcob'
Making check in cobc
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/cobc'
make  check-am
make[3]: Entering directory `/tools/cobol/open-cobol-0.32/cobc'
make[3]: Niets te doen voor `check-am'.
make[3]: Leaving directory `/tools/cobol/open-cobol-0.32/cobc'
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/cobc'
Making check in bin
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/bin'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/bin'
Making check in po
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/po'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/po'
Making check in texi
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/texi'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/texi'
Making check in config
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/config'
make[2]: Niets te doen voor `check'.
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/config'
Making check in tests
make[2]: Entering directory `/tools/cobol/open-cobol-0.32/tests'
Making check in cobol85
make[3]: Entering directory `/tools/cobol/open-cobol-0.32/tests/cobol85'
make[3]: Niets te doen voor `check'.
make[3]: Leaving directory `/tools/cobol/open-cobol-0.32/tests/cobol85'
make[3]: Entering directory `/tools/cobol/open-cobol-0.32/tests'
make  check-TESTS
make[4]: Entering directory `/tools/cobol/open-cobol-0.32/tests'
## ---------------------------------------- ##
## OpenCOBOL 0.32 test suite: Syntax Tests. ##
## ---------------------------------------- ##
  1: COPY: file not found                         ok
  2: COPY: replacement order                      ok
  3: COPY: separators                             ok
  4: COPY: partial replacement                    ok
  5: COPY: recursive replacement                  ok
  6: Undefined data name                          ok
  7: Undefined group name                         ok
  8: Undefined data name in group                 ok
  9: Reference not a group name                   ok
 10: Incomplete 01 definition                     ok
 11: Same labels in different sections            ok
 12: Redefinition of 01 items                     ok
 13: Redefinition of 01 and 02 items              ok
 14: Redefinition of 02 items                     ok
 15: Redefinition of 77 items                     ok
 16: Redefinition of 01 and 77 items              ok
 17: Redefinition of 88 items                     ok
 18: Ambiguous reference to 02 items              ok
 19: Ambiguous reference to 02 and 03 items       ok
 20: Ambigous reference with qualification        ok
 21: Unique reference with ambiguous qualifiers   ok
 22: Undefined procedure name                     ok
 23: Redefinition of section names                ok
 24: Redefinition of section and paragraph names  ok
 25: Redefinition of paragraph names              ok
 26: Ambiguous reference to paragraph name        ok
 27: Ambiguous AND/OR                             ok
 28: Subscripted item requires OCCURS clause      ok
 29: The number of subscripts                     ok
 30: OCCURS with level 01, 66, 77, and 88         ok
 31: OCCURS with variable-occurrence data item    ok
 32: Nested OCCURS clause                         ok
 33: OCCURS DEPENDING followed by another field   ok
 34: REDEFINES: not following entry-name          ok
 35: REDEFINES: level 02 by 01                    ok
 36: REDEFINES: level 03 by 02                    ok
 37: REDEFINES: level 66                          ok
 38: REDEFINES: level 88                          ok
 39: REDEFINES: lower level number                ok
 40: REDEFINES: with OCCURS                       ok
 41: REDEFINES: with subscript                    ok
 42: REDEFINES: with variable occurrence          ok
 43: REDEFINES: with qualification                ok
 44: REDEFINES: multiple redefinition             ok
 45: REDEFINES: size exceeds                      ok
 46: REDEFINES: with VALUE                        ok
 47: REDEFINES: with intervention                 ok
 48: REDEFINES: within REDEFINES                  ok
 49: Numeric item (integer)                       ok
 50: Numeric item (non-integer)                   ok
 51: Numeric item with picture P                  ok
 52: Signed numeric literal                       ok
 53: Alphabetic item                              ok
 54: Alphanumeric item                            ok
 55: Alphanumeric group item                      ok
 56: Numeric-edited item                          ok
 57: Alphanumeric-edited item                     ok
 58: MOVE SPACE TO numeric or numeric-edited item ok
 59: MOVE ZERO TO alphabetic item                 ok
 60: MOVE alphabetic TO x                         ok
 61: MOVE alphanumeric TO x                       ok
 62: MOVE alphanumeric-edited TO x                ok
 63: MOVE numeric (integer) TO x                  ok
 64: MOVE numeric (non-integer) TO x              ok
 65: MOVE numeric-edited TO x                     ok
 66: Operands must be groups                      ok
 67: MOVE: misc                                   ok
 68: Category check of Format 1                   ok
 69: Category check of Format 2                   ok
 70: Category check of literals                   ok
 71: SET: misc                                    ok

## ------------- ##
## Test results. ##
## ------------- ##

All 71 tests were successful.
PASS: ./syntax
## ------------------------------------- ##
## OpenCOBOL 0.32 test suite: Run Tests. ##
## ------------------------------------- ##
  1: DISPLAY literals                             ok
  2: DISPLAY literals, Decimal Point is COMMA     ok
  3: Hexadecimal literal                          FAILED (fundamental.at:90)
  4: DISPLAY data items with VALUE clause         ok
  5: DISPLAY data items with MOVE statement       ok
  6: non-numeric subscript                        ok
  7: The range of subscripts                      ok
  8: Subscript out of bounds (1)                  ok
  9: Subscript out of bounds (2)                  ok
 10: Value of DEPENDING ON N out of bounds (lower)ok
 11: Value of DEPENDING ON N out of bounds (upper)ok
 12: Subscript bounds with ODO (lower)            ok
 13: Subscript bounds with ODO (upper)            ok
 14: Subscript bounds with ODO                    ok
 15: Subscript by arithmetic expression           ok
 16: Separate sign positions                      ok
 17: Static reference modification                ok
 18: Dynamic reference modification               ok
 19: Static out of bounds                         ok
 20: Offset underflow                             ok
 21: Offset overflow                              ok
 22: Length underflow                             ok
 23: Length overflow                              ok
 24: ACCEPT                                       ok
 25: INITIALIZE group entry with OCCURS           ok
 26: INITIALIZE OCCURS with numeric edited        ok
 27: INITIALIZE complex group                     ok
 28: INITIALIZE complex group                     ok
 29: INITIALIZE with REDEFINES                    ok
 30: Source file not found                        ok
 31: Comma separator without space                ok
 32: LOCAL-STORAGE                                ok
 33: EXTERNAL data item                           ok
 34: EXTERNAL AS data item                        ok
 35: cobcrun validation                           ok
 36: MOVE to itself                               ok
 37: MOVE with refmod                             ok
 38: MOVE with refmod                             ok
 39: MOVE with group refmod                       ok
 40: MOVE indexes                                 ok
 41: MOVE X'00'                                   FAILED (misc.at:316)
 42: Level 01 subscripts                          ok
 43: Class check with reference modification      ok
 44: Index and parenthesized expression           ok
 45: Alphanumeric and binary numeric              ok
 46: Dynamic call with static linking             ok
 47: CALL m1. CALL m2. CALL m1.                   ok
 48: CALL: binary literal parameter/LENGTH OF     ok
 49: INSPECT REPLACING LEADING ZEROS BY SPACES    ok
 50: INSPECT: no repeat conversion check          ok
 51: Nested PERFORM                               ok
 52: EXIT PERFORM                                 ok
 53: EXIT PERFORM CYCLE                           ok
 54: 88 with FILLER                               ok
 55: non-overflow after overflow                  ok
 56: PERFORM ... CONTINUE                         ok
 57: STRING with subscript reference              ok
 58: READ INTO AT-END sequence                    ok
 59: First READ on empty SEQUENTIAL INDEXED file  FAILED (misc.at:796)
 60: REWRITE a RELATIVE file with RANDAM access   ok
 61: SORT: table sort                             ok
 62: SORT nonexistent file                        FAILED (misc.at:907)
 63: PIC ZZZ-, ZZZ+                               ok
 64: Larger REDEFINES lengths                     ok
 65: COMP-5                                       FAILED (extensions.at:40)
 66: Hexadecimal numeric literal                  ok
 67: Semi-parenthesized condition                 ok
 68: ADDRESS OF                                   ok
 69: LENGTH OF                                    ok
 70: WHEN-COMPILED                                ok
 71: Complex OCCURS DEPENDING ON                  ok
 72: MOVE NON-INTEGER TO ALPHA-NUMERIC            ok
 73: CALL USING file-name                         ok
 74: CALL unusual program-id.                     ok
 75: ASSIGN MF                                    ok
 76: ASSIGN IBM                                   ok
 77: ASSIGN mapping                               ok
 78: ASSIGN expansion                             ok
 79: NUMBER-OF-CALL-PARAMTERS                     ok
 80: PROCEDURE DIVISION USING BY ...              ok
 81: STOP RUN RETURNING                           ok
 82: ENTRY                                        ok
 83: LINE SEQUENTIAL write                        ok
 84: LINE SEQUENTIAL read                         ok
 85: Environment/Argument variable                ok
 86: RETURN-CODE moving                           ok
 87: RETURN-CODE passing                          ok

## ------------- ##
## Test results. ##
## ------------- ##

## -------------------- ##
## run.log was created. ##
## -------------------- ##

Please send `run.log' and all information you think might help:

   To: <address@hidden>
   Subject: [OpenCOBOL 0.32] run: 3 41 59 62 65 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

FAIL: ./run

## Run time tests with -O option ##

## ------------------------------------- ##
## OpenCOBOL 0.32 test suite: Run Tests. ##
## ------------------------------------- ##
  1: DISPLAY literals                             ok
  2: DISPLAY literals, Decimal Point is COMMA     ok
  3: Hexadecimal literal                          FAILED (fundamental.at:90)
  4: DISPLAY data items with VALUE clause         ok
  5: DISPLAY data items with MOVE statement       ok
  6: non-numeric subscript                        ok
  7: The range of subscripts                      ok
  8: Subscript out of bounds (1)                  ok
  9: Subscript out of bounds (2)                  ok
 10: Value of DEPENDING ON N out of bounds (lower)ok
 11: Value of DEPENDING ON N out of bounds (upper)ok
 12: Subscript bounds with ODO (lower)            ok
 13: Subscript bounds with ODO (upper)            ok
 14: Subscript bounds with ODO                    ok
 15: Subscript by arithmetic expression           ok
 16: Separate sign positions                      ok
 17: Static reference modification                ok
 18: Dynamic reference modification               ok
 19: Static out of bounds                         ok
 20: Offset underflow                             ok
 21: Offset overflow                              ok
 22: Length underflow                             ok
 23: Length overflow                              ok
 24: ACCEPT                                       ok
 25: INITIALIZE group entry with OCCURS           ok
 26: INITIALIZE OCCURS with numeric edited        ok
 27: INITIALIZE complex group                     ok
 28: INITIALIZE complex group                     ok
 29: INITIALIZE with REDEFINES                    ok
 30: Source file not found                        ok
 31: Comma separator without space                ok
 32: LOCAL-STORAGE                                ok
 33: EXTERNAL data item                           ok
 34: EXTERNAL AS data item                        ok
 35: cobcrun validation                           ok
 36: MOVE to itself                               ok
 37: MOVE with refmod                             ok
 38: MOVE with refmod                             ok
 39: MOVE with group refmod                       ok
 40: MOVE indexes                                 ok
 41: MOVE X'00'                                   FAILED (misc.at:316)
 42: Level 01 subscripts                          ok
 43: Class check with reference modification      ok
 44: Index and parenthesized expression           ok
 45: Alphanumeric and binary numeric              ok
 46: Dynamic call with static linking             ok
 47: CALL m1. CALL m2. CALL m1.                   ok
 48: CALL: binary literal parameter/LENGTH OF     ok
 49: INSPECT REPLACING LEADING ZEROS BY SPACES    ok
 50: INSPECT: no repeat conversion check          ok
 51: Nested PERFORM                               ok
 52: EXIT PERFORM                                 ok
 53: EXIT PERFORM CYCLE                           ok
 54: 88 with FILLER                               ok
 55: non-overflow after overflow                  ok
 56: PERFORM ... CONTINUE                         ok
 57: STRING with subscript reference              ok
 58: READ INTO AT-END sequence                    ok
 59: First READ on empty SEQUENTIAL INDEXED file  FAILED (misc.at:796)
 60: REWRITE a RELATIVE file with RANDAM access   ok
 61: SORT: table sort                             ok
 62: SORT nonexistent file                        FAILED (misc.at:907)
 63: PIC ZZZ-, ZZZ+                               ok
 64: Larger REDEFINES lengths                     ok
 65: COMP-5                                       FAILED (extensions.at:40)
 66: Hexadecimal numeric literal                  ok
 67: Semi-parenthesized condition                 ok
 68: ADDRESS OF                                   ok
 69: LENGTH OF                                    ok
 70: WHEN-COMPILED                                ok
 71: Complex OCCURS DEPENDING ON                  ok
 72: MOVE NON-INTEGER TO ALPHA-NUMERIC            ok
 73: CALL USING file-name                         ok
 74: CALL unusual program-id.                     ok
 75: ASSIGN MF                                    ok
 76: ASSIGN IBM                                   ok
 77: ASSIGN mapping                               ok
 78: ASSIGN expansion                             ok
 79: NUMBER-OF-CALL-PARAMTERS                     ok
 80: PROCEDURE DIVISION USING BY ...              ok
 81: STOP RUN RETURNING                           ok
 82: ENTRY                                        ok
 83: LINE SEQUENTIAL write                        ok
 84: LINE SEQUENTIAL read                         ok
 85: Environment/Argument variable                ok
 86: RETURN-CODE moving                           ok
 87: RETURN-CODE passing                          ok

## ------------- ##
## Test results. ##
## ------------- ##

## -------------------- ##
## run.log was created. ##
## -------------------- ##

Please send `run.log' and all information you think might help:

   To: <address@hidden>
   Subject: [OpenCOBOL 0.32] run: 3 41 59 62 65 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

FAIL: ./run-O
## ----------------------------------------------- ##
## OpenCOBOL 0.32 test suite: Data Representation. ##
## ----------------------------------------------- ##
  1: BINARY: 2-4-8 big-endian                     FAILED (binary.at:42)
  2: BINARY: 2-4-8 native                         FAILED (binary.at:224)
  3: BINARY: 1-2-4-8 big-endian                   FAILED (binary.at:406)
  4: BINARY: 1-2-4-8 native                       FAILED (binary.at:588)
  5: BINARY: 1--8 big-endian                      FAILED (binary.at:770)
  6: BINARY: 1--8 native                          FAILED (binary.at:952)
  7: BINARY: full-print                           ok
  8: DISPLAY: Sign ascii                          ok
  9: DISPLAY: Sign ascii10                        ok
 10: PACKED-DECIMAL dump                          FAILED (packed.at:37)
 11: PACKED-DECIMAL display                       ok
 12: PACKED-DECIMAL move                          ok
 13: PACKED-DECIMAL arithmetic                    ok
 14: PACKED-DECIMAL arithmetic                    ok
 15: PACKED-DECIMAL numeric test                  ok
 16: POINTER: display                             ok

## ------------- ##
## Test results. ##
## ------------- ##

## ------------------------- ##
## data-rep.log was created. ##
## ------------------------- ##

Please send `data-rep.log' and all information you think might help:

   To: <address@hidden>
   Subject: [OpenCOBOL 0.32] data-rep: 1 2 3 4 5 6 10 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

FAIL: ./data-rep

## Data representation tests with -O option ##

## ----------------------------------------------- ##
## OpenCOBOL 0.32 test suite: Data Representation. ##
## ----------------------------------------------- ##
  1: BINARY: 2-4-8 big-endian                     FAILED (binary.at:42)
  2: BINARY: 2-4-8 native                         FAILED (binary.at:224)
  3: BINARY: 1-2-4-8 big-endian                   FAILED (binary.at:406)
  4: BINARY: 1-2-4-8 native                       FAILED (binary.at:588)
  5: BINARY: 1--8 big-endian                      FAILED (binary.at:770)
  6: BINARY: 1--8 native                          FAILED (binary.at:952)
  7: BINARY: full-print                           ok
  8: DISPLAY: Sign ascii                          ok
  9: DISPLAY: Sign ascii10                        ok
 10: PACKED-DECIMAL dump                          FAILED (packed.at:37)
 11: PACKED-DECIMAL display                       ok
 12: PACKED-DECIMAL move                          ok
 13: PACKED-DECIMAL arithmetic                    ok
 14: PACKED-DECIMAL arithmetic                    ok
 15: PACKED-DECIMAL numeric test                  ok
 16: POINTER: display                             ok

## ------------- ##
## Test results. ##
## ------------- ##

## ------------------------- ##
## data-rep.log was created. ##
## ------------------------- ##

Please send `data-rep.log' and all information you think might help:

   To: <address@hidden>
   Subject: [OpenCOBOL 0.32] data-rep: 1 2 3 4 5 6 10 failed


You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

FAIL: ./data-rep-O
======================================================
4 of 5 tests failed
Please report to address@hidden
======================================================
make[4]: Leaving directory `/tools/cobol/open-cobol-0.32/tests'
make[3]: Leaving directory `/tools/cobol/open-cobol-0.32/tests'
make[2]: Leaving directory `/tools/cobol/open-cobol-0.32/tests'
make[1]: Leaving directory `/tools/cobol/open-cobol-0.32'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]