[svn-r24654] HDFFV-8640: Remove XLATE_UTILITY

Update tools testfiles
This commit is contained in:
Allen Byrne
2014-01-28 11:11:22 -05:00
parent 554d0eaccd
commit d7e8a93078
58 changed files with 3217 additions and 224 deletions

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -gd -m 5 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Small groups (with 0 to 9 links):
# of groups with 0 link(s): 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -d --di=15 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Dataset dimension information:
Max. rank of datasets: 2

View File

@@ -1,4 +1 @@
#############################
Expected output for 'h5stat -d --dims=-1 h5stat_threshold.h5'
#############################
h5stat error: Invalid threshold for small datasets

View File

@@ -1,4 +1 @@
#############################
Expected output for 'h5stat -l 0 h5stat_threshold.h5'
#############################
h5stat error: Invalid threshold for small groups

View File

@@ -1,4 +1 @@
#############################
Expected output for 'h5stat -a -2 h5stat_threshold.h5'
#############################
h5stat error: Invalid threshold for small # of attributes

View File

@@ -1,4 +1 @@
#############################
Expected output for 'h5stat --numattrs h5stat_threshold.h5'
#############################
h5stat error: Invalid threshold for small # of attributes

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -F h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
File space information for file metadata (in bytes):
Superblock extension: 0

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -D h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
File space information for datasets' metadata (in bytes):
Object headers (total/unused): 4136/1344

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -T h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
Dataset datatype information:
# of unique datatypes used by datasets: 2

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -d h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
Dataset dimension information:
Max. rank of datasets: 2

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -dT h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
Dataset dimension information:
Max. rank of datasets: 2

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -f h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
File information
# of unique groups: 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -g h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
Small groups (with 0 to 9 links):
Total # of small groups: 0

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat h5stat_filters.h5'
#############################
Filename: h5stat_filters.h5
File information
# of unique groups: 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -h'
#############################
Usage: h5stat [OPTIONS] file
OPTIONS

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat --help'
#############################
Usage: h5stat [OPTIONS] file
OPTIONS

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -g -l 8 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Small groups (with 0 to 7 links):
# of groups with 0 link(s): 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat --links=8 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
File information
# of unique groups: 4

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat --links=20 -g h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Small groups (with 0 to 19 links):
# of groups with 0 link(s): 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -g h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
Small groups (with 0 to 9 links):
# of groups with 0 link(s): 35000

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -g -l 40000 h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
Small groups (with 0 to 39999 links):
# of groups with 0 link(s): 35000

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -A h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
Small # of attributes (objects with 1 to 10 attributes):
Total # of objects with small # of attributes: 0

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -G h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
File space information for groups' metadata (in bytes):
Object headers (total/unused): 5145147/3220092

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
File information
# of unique groups: 35001

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat '
#############################
Usage: h5stat [OPTIONS] file
OPTIONS

View File

@@ -1,5 +1,2 @@
#############################
Expected output for 'h5stat notexist.h5'
#############################
Filename: notexist.h5
h5stat error: unable to open file "notexist.h5"

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -AS -a 10 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Small # of attributes (objects with 1 to 10 attributes):
# of objects with 1 attributes: 2

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -a 1 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
File information
# of unique groups: 4

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -A --numattrs=25 h5stat_threshold.h5'
#############################
Filename: h5stat_threshold.h5
Small # of attributes (objects with 1 to 25 attributes):
# of objects with 1 attributes: 2

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat -A -a 100 h5stat_newgrat.h5'
#############################
Filename: h5stat_newgrat.h5
Small # of attributes (objects with 1 to 100 attributes):
# of objects with 100 attributes: 1

View File

@@ -1,6 +1,3 @@
#############################
Expected output for 'h5stat h5stat_tsohm.h5'
#############################
Filename: h5stat_tsohm.h5
File information
# of unique groups: 1