Any ideas about this?
I installed Gambas from daily PPA to my uptodate virtual machine (also
Linux Mint) and I can reproduce the bug there also. However the
GambasTester run doesn't fail every time, only about 1/3 of the times.
So, it is quite rare event, because the tests are repeated 100 times pe
Sorry little correction. The test are run 100 times and some of them always
fail without the wait lines. So, not every execution, but always some of
the 100 runs.
Jussi
On Thu, Jun 23, 2016 at 4:00 AM, Jussi Lahtinen
wrote:
> The test does not pass on my system.
> The variable sTest remains em
The test does not pass on my system.
The variable sTest remains empty, unless I add the "Wait 0.1" lines.
Actually now when I retest this, it has got worse. Now it fails randomly
even with the wait lines.
Jussi
On Thu, Jun 23, 2016 at 3:47 AM, Benoît Minisini <
gam...@users.sourceforge.net> wr
Le 23/06/2016 02:35, Benoît Minisini a écrit :
> Le 23/06/2016 02:27, Jussi Lahtinen a écrit :
>> Hi!
>> See the attached project. In module mTest at line 1679 begins test loop,
>> which fails randomly on my system (information at the end of the mail).
>>
>> I use "hProcess.Wait" and this used to w
Le 23/06/2016 02:27, Jussi Lahtinen a écrit :
> Hi!
> See the attached project. In module mTest at line 1679 begins test loop,
> which fails randomly on my system (information at the end of the mail).
>
> I use "hProcess.Wait" and this used to work, but now I need to add also
> "Wait".
> Is that co
Hi!
See the attached project. In module mTest at line 1679 begins test loop,
which fails randomly on my system (information at the end of the mail).
I use "hProcess.Wait" and this used to work, but now I need to add also
"Wait".
Is that correct behavior?
If I understand the documentation correctly