summaryrefslogtreecommitdiff
path: root/tests/taway.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-25 13:53:16 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2010-10-25 13:53:16 +0000
commit3e7fb1ddc02a8964fbdc6f6aec8f5e58d308d635 (patch)
tree45d3680592dc559a2dc5d4cad2deea471b68b02f /tests/taway.c
parent5eee88ec531cacf6724d80ef2a0a1444a851505b (diff)
downloadmpfr-3e7fb1ddc02a8964fbdc6f6aec8f5e58d308d635.tar.gz
[taway.c] reduced time of the test
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7247 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/taway.c')
-rw-r--r--tests/taway.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/taway.c b/tests/taway.c
index 8f1964724..1c4494bac 100644
--- a/tests/taway.c
+++ b/tests/taway.c
@@ -387,15 +387,10 @@ test3a (int (*testfunc)(mpfr_ptr, mpfr_ptr, mpfr_srcptr, mpfr_rnd_t),
int
main (void)
{
- int N = 40;
+ int N = 20;
tests_start_mpfr ();
- /* FIXME: this test is too long on old machines (it is the only one
- that times out with --enable-assert=full --enable-tests-timeout=60
- on a PowerBook G4 at 400 MHz under GNU/Linux. Reduce the value of N
- or use a time-based loop? */
-
while (N--)
{
/* no need to test mpfr_round, mpfr_ceil, mpfr_floor, mpfr_trunc since