bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] [OpenCOBOL 0.30] Various test failures on OS X


From: Jason Foster
Subject: [open-cobol-list] [OpenCOBOL 0.30] Various test failures on OS X
Date: Wed Jan 5 11:44:07 2005

## ---------------------------------------- ##
## OpenCOBOL 0.30 test suite: Syntax Tests. ##
## ---------------------------------------- ##
  1: COPY: file not found                         ok
  2: COPY: replacement order                      FAILED (copy.at:61)
  3: COPY: separators                             FAILED (copy.at:89)
  4: COPY: partial replacement                    FAILED (copy.at:117)
  5: COPY: recursive replacement                  FAILED (copy.at:146)
  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: Redefinition of 01 items                     ok
 12: Redefinition of 01 and 02 items              ok
 13: Redefinition of 02 items                     ok
 14: Redefinition of 77 items                     ok
 15: Redefinition of 01 and 77 items              ok
 16: Redefinition of 88 items                     ok
 17: Ambiguous reference to 02 items              ok
 18: Ambiguous reference to 02 and 03 items       ok
 19: Ambigous reference with qualification        ok
 20: Unique reference with ambiguous qualifiers   ok
 21: Undefined procedure name                     ok
 22: Redefinition of section names                ok
 23: Redefinition of section and paragraph names  ok
 24: Redefinition of paragraph names              ok
 25: Ambiguous reference to paragraph name        ok
 26: Ambiguous AND/OR                             ok
 27: Subscripted item requires OCCURS clause      ok
 28: The number of subscripts                     ok
 29: OCCURS with level 01, 66, 77, and 88         ok
 30: OCCURS with variable-occurrence data item    ok
 31: Nested OCCURS clause                         ok
 32: OCCURS DEPENDING followed by another field   ok
 33: REDEFINES: not following entry-name          ok
 34: REDEFINES: level 02 by 01                    ok
 35: REDEFINES: level 03 by 02                    ok
 36: REDEFINES: level 66                          ok
 37: REDEFINES: level 88                          ok
 38: REDEFINES: lower level number                ok
 39: REDEFINES: with OCCURS                       ok
 40: REDEFINES: with subscript                    ok
 41: REDEFINES: with variable occurrence          ok
 42: REDEFINES: with qualification                ok
 43: REDEFINES: multiple redefinition             ok
 44: REDEFINES: size exceeds                      ok
 45: REDEFINES: with VALUE                        ok
 46: REDEFINES: with intervention                 ok
 47: REDEFINES: within REDEFINES                  ok
 48: Numeric item (integer)                       ok
 49: Numeric item (non-integer)                   ok
 50: Numeric item with picture P                  ok
 51: Signed numeric literal                       ok
 52: Alphabetic item                              ok
 53: Alphanumeric item                            ok
 54: Alphanumeric group item                      ok
 55: Numeric-edited item                          ok
 56: Alphanumeric-edited item                     ok
 57: MOVE SPACE TO numeric or numeric-edited item ok
 58: MOVE ZERO TO alphabetic item                 ok
 59: MOVE alphabetic TO x                         ok
 60: MOVE alphanumeric TO x                       ok
 61: MOVE alphanumeric-edited TO x                ok
 62: MOVE numeric (integer) TO x                  ok
 63: MOVE numeric (non-integer) TO x              ok
 64: MOVE numeric-edited TO x                     ok
 65: Operands must be groups                      ok
 66: MOVE: misc                                   ok
 67: Category check of Format 1                   ok
 68: Category check of Format 2                   ok
 69: Category check of literals                   ok
 70: SET: misc                                    ok

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

ERROR: All 70 tests were run,
4 failed unexpectedly.
## ----------------------- ##
## syntax.log was created. ##
## ----------------------- ##

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

   To: <address@hidden>
   Subject: [OpenCOBOL 0.30] syntax: 2 3 4 5 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: ./syntax
## ------------------------------------- ##
## OpenCOBOL 0.30 test suite: Run Tests. ##
## ------------------------------------- ##
1: DISPLAY literals FAILED (fundamental.at:38) 2: DISPLAY literals FAILED (fundamental.at:68) 3: Hexadecimal literal FAILED (fundamental.at:90) 4: DISPLAY data items with VALUE clause FAILED (fundamental.at:134) 5: DISPLAY data items with MOVE statement FAILED (fundamental.at:172)
  6: non-numeric subscript                        ok
  7: The range of subscripts                      ok
8: Subscript out of bounds (1) FAILED (subscripts.at:100) 9: Subscript out of bounds (2) FAILED (subscripts.at:123) 10: Value of DEPENDING ON N out of bounds (lower)FAILED (subscripts.at:146) 11: Value of DEPENDING ON N out of bounds (upper)FAILED (subscripts.at:169)
 12: Subscript out of bounds with OCCURS DEPENDING ON (lower)ok
 13: Subscript out of bounds with OCCURS DEPENDING ON (upper)ok
14: Subscript out of bounds with OCCURS DEPENDING ONFAILED (subscripts.at:236) 15: Subscript by arithmetic expression FAILED (subscripts.at:261)
 16: Separate sign positions                      FAILED (ref-mod.at:49)
 17: Static reference modification                FAILED (ref-mod.at:73)
18: Dynamic reference modification FAILED (ref-mod.at:100)
 19: Static out of bounds                         ok
20: Offset underflow FAILED (ref-mod.at:149) 21: Offset overflow FAILED (ref-mod.at:170) 22: Length underflow FAILED (ref-mod.at:191) 23: Length overflow FAILED (ref-mod.at:212)
 24: ACCEPT                                       FAILED (accept.at:46)
25: INITIALIZE group entry with OCCURS FAILED (initialize.at:44) 26: INITIALIZE OCCURS with numeric edited FAILED (initialize.at:66) 27: INITIALIZE complex group FAILED (initialize.at:90) 28: INITIALIZE complex group FAILED (initialize.at:113) 29: INITIALIZE with REDEFINES FAILED (initialize.at:135)
 30: Source file not found                        ok
 31: Comma separator without space                FAILED (misc.at:40)
 32: LOCAL-STORAGE                                FAILED (misc.at:72)
 33: EXTERNAL data item                           FAILED (misc.at:113)
 34: MOVE to itself                               FAILED (misc.at:139)
 35: MOVE with refmod                             FAILED (misc.at:158)
 36: MOVE with refmod                             FAILED (misc.at:179)
 37: MOVE with group refmod                       FAILED (misc.at:199)
 38: MOVE indexes                                 FAILED (misc.at:220)
 39: MOVE X'00'                                   FAILED (misc.at:235)
 40: Level 01 subscripts                          ok
 41: Class check with reference modification      FAILED (misc.at:293)
 42: Index and parenthesized expression           ok
 43: Alphanumeric and binary numeric              FAILED (misc.at:332)
 44: Dynamic call with static linking             FAILED (misc.at:358)
 45: CALL m1. CALL m2. CALL m1.                   FAILED (misc.at:397)
 46: CALL: binary literal parameter               FAILED (misc.at:431)
 47: INSPECT REPLACING LEADING ZEROS BY SPACES    FAILED (misc.at:456)
 48: INSPECT: no repeat conversion check          FAILED (misc.at:475)
 49: Nested PERFORM                               FAILED (misc.at:498)
 50: EXIT PERFORM                                 FAILED (misc.at:521)
 51: EXIT PERFORM CYCLE                           FAILED (misc.at:543)
 52: 88 with FILLER                               FAILED (misc.at:569)
 53: non-overflow after overflow                  FAILED (misc.at:590)
 54: PERFORM ... CONTINUE                         ok
 55: STRING with subscript reference              FAILED (misc.at:629)
 56: READ INTO AT-END sequence                    FAILED (misc.at:662)
 57: First READ on an empty SEQUENTIAL INDEXED fileFAILED (misc.at:696)
 58: REWRITE a RELATIVE file with RANDAM access   FAILED (misc.at:739)
 59: SORT: table sort                             FAILED (misc.at:771)
 60: SORT nonexistent file                        FAILED (misc.at:808)
 61: PIC ZZZ-, ZZZ+                               FAILED (misc.at:834)
62: COMP-5 FAILED (extensions.at:36) 63: Hexadecimal numeric literal FAILED (extensions.at:77) 64: Semi-parenthesized condition FAILED (extensions.at:100) 65: ADDRESS OF FAILED (extensions.at:148) 66: LENGTH OF FAILED (extensions.at:182) 67: WHEN-COMPILED FAILED (extensions.at:208) 68: Complex OCCURS DEPENDING ON FAILED (extensions.at:237) 69: MOVE NON-INTEGER TO ALPHA-NUMERIC FAILED (extensions.at:318) 70: CALL USING file-name FAILED (extensions.at:359) 71: CALL unusual program-id. FAILED (extensions.at:415) 72: ASSIGN MF FAILED (extensions.at:454) 73: ASSIGN IBM FAILED (extensions.at:483) 74: ASSIGN mapping FAILED (extensions.at:513) 75: ASSIGN expansion FAILED (extensions.at:549) 76: PROCEDURE DIVISION USING BY ... FAILED (extensions.at:594) 77: STOP RUN RETURNING FAILED (extensions.at:613) 78: ENTRY FAILED (extensions.at:653) 79: LINE SEQUENTIAL write FAILED (extensions.at:688) 80: LINE SEQUENTIAL read FAILED (extensions.at:735) 81: Environment variable FAILED (extensions.at:764) 82: RETURN-CODE FAILED (return-code.at:39) 83: RETURN-CODE FAILED (return-code.at:75)

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

