mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r20132] Purpose:
Fixing Bug 2092 - h5dump does not display index for a dataset Description: improve the test case from previous checkin r20108, which also display dataset via region reference. Previous Log: h5dump skip displaying array indices every certain number when the array type dataset is relatively big. The certain number varies according to the size of each array. This checkin fix the skipping array indices problem. This fix also correct indentation of the dataset data output. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake - jam
This commit is contained in:
parent
09103b6cb0
commit
cf7f31f0c6
@ -786,7 +786,7 @@ IF (BUILD_TESTING)
|
||||
# test for files with array data
|
||||
ADD_H5_TEST (tarray1 0 tarray1.h5)
|
||||
# # added for bug# 2092 - tarray1_big.h5
|
||||
ADD_H5_TEST (tarray1_big 0 tarray1_big.h5)
|
||||
ADD_H5_TEST (tarray1_big 0 -R tarray1_big.h5)
|
||||
ADD_H5_TEST (tarray2 0 tarray2.h5)
|
||||
ADD_H5_TEST (tarray3 0 tarray3.h5)
|
||||
ADD_H5_TEST (tarray4 0 tarray4.h5)
|
||||
|
@ -2846,7 +2846,7 @@ static void gent_array1_big(void)
|
||||
hsize_t block[SPACE1_RANK]; /* Block size of hyperslab */
|
||||
start[0]=0;
|
||||
stride[0]=1;
|
||||
count[0]=600;
|
||||
count[0]=999;
|
||||
block[0]=1;
|
||||
hdset_reg_ref_t *wbuf; /* buffer to write to disk */
|
||||
/* Allocate write & read buffers */
|
||||
|
@ -345,7 +345,7 @@ TOOLTEST tvlstr.ddl tvlstr.h5
|
||||
# test for files with array data
|
||||
TOOLTEST tarray1.ddl tarray1.h5
|
||||
# # added for bug# 2092 - tarray1_big.h
|
||||
TOOLTEST tarray1_big.ddl tarray1_big.h5
|
||||
TOOLTEST tarray1_big.ddl -R tarray1_big.h5
|
||||
TOOLTEST tarray2.ddl tarray2.h5
|
||||
TOOLTEST tarray3.ddl tarray3.h5
|
||||
TOOLTEST tarray4.ddl tarray4.h5
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -374,7 +374,7 @@ rem ############################################################################
|
||||
|
||||
rem test for files with array data
|
||||
call :tooltest tarray1.ddl tarray1.h5
|
||||
call :tooltest tarray1_big.ddl tarray1_big.h5
|
||||
call :tooltest tarray1_big.ddl -R tarray1_big.h5
|
||||
call :tooltest tarray2.ddl tarray2.h5
|
||||
call :tooltest tarray3.ddl tarray3.h5
|
||||
call :tooltest tarray4.ddl tarray4.h5
|
||||
|
Loading…
x
Reference in New Issue
Block a user