summaryrefslogtreecommitdiffstats
path: root/test/dtransform.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-28 00:42:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-28 00:42:13 (GMT)
commit03f3e620bbea7dd1474c42150d05817f14d23783 (patch)
treefa181a4ef5b23ab998748f12a550a11b6ef9d695 /test/dtransform.c
parent46f59e4fd4309862727dc72409476fdb76239961 (diff)
downloadhdf5-03f3e620bbea7dd1474c42150d05817f14d23783.zip
hdf5-03f3e620bbea7dd1474c42150d05817f14d23783.tar.gz
hdf5-03f3e620bbea7dd1474c42150d05817f14d23783.tar.bz2
[svn-r26636] Description:
Bring r26596 from trunk to 1.8 branch: Bring r26499 from autotools_rework branch to trunk: Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on trunk for 2+ days)
Diffstat (limited to 'test/dtransform.c')
-rw-r--r--test/dtransform.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/dtransform.c b/test/dtransform.c
index c20ab88..aa6ae6e 100644
--- a/test/dtransform.c
+++ b/test/dtransform.c
@@ -310,12 +310,7 @@ int main(void)
SKIPPED()
#endif /*H5_VMS*/
-#ifdef H5_ULLONG_TO_FP_CAST_WORKS
TEST_TYPE_CONTIG(dxpl_id_utrans_inv, unsigned long long, H5T_NATIVE_ULLONG, "ullong", transformData, 0);
-#else
- TESTING("contiguous, with type conversion (float->ullong)")
- SKIPPED()
-#endif
TEST_TYPE_CONTIG(dxpl_id_c_to_f, float, H5T_NATIVE_FLOAT, "float", windchillFfloat, 1);
TEST_TYPE_CONTIG(dxpl_id_c_to_f, double, H5T_NATIVE_DOUBLE, "double", windchillFfloat, 1);
#if H5_SIZEOF_LONG_DOUBLE!=0
@@ -338,12 +333,7 @@ int main(void)
SKIPPED()
#endif
-#ifdef H5_ULLONG_TO_FP_CAST_WORKS
TEST_TYPE_CHUNK(dxpl_id_utrans_inv, unsigned long long, H5T_NATIVE_ULLONG, "ullong", transformData, 0);
-#else
- TESTING("chunked, with type conversion (float->ullong)")
- SKIPPED()
-#endif
TEST_TYPE_CHUNK(dxpl_id_c_to_f, float, H5T_NATIVE_FLOAT, "float", windchillFfloat, 1);
TEST_TYPE_CHUNK(dxpl_id_c_to_f, double, H5T_NATIVE_DOUBLE, "double", windchillFfloat, 1);
#if H5_SIZEOF_LONG_DOUBLE!=0