gdb/testsuite/

* gdb.threads/fork-thread-pending.c (main): Add alarm.
This commit is contained in:
Jan Kratochvil 2013-02-27 18:48:23 +00:00
parent 6447023f09
commit 5b967901c5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.threads/fork-thread-pending.c (main): Add alarm.
2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.

View File

@ -94,6 +94,8 @@ main (void)
int args[NUMTHREADS];
int i, j;
alarm (600);
i = pthread_barrier_init (&barrier, NULL, NUMTHREADS);
assert (i == 0);