bug-m4
[Top][All Lists]
Advanced

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

Re: m4-1.4q on Tru64Unix


From: Martin MOKREJŠ
Subject: Re: m4-1.4q on Tru64Unix
Date: Thu, 9 Oct 2003 13:14:53 +0200 (CEST)

The "make check" test fail with the "undef" patch applied:

/bin/bash ./testsuite
## ----------------------- ##
## GNU m4 1.4q test suite. ##
## ----------------------- ##

Macro definitions.

  1: macros.at:29      ok
  2: macros.at:71      FAILED near `macros.at:96'
  3: macros.at:105     ok
  4: macros.at:152     ok
  5: macros.at:282     ok
  6: macros.at:350     ok

Torturing builtins.

  7: builtins.at:26    ok
  8: builtins.at:48    ok
  9: builtins.at:86    ok
 10: builtins.at:112   ok
 11: builtins.at:140   ok (skipped near `builtins.at:143')
 12: builtins.at:273   FAILED near `builtins.at:308'
 13: builtins.at:318   ok
 14: builtins.at:356   ok
 15: builtins.at:424   ok
 16: builtins.at:462   ok
 17: builtins.at:517   ok
 18: builtins.at:566   ok
 19: builtins.at:598   ok
 20: builtins.at:630   ok

Options.

 21: options.at:26     ok
 22: options.at:52     ok

Composite macros.

 23: others.at:46      ok
 24: others.at:71      ok
 25: others.at:79      ok
 26: others.at:145     ok
 27: others.at:183     ok
 28: others.at:213     ok
 29: others.at:255     ok
 30: others.at:293     ok
 31: others.at:322     ok
 32: others.at:346     ok

Module support.

 33: modules.at:27     FAILED near `modules.at:63'
 34: modules.at:111    ok
 35: modules.at:114    ok
 36: modules.at:117    ok
 37: modules.at:120    ok
 38: modules.at:123    ok
 39: modules.at:126    ok
 40: modules.at:135    ok
 41: modules.at:275    ok
 42: modules.at:343    ok

Documentation examples.

 43: generated.at:14   ok
 44: generated.at:48   ok
 45: generated.at:88   ok
 46: generated.at:144  ok
 47: generated.at:219  ok
 48: generated.at:246  ok
 49: generated.at:284  ok
 50: generated.at:340  ok
 51: generated.at:363  ok
 52: generated.at:382  ok
 53: generated.at:405  ok
 54: generated.at:452  ok
 55: generated.at:491  ok
 56: generated.at:517  ok
 57: generated.at:547  ok
 58: generated.at:567  ok
 59: generated.at:618  ok
 60: generated.at:658  ok
 61: generated.at:812  ok
 62: generated.at:837  FAILED near `generated.at:851'
 63: generated.at:895  ok
 64: generated.at:932  ok
 65: generated.at:998  ok
 66: generated.at:1027 ok
 67: generated.at:1059 ok
 68: generated.at:1080 ok
 69: generated.at:1101 ok
 70: generated.at:1140 ok
 71: generated.at:1161 ok
 72: generated.at:1184 ok
 73: generated.at:1274 ok
 74: generated.at:1295 ok
 75: generated.at:1316 ok
 76: generated.at:1368 506144:/scratch/m4-1.4q/src/.libs/m4: /sbin/loader: 
Fatal Error: Cannot map library m4.so.0
FAILED near `generated.at:1381'
 77: generated.at:1390 ok
 78: generated.at:1415 ok
 79: generated.at:1449 ok
## ------------------------------------------------ ##
## ERROR: Suite unsuccessful, 5 of 79 tests failed. ##
## ------------------------------------------------ ##
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.

