e.53.4.c: Add -DITESTITERS=20 to dg-options unless expensive testing is on.
authorJakub Jelinek <jakub@redhat.com>
Wed, 26 Nov 2014 19:36:36 +0000 (20:36 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 26 Nov 2014 19:36:36 +0000 (20:36 +0100)
commit31a30e6234e3c058ac6b6386b5eede5ee0ffb08d
treefe27cca9a8991a9593ac4d227847ba7ad0291018
parent0e75e41f86d2396e85de8166cf8ec834ab2719f2
e.53.4.c: Add -DITESTITERS=20 to dg-options unless expensive testing is on.

* testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
to dg-options unless expensive testing is on.
(TESTITERS): Define to N if not defined.
(main): Use TESTITERS instead of N.
* testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
dg-additional-options depending on whether expensive testing is on.
* testsuite/libgomp.fortran/examples-4/e.55.1.f90 (e_55_1_mod):
Decrease N to 100000 and CHUNKSZ to 10000.

From-SVN: r218095
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/examples-4/e.53.4.c
libgomp/testsuite/libgomp.c/examples-4/e.55.1.c
libgomp/testsuite/libgomp.fortran/examples-4/e.55.1.f90