[svn-r23959] Bring revisions #23745 - 23862 from trunk to revise_chunks.
h5committested.
This commit is contained in:
@@ -183,14 +183,14 @@ IF (WINDOWS)
|
||||
ENDIF (MINGW)
|
||||
SET (H5_HAVE_LIBWS2_32 1)
|
||||
SET (H5_HAVE_LIBWSOCK32 1)
|
||||
ENDIF (WINDOWS)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# These tests need to be manually SET for windows since there is currently
|
||||
# something not quite correct with the actual test implementation. This affects
|
||||
# the 'dt_arith' test and most likely lots of other code
|
||||
# ----------------------------------------------------------------------------
|
||||
#SET (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "" CACHE INTERNAL "")
|
||||
#-----------------------------------------------------------------------------
|
||||
# These tests need to be manually SET for windows since there is currently
|
||||
# something not quite correct with the actual test implementation. This affects
|
||||
# the 'dt_arith' test and most likely lots of other code
|
||||
# ----------------------------------------------------------------------------
|
||||
SET (H5_FP_TO_ULLONG_RIGHT_MAXIMUM "" CACHE INTERNAL "")
|
||||
ENDIF (WINDOWS)
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# END of WINDOWS Hard code Values
|
||||
@@ -1030,7 +1030,7 @@ H5MiscConversionTest (H5_SIZEOF_LONG_DOUBLE H5_LDOUBLE_TO_INTEGER_ACCURATE "chec
|
||||
# yet. (1/8/05 - SLU)
|
||||
#
|
||||
IF (NOT MSVC)
|
||||
H5ConversionTests (H5_LDOUBLE_TO_INTEGER_WORKS "Checking IF converting from long double to integers works")
|
||||
H5ConversionTests (H5_LDOUBLE_TO_INTEGER_WORKS "Checking IF converting from long double to integers works")
|
||||
ENDIF (NOT MSVC)
|
||||
# -----------------------------------------------------------------------
|
||||
# Set flag to indicate that the machine can handle conversion from
|
||||
@@ -1106,7 +1106,7 @@ ENDIF (H5_LLONG_TO_FP_CAST_WORKS MATCHES ^H5_LLONG_TO_FP_CAST_WORKS$)
|
||||
# the conversion, and Cygwin where compiler doesn't do rounding correctly.)
|
||||
#
|
||||
IF (NOT MSVC)
|
||||
H5ConversionTests (H5_ULLONG_TO_LDOUBLE_PRECISION "Checking IF converting unsigned long long to long double with precision")
|
||||
H5ConversionTests (H5_ULLONG_TO_LDOUBLE_PRECISION "Checking IF converting unsigned long long to long double with precision")
|
||||
ENDIF (NOT MSVC)
|
||||
# ----------------------------------------------------------------------
|
||||
# Set the flag to indicate that the machine can handle overflow converting
|
||||
|
||||
Reference in New Issue
Block a user