bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] [GnuCOBOL 3.0-dev] testsuite: 689 692 761 failed


From: Harald Arnesen
Subject: Re: [Bug-GnuCOBOL] [GnuCOBOL 3.0-dev] testsuite: 689 692 761 failed
Date: Mon, 17 Dec 2018 22:52:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

Simon Sobisch [17/12/2018 22.21]:

> Thank you for your tests and bug reports!
> 
> Failures 692 and 761 are likely fixed with latest revision 2802
> (three minutes old). Please recheck.

692 seems to be fixed. 761 is still present in all three BSDs.

> To analyze failure of test 689 please also post the output of
> ls -rl tests/testsuite.dir/689/*

$ ls -rl tests/testsuite.dir/689/*
-rw-r--r--  1 harald  harald    576 Dec 17 22:38
tests/testsuite.dir/689/testsuite.log
-rwxr-xr-x  1 harald  harald    214 Dec 17 22:38
tests/testsuite.dir/689/run*
-rw-r--r--  1 harald  harald   2955 Dec 17 22:38
tests/testsuite.dir/689/prog.cob
-rwxr-xr-x  1 harald  harald  15152 Dec 17 22:38
tests/testsuite.dir/689/prog*

tests/testsuite.dir/689/tmp1:
total 2
drwxr-x---  1 harald  harald  0 Dec 17 22:38 tmp2/
$

> To analyze failure of test 589 please do (ideally in a fresh terminal)
> cd /home/harald/src/gnucobol/trunk/tests
> . atconfig && . atlocal
> cd testsuite.dir/589
> 
> echo COB_PRE_LOAD="prog"$PATHSEP"prog1" $COBCRUN_DIRECT ./main-prog
> COB_PRE_LOAD="prog"$PATHSEP"prog1" \
>   $COBCRUN_DIRECT ./main-prog     # 55?

> export COB_PRE_LOAD="prog"$PATHSEP"prog1" && \
>   $COBCRUN_DIRECT ./main-prog     # 11?

$ cd src/gnucobol/trunk/tests/
$ . atconfig && . atlocal
$ cd testsuite.dir/589
$ echo COB_PRE_LOAD="prog"$PATHSEP"prog1" $COBCRUN_DIRECT ./main-prog
COB_PRE_LOAD=prog:prog1 ./main-prog
$ COB_PRE_LOAD="prog"$PATHSEP"prog1" $COBCRUN_DIRECT ./main-prog     # 55?
12abc
55
xxxxx
$ export COB_PRE_LOAD="prog"$PATHSEP"prog1" && $COBCRUN_DIRECT
./main-prog     # 11?
12abc
55
xxxxx
$

> Thank you very much,
> Simon
> 
> Am 17.12.2018 um 21:48 schrieb Harald Arnesen:
>> DragonFlyBSD 5.4
>> 
> 




reply via email to

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