This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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] |
On Sat, 12 May 2012 22:18:20 +0200, Stan Shebs wrote:On 5/12/12 8:40 AM, Jan Kratochvil wrote:Huh, didn't think about parallelization! I'll fix it up.On Sat, 12 May 2012 03:32:12 +0200, Stan Shebs wrote: (gdb) FAIL: gdb.base/info-os.exp: get shared-memory regions
as apparently the .c testfile creates constant resources and expects they are free, therefore multiple runs clash. There can be even multiple runs by different users. This is why for example gdbserver_start does: # Loop till we find a free port. [...] incr portnum
Could you fix this part?This is still flipping FAIL/PASS, I have setup additional local ignore rule for it but it would be nice to have it fixed for gdb-7.5.
Stan stan@codesourcery.com
* gdb.base/info-os.c (main): Retry resource acquisition until an available one is found. * gdb.base/info-os.exp: Collect resource keys from the program and use them in matching.
Attachment:
ospar-patch-1
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |