bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Subject: [GnuCOBOL 2.0] testsuite: ... 58 tests fa


From: Harald Arnesen
Subject: Re: [open-cobol-list] Subject: [GnuCOBOL 2.0] testsuite: ... 58 tests failed on MacOS
Date: Tue, 8 Nov 2016 11:11:56 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Den 07/11/2016 21:43, skrev Simon Sobisch:

the test cases now show all the same problem - a problem in the
configuration (the old test cases had real problems in ;-).

Please report back with

a) `./configure --disable-rpath` (should work)

After updating to the latest svn version, I tried this. Success!

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

675 tests behaved as expected.
1 test was skipped.

b) `sed -i 's/-R$found_dir/-L$found_dir/g' configure && ./configure`
(should basically have the same results)

So I didn't bother to try this.

I guess both work. I encourage you to run the NIST suite, too:
`make test`.

I seem to remember that ran without errors a while back. Now I see:

macOS:

Comparing total test results
diff ./summary.txt summary.log
14c14
< DB           15       15     0     0    407    0       4      28   439
---
> DB           15       15     0     0    404    0       4      27   435
16c16
< Total       419      419     0     0   9550    0      20     144  9714
---
> Total       419      419     0     0   9547    0      20     143  9710
make[2]: *** [test] Error 1
make[1]: *** [test] Error 2
make: *** [test-only] Error 2


Devuan Linux:

Comparing total test results
diff ./summary.txt summary.log
14c14
< DB           15       15     0     0    407    0       4      28   439
---
> DB           15       15     0     0    404    0       4      27   435
16c16
< Total       419      419     0     0   9550    0      20     144  9714
---
> Total       419      419     0     0   9547    0      20     143  9710
Makefile:522: recipe for target 'test' failed
make[2]: *** [test] Error 1
make[2]: Leaving directory '/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/cobol85'
Makefile:738: recipe for target 'test' failed
make[1]: *** [test] Error 2
make[1]: Leaving directory '/home/harald/src/gnucobol/branches/gnu-cobol-2.0/tests'
Makefile:1024: recipe for target 'test-only' failed
make: *** [test-only] Error 2


Anyway, thanks to all involved for producing such a great compiler. It is really useful to me.
--
Hilsen Harald


reply via email to

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