ERROR: All 83 tests were run,
74 failed unexpectedly.
## -------------------- ##
## run.log was created. ##
## -------------------- ##

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

   To: <address@hidden>
Subject: [OpenCOBOL 0.30] run: 1 2 3 4 5 8 9 10 11 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 31 32 33 34 35 36 37 38 39 41 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 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
## ------------------------------------- ##
## OpenCOBOL 0.30 test suite: Run Tests. ##
## ------------------------------------- ##
1: DISPLAY literals FAILED (fundamental.at:38) 2: DISPLAY literals FAILED (fundamental.at:68) 3: Hexadecimal literal FAILED (fundamental.at:90) 4: DISPLAY data items with VALUE clause FAILED (fundamental.at:134) 5: DISPLAY data items with MOVE statement FAILED (fundamental.at:172)
  6: non-numeric subscript                        ok
  7: The range of subscripts                      ok
8: Subscript out of bounds (1) FAILED (subscripts.at:100) 9: Subscript out of bounds (2) FAILED (subscripts.at:123) 10: Value of DEPENDING ON N out of bounds (lower)FAILED (subscripts.at:146) 11: Value of DEPENDING ON N out of bounds (upper)FAILED (subscripts.at:169)
 12: Subscript out of bounds with OCCURS DEPENDING ON (lower)ok
 13: Subscript out of bounds with OCCURS DEPENDING ON (upper)ok
14: Subscript out of bounds with OCCURS DEPENDING ONFAILED (subscripts.at:236) 15: Subscript by arithmetic expression FAILED (subscripts.at:261)
 16: Separate sign positions                      FAILED (ref-mod.at:49)
 17: Static reference modification                FAILED (ref-mod.at:73)
18: Dynamic reference modification FAILED (ref-mod.at:100)
 19: Static out of bounds                         ok
20: Offset underflow FAILED (ref-mod.at:149) 21: Offset overflow FAILED (ref-mod.at:170) 22: Length underflow FAILED (ref-mod.at:191) 23: Length overflow FAILED (ref-mod.at:212)
 24: ACCEPT                                       FAILED (accept.at:46)
25: INITIALIZE group entry with OCCURS FAILED (initialize.at:44) 26: INITIALIZE OCCURS with numeric edited FAILED (initialize.at:66) 27: INITIALIZE complex group FAILED (initialize.at:90) 28: INITIALIZE complex group FAILED (initialize.at:113) 29: INITIALIZE with REDEFINES FAILED (initialize.at:135)
 30: Source file not found                        ok
 31: Comma separator without space                FAILED (misc.at:40)
 32: LOCAL-STORAGE                                FAILED (misc.at:72)
 33: EXTERNAL data item                           FAILED (misc.at:113)
 34: MOVE to itself                               FAILED (misc.at:139)
 35: MOVE with refmod                             FAILED (misc.at:158)
 36: MOVE with refmod                             FAILED (misc.at:179)
 37: MOVE with group refmod                       FAILED (misc.at:199)
 38: MOVE indexes                                 FAILED (misc.at:220)
 39: MOVE X'00'                                   FAILED (misc.at:235)
 40: Level 01 subscripts                          ok
 41: Class check with reference modification      FAILED (misc.at:293)
 42: Index and parenthesized expression           ok
 43: Alphanumeric and binary numeric              FAILED (misc.at:332)
 44: Dynamic call with static linking             FAILED (misc.at:358)
 45: CALL m1. CALL m2. CALL m1.                   FAILED (misc.at:397)
 46: CALL: binary literal parameter               FAILED (misc.at:431)
 47: INSPECT REPLACING LEADING ZEROS BY SPACES    FAILED (misc.at:456)
 48: INSPECT: no repeat conversion check          FAILED (misc.at:475)
 49: Nested PERFORM                               FAILED (misc.at:498)
 50: EXIT PERFORM                                 FAILED (misc.at:521)
 51: EXIT PERFORM CYCLE                           FAILED (misc.at:543)
 52: 88 with FILLER                               FAILED (misc.at:569)
 53: non-overflow after overflow                  FAILED (misc.at:590)
 54: PERFORM ... CONTINUE                         ok
 55: STRING with subscript reference              FAILED (misc.at:629)
 56: READ INTO AT-END sequence                    FAILED (misc.at:662)
 57: First READ on an empty SEQUENTIAL INDEXED fileFAILED (misc.at:696)
 58: REWRITE a RELATIVE file with RANDAM access   FAILED (misc.at:739)
 59: SORT: table sort                             FAILED (misc.at:771)
 60: SORT nonexistent file                        FAILED (misc.at:808)
 61: PIC ZZZ-, ZZZ+                               FAILED (misc.at:834)