Now, failed tests will be executed again, verbosely, and logged
in the file testsuite.log.
## ----------------------- ##
## GNU m4 1.4q test suite. ##
## ----------------------- ##
2. macros.at:71: testing Arity, defn, and freeze...
macros.at:78: m4 -b -d --freeze-state=frozen.m4f freezeme.m4
macros.at:96: m4 -b -d --reload-state=frozen.m4f input.m4
--- -   2003-10-09 13:13:21.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stderr      2003-10-09 
13:13:21.000000000 +0200
@@ -1,2 +1,2 @@
-m4: input.m4: 4: Warning: defun: too many arguments (ignored): 3 > 2
+m4: cannot open module `libm4': file not found

--- expout      2003-10-09 13:13:21.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stdout      2003-10-09 
13:13:21.000000000 +0200
@@ -1,4 +0,0 @@
-defun
-
-
-
macros.at:96: exit code was 1, expected 0
2. macros.at:71: FAILED near `macros.at:96'

12. builtins.at:273: testing include...
builtins.at:308: m4 -b -d include.m4
--- experr      2003-10-09 13:13:22.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stderr      2003-10-09 
13:13:22.000000000 +0200
@@ -1,2 +1,2 @@
-m4: include.m4: 2: Cannot open NOFILE: No such file or directory
-m4: include.m4: 6: Cannot open NOFILE: No such file or directory
+m4: include.m4: 2: Cannot open NOFILE: (null)
+m4: include.m4: 6: Cannot open NOFILE: (null)
12. builtins.at:273: FAILED near `builtins.at:308'

33. modules.at:27: testing Freezing modules...
modules.at:52: m4 -b -d -m load frozen.m4 unfrozen.m4
stderr:
Test module loaded.
Test module unloaded.
stdout:
->local::test

->Test module called.
Shadow module loaded.
->Shadow::test called.
local::test
Test module called.
Shadow::test called.
modules.at:59: m4 -b -d -m load -F frozen.m4f frozen.m4
stderr:
Test module loaded.
Test module unloaded.
stdout:
modules.at:63: m4 -b -d -R frozen.m4f unfrozen.m4
--- experr      2003-10-09 13:13:22.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stderr      2003-10-09 
13:13:22.000000000 +0200
@@ -1,2 +1 @@
-Test module loaded.
-Test module unloaded.
+m4: cannot open module `libm4': file not found
--- expout      2003-10-09 13:13:22.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stdout      2003-10-09 
13:13:22.000000000 +0200
@@ -1,8 +0,0 @@
-->local::test
-
-->Test module called.
-Shadow module loaded.
-->Shadow::test called.
-local::test
-Test module called.
-Shadow::test called.
modules.at:63: exit code was 1, expected 0
33. modules.at:27: FAILED near `modules.at:63'

62. generated.at:837: testing Include...
generated.at:851: m4 -b -d input.m4
--- -   2003-10-09 13:13:23.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stderr      2003-10-09 
13:13:23.000000000 +0200
@@ -1,2 +1,2 @@
-m4: input.m4: 1: Cannot open no-such-file: No such file or directory
+m4: input.m4: 1: Cannot open no-such-file: (null)

62. generated.at:837: FAILED near `generated.at:851'

76. generated.at:1368: testing Esyscmd...
generated.at:1381: m4 -b -d input.m4
506824:/scratch/m4-1.4q/src/.libs/m4: /sbin/loader: Fatal Error: Cannot map 
library m4.so.0
--- -   2003-10-09 13:13:23.000000000 +0200
+++ /scratch/m4-1.4q/tests/testsuite.dir/at-stdout      2003-10-09 
13:13:23.000000000 +0200
@@ -1,4 +1,3 @@

-Written by Rene' Seindal and Gary V. Vaughan.


76. generated.at:1368: FAILED near `generated.at:1381'
## ------------------------- ##
## testsuite.log is created. ##
## ------------------------- ##

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

   To: <address@hidden>
   Subject: [GNU m4 1.4q] testsuite: 2 12 33 62 76 failed

make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/usr/local/scratch/m4-1.4q/tests'

-- 
Martin Mokrejs <address@hidden>, <address@hidden>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS / Institute for Bioinformatics <http://mips.gsf.de>
GSF - National Research Center for Environment and Health
Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany
tel.: +49-89-3187 3683 , fax: +49-89-3187 3585




reply via email to

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