summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2011-09-14 22:43:06 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2011-09-14 22:43:06 (GMT)
commit38aa51077a46d9ce9fce2aa342f25b176e57078c (patch)
treec87bcc2c47606a8f47987658b703ca35dea4fd9f /testpar
parent98e7f67b0038d54c5909f19ae8be4f509076fcfc (diff)
downloadhdf5-38aa51077a46d9ce9fce2aa342f25b176e57078c.zip
hdf5-38aa51077a46d9ce9fce2aa342f25b176e57078c.tar.gz
hdf5-38aa51077a46d9ce9fce2aa342f25b176e57078c.tar.bz2
[svn-r21394] Updated tuning of fraction of tests skipped in t_shapesame.c as a function of
express test level to reflect results of testing with Ray. Tested parallel on jam -- no further testing as the change was very minor.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_shapesame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c
index b76b481..2d379d6 100644
--- a/testpar/t_shapesame.c
+++ b/testpar/t_shapesame.c
@@ -2251,7 +2251,7 @@ contig_hs_dr_pio_test(ShapeSameTestMethods sstest_type)
* test level. Note that any value in excess of 4880 will cause all
* sub tests to be skipped.
*/
- int max_skips_tbl[4] = {0, 4, 32, 256};
+ int max_skips_tbl[4] = {0, 4, 64, 1024};
hid_t dset_type = H5T_NATIVE_UINT;
int64_t total_tests = 0;
int64_t tests_run = 0;
@@ -4534,7 +4534,7 @@ ckrbrd_hs_dr_pio_test(ShapeSameTestMethods sstest_type)
* test level. Note that any value in excess of 4880 will cause all
* sub tests to be skipped.
*/
- int max_skips_tbl[4] = {0, 4, 32, 256};
+ int max_skips_tbl[4] = {0, 4, 64, 1024};
int64_t total_tests = 0;
int64_t tests_run = 0;
int64_t tests_skipped = 0;