mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
a5f1d15035
h5dump output change, new tests Description: the storage layout output format the storage layout output format had some changes same for the user defined filter add an option (-y) for not printing the array indices (default is print indices ) the option for escaping non printable characters covers all characters (default is not escape) (this might be not very portable, the test files are tstring.ddl and tstringe.ddl ) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
19 lines
404 B
SQL
19 lines
404 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d alloc_time_incr tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "alloc_time_incr" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT {
|
|
CHUNKED ( 10, 5 )
|
|
SIZE 800
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME IFSET
|
|
ALLOC_TIME INCR
|
|
VALUE -99
|
|
}
|
|
}
|
|
}
|