summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:30:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:30:27 (GMT)
commit5966f8ce26f03a57de337d1f4e853c0af1a7828c (patch)
treebf58c35407e7057167bdccddfb1851b96a20322d /test
parent2bb934857b90f236fa4af38f28f3120a3fcfb91e (diff)
downloadhdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.zip
hdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.tar.gz
hdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.tar.bz2
[svn-r26585] Description:
Bring r26495 from trunk to 1.8 branch: Bring r26258 from the autotools_rework branch to the trunk - remove the LDOUBLE_TO_INTEGER_WORKS macro/define, which was addressing issues with SGI systems that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on trunk for >1 week)
Diffstat (limited to 'test')
-rw-r--r--test/dt_arith.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index cb3f495..5e48ee9 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -5338,7 +5338,6 @@ run_fp_int_conv(const char *name)
#endif /*H5_FP_TO_ULLONG_RIGHT_MAXIMUM*/
#endif
-#if H5_LDOUBLE_TO_INTEGER_WORKS
#if H5_SIZEOF_LONG_DOUBLE!=H5_SIZEOF_DOUBLE
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_LDOUBLE, H5T_NATIVE_SCHAR);
nerrors += test_conv_int_fp(name, test_values, H5T_NATIVE_LDOUBLE, H5T_NATIVE_UCHAR);
@@ -5420,21 +5419,6 @@ run_fp_int_conv(const char *name)
#endif /*H5_FP_TO_ULLONG_RIGHT_MAXIMUM && H5_LDOUBLE_TO_LLONG_ACCURATE*/
#endif
#endif
-#else /*H5_LDOUBLE_TO_INTEGER_WORKS*/
- {
- char str[256]; /*hello string */
-
- HDsnprintf(str, sizeof(str), "Testing %s %s -> %s conversions",
- name, "long double", "all integers");
- printf("%-70s", str);
- SKIPPED();
-#if H5_SIZEOF_LONG_DOUBLE!=0
- HDputs(" Test skipped due to hardware conversion error.");
-#else
- HDputs(" Test skipped due to disabled long double.");
-#endif
- }
-#endif /*H5_LDOUBLE_TO_INTEGER_WORKS */
#ifndef H5_VMS
} /* end for */
#endif /* H5_VMS */