62: COMP-5 FAILED (extensions.at:36) 63: Hexadecimal numeric literal FAILED (extensions.at:77) 64: Semi-parenthesized condition FAILED (extensions.at:100) 65: ADDRESS OF FAILED (extensions.at:148) 66: LENGTH OF FAILED (extensions.at:182) 67: WHEN-COMPILED FAILED (extensions.at:208) 68: Complex OCCURS DEPENDING ON FAILED (extensions.at:237) 69: MOVE NON-INTEGER TO ALPHA-NUMERIC FAILED (extensions.at:318) 70: CALL USING file-name FAILED (extensions.at:359) 71: CALL unusual program-id. FAILED (extensions.at:415) 72: ASSIGN MF FAILED (extensions.at:454) 73: ASSIGN IBM FAILED (extensions.at:483) 74: ASSIGN mapping FAILED (extensions.at:513) 75: ASSIGN expansion FAILED (extensions.at:549) 76: PROCEDURE DIVISION USING BY ... FAILED (extensions.at:594) 77: STOP RUN RETURNING FAILED (extensions.at:613) 78: ENTRY FAILED (extensions.at:653) 79: LINE SEQUENTIAL write FAILED (extensions.at:688) 80: LINE SEQUENTIAL read FAILED (extensions.at:735) 81: Environment variable FAILED (extensions.at:764) 82: RETURN-CODE FAILED (return-code.at:39) 83: RETURN-CODE FAILED (return-code.at:75)

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

ERROR: All 83 tests were run,
74 failed unexpectedly.
## -------------------- ##
## run.log was created. ##
## -------------------- ##

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

   To: <address@hidden>
Subject: [OpenCOBOL 0.30] run: 1 2 3 4 5 8 9 10 11 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 31 32 33 34 35 36 37 38 39 41 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 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.30 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 FAILED (binary.at:1125)
  8: DISPLAY: Sign ascii                          FAILED (display.at:56)
9: DISPLAY: Sign ascii10 FAILED (display.at:154)
 10: PACKED-DECIMAL dump                          FAILED (packed.at:37)
 11: PACKED-DECIMAL display                       FAILED (packed.at:180)
 12: PACKED-DECIMAL move                          FAILED (packed.at:221)
 13: PACKED-DECIMAL arithmetic                    FAILED (packed.at:256)
 14: PACKED-DECIMAL arithmetic                    FAILED (packed.at:284)
 15: PACKED-DECIMAL numeric test                  FAILED (packed.at:331)
 16: POINTER: display                             FAILED (pointer.at:36)

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

ERROR: All 16 tests were run,
16 failed unexpectedly.
## ------------------------- ##
## data-rep.log was created. ##
## ------------------------- ##

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

   To: <address@hidden>
Subject: [OpenCOBOL 0.30] data-rep: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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
## ----------------------------------------------- ##
## OpenCOBOL 0.30 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 FAILED (binary.at:1125)
  8: DISPLAY: Sign ascii                          FAILED (display.at:56)
9: DISPLAY: Sign ascii10 FAILED (display.at:154)
 10: PACKED-DECIMAL dump                          FAILED (packed.at:37)
 11: PACKED-DECIMAL display                       FAILED (packed.at:180)
 12: PACKED-DECIMAL move                          FAILED (packed.at:221)
 13: PACKED-DECIMAL arithmetic                    FAILED (packed.at:256)
 14: PACKED-DECIMAL arithmetic                    FAILED (packed.at:284)
 15: PACKED-DECIMAL numeric test                  FAILED (packed.at:331)
 16: POINTER: display                             FAILED (pointer.at:36)

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

ERROR: All 16 tests were run,
16 failed unexpectedly.
## ------------------------- ##
## data-rep.log was created. ##
## ------------------------- ##

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

   To: <address@hidden>
Subject: [OpenCOBOL 0.30] data-rep: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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
======================================================
5 of 5 tests failed
Please report to address@hidden
======================================================

Attachment: data-rep.log
Description: Binary data

Attachment: run.log
Description: Binary data

Attachment: syntax.log
Description: Binary data


reply via email to

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