diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-02-20 20:52:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-02-20 20:52:39 (GMT) |
commit | c52835f4c1db8d87c6e86f15294fb731972e6bb8 (patch) | |
tree | 700f356049c39bed44cb678eef72efa51c850a0f /test | |
parent | 707965be8a3152fa8bbbbef81083e4c967586d7d (diff) | |
download | hdf5-c52835f4c1db8d87c6e86f15294fb731972e6bb8.zip hdf5-c52835f4c1db8d87c6e86f15294fb731972e6bb8.tar.gz hdf5-c52835f4c1db8d87c6e86f15294fb731972e6bb8.tar.bz2 |
[svn-r26258] Description:
Remove LDOUBLE_TO_INTEGER_WORKS macro/define from configure/library/tests,
since it was added to support non-standard behavior on SGI IRIX & HP-UX, which
we don't support any longer.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'test')
-rw-r--r-- | test/dt_arith.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c index 0c36cd6..e3749bf 100644 --- a/test/dt_arith.c +++ b/test/dt_arith.c @@ -5309,7 +5309,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); @@ -5391,21 +5390,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 */ |