This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running Individual tests from gas suites.


Hi Jitendra,

make check RUNTESTFLAGS="gas/cfi/cfi.exp"

The ERROR was: ------------
send: spawn id exp0 not open
while executing
"send_user "$message\n""
("default" arm line 2)
------------

I do not get this error. The (individual) test runs perfectly for me.


I have further investigated this problem. I found that while running
single gas test (e.g.gas/cfi/cfi.exp ) at the end dejegnu calls
gas_finish procedure.

It does ? Where is this call to gas_finish ?


But since there was not any call for gas_start
procedure in cfi.exp file dejegnu does not get opened exp0 spawn id.

To remove this error there is modification need in gas/lib/gas-defs.exp
file. here I have attached modified file. one can get changes by grep on
'gas_spawned'.

can you please add this change in nest release?

I would like to know more about how this error occurs first. In particular I would like to be able to reproduce it myself.


I also note that you do not appear to be using the latest version of the GAS testsuite sources, (from the CVS repository). Please could you upgrade to these and check that your problem still occurs.

Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]