Skip to content

Commit

Permalink
misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Metcalf committed Nov 24, 2015
1 parent 6a4448a commit 869c2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2015-11-24 Chris Metcalf <cmetcalf@ezchip.com>

* misc/tst-tsearch.c (TIMEOUT): Set to 10.

* sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
* sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
__finitel, __isinfl, and __isnanl.
Expand Down
1 change: 1 addition & 0 deletions misc/tst-tsearch.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,6 @@ do_test (void)
return total_error;
}

#define TIMEOUT 10
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"

0 comments on commit 869c2f1

Please sign in to comment.