summaryrefslogtreecommitdiffstats
path: root/tools/misc/testfiles
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2007-07-27 17:36:36 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2007-07-27 17:36:36 (GMT)
commitd65d8084ff8068befb28251c9dbf62ded4f24f5c (patch)
tree47d845473d9a46b68725f46e70e022cab6c391bb /tools/misc/testfiles
parent4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (diff)
downloadhdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.zip
hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.gz
hdf5-d65d8084ff8068befb28251c9dbf62ded4f24f5c.tar.bz2
[svn-r14023] Purpose:
reorganization. Description: move the h5stat tool into its own directory. Platform tested: kagiso.
Diffstat (limited to 'tools/misc/testfiles')
-rw-r--r--tools/misc/testfiles/h5stat_filters-F.ddl21
-rw-r--r--tools/misc/testfiles/h5stat_filters-d.ddl33
-rw-r--r--tools/misc/testfiles/h5stat_filters-dT.ddl42
-rw-r--r--tools/misc/testfiles/h5stat_filters-file.ddl13
-rw-r--r--tools/misc/testfiles/h5stat_filters-g.ddl9
-rw-r--r--tools/misc/testfiles/h5stat_filters.ddl78
-rw-r--r--tools/misc/testfiles/h5stat_filters.h5bin46272 -> 0 bytes
-rw-r--r--tools/misc/testfiles/h5stat_help1.ddl24
-rw-r--r--tools/misc/testfiles/h5stat_help2.ddl24
-rw-r--r--tools/misc/testfiles/h5stat_newgrat.ddl74
-rw-r--r--tools/misc/testfiles/h5stat_newgrat.h5bin72236 -> 0 bytes
-rw-r--r--tools/misc/testfiles/h5stat_tsohm.ddl72
-rw-r--r--tools/misc/testfiles/h5stat_tsohm.h5bin3603 -> 0 bytes
13 files changed, 0 insertions, 390 deletions
diff --git a/tools/misc/testfiles/h5stat_filters-F.ddl b/tools/misc/testfiles/h5stat_filters-F.ddl
deleted file mode 100644
index 544d0c7..0000000
--- a/tools/misc/testfiles/h5stat_filters-F.ddl
+++ /dev/null
@@ -1,21 +0,0 @@
-#############################
-Expected output for 'h5stat -F h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-Object header size: (total/unused)
- Groups: 48/8
- Datasets: 4936/1344
-Storage information:
- Groups:
- B-tree/List: 1200
- Heap: 288
- Attributes:
- B-tree/List: 0
- Heap: 0
- Chunked datasets:
- B-tree: 31392
- Shared Messages:
- Header: 0
- B-tree/List: 0
- Heap: 0
- Superblock extension: 0
diff --git a/tools/misc/testfiles/h5stat_filters-d.ddl b/tools/misc/testfiles/h5stat_filters-d.ddl
deleted file mode 100644
index e83c6c4..0000000
--- a/tools/misc/testfiles/h5stat_filters-d.ddl
+++ /dev/null
@@ -1,33 +0,0 @@
-#############################
-Expected output for 'h5stat -d h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-Dataset dimension information:
- Max. rank of datasets: 2
- Dataset ranks:
- # of dataset with rank 1: 1
- # of dataset with rank 2: 14
-1-D Dataset information:
- Max. dimension size of 1-D datasets: 100
- Small 1-D datasets:
- Total small datasets: 0
- 1-D Dataset dimension bins:
- # of datasets of size 100 - 999: 1
- Total # of datasets: 1
-Dataset storage information:
- Total raw data size: 8659
-Dataset layout information:
- Dataset layout counts[COMPACT]: 1
- Dataset layout counts[CONTIG]: 2
- Dataset layout counts[CHUNKED]: 12
- Number of external files : 2
-Dataset filters information:
- Number of datasets with:
- NO filter: 7
- GZIP filter: 2
- SHUFFLE filter: 2
- FLETCHER32 filter: 2
- SZIP filter: 2
- NBIT filter: 2
- SCALEOFFSET filter: 1
- USER-DEFINED filter: 1
diff --git a/tools/misc/testfiles/h5stat_filters-dT.ddl b/tools/misc/testfiles/h5stat_filters-dT.ddl
deleted file mode 100644
index 62735f0..0000000
--- a/tools/misc/testfiles/h5stat_filters-dT.ddl
+++ /dev/null
@@ -1,42 +0,0 @@
-#############################
-Expected output for 'h5stat -dT h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-Dataset dimension information:
- Max. rank of datasets: 2
- Dataset ranks:
- # of dataset with rank 1: 1
- # of dataset with rank 2: 14
-1-D Dataset information:
- Max. dimension size of 1-D datasets: 100
- Small 1-D datasets:
- Total small datasets: 0
- 1-D Dataset dimension bins:
- # of datasets of size 100 - 999: 1
- Total # of datasets: 1
-Dataset storage information:
- Total raw data size: 8659
-Dataset layout information:
- Dataset layout counts[COMPACT]: 1
- Dataset layout counts[CONTIG]: 2
- Dataset layout counts[CHUNKED]: 12
- Number of external files : 2
-Dataset filters information:
- Number of datasets with:
- NO filter: 7
- GZIP filter: 2
- SHUFFLE filter: 2
- FLETCHER32 filter: 2
- SZIP filter: 2
- NBIT filter: 2
- SCALEOFFSET filter: 1
- USER-DEFINED filter: 1
-Dataset datatype information:
- # of unique datatypes used by datasets: 2
- Dataset datatype #0:
- Count (total/named) = (14/0)
- Size (desc./elmt) = (14/4)
- Dataset datatype #1:
- Count (total/named) = (1/0)
- Size (desc./elmt) = (14/4)
- Total dataset datatype count: 15
diff --git a/tools/misc/testfiles/h5stat_filters-file.ddl b/tools/misc/testfiles/h5stat_filters-file.ddl
deleted file mode 100644
index c6aeef0..0000000
--- a/tools/misc/testfiles/h5stat_filters-file.ddl
+++ /dev/null
@@ -1,13 +0,0 @@
-#############################
-Expected output for 'h5stat -f h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-File information
- # of unique groups: 1
- # of unique datasets: 15
- # of unique named dataypes: 1
- # of unique links: 0
- # of unique other: 0
- Max. # of links to object: 1
- Max. depth of hierarchy: 0
- Max. # of objects in group: 16
diff --git a/tools/misc/testfiles/h5stat_filters-g.ddl b/tools/misc/testfiles/h5stat_filters-g.ddl
deleted file mode 100644
index d488b8f..0000000
--- a/tools/misc/testfiles/h5stat_filters-g.ddl
+++ /dev/null
@@ -1,9 +0,0 @@
-#############################
-Expected output for 'h5stat -g h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-Small groups:
- Total # of small groups: 0
-Group bins:
- # of groups of size 10 - 99: 1
- Total # of groups: 1
diff --git a/tools/misc/testfiles/h5stat_filters.ddl b/tools/misc/testfiles/h5stat_filters.ddl
deleted file mode 100644
index 4dd6aee..0000000
--- a/tools/misc/testfiles/h5stat_filters.ddl
+++ /dev/null
@@ -1,78 +0,0 @@
-#############################
-Expected output for 'h5stat h5stat_filters.h5'
-#############################
-Filename: h5stat_filters.h5
-File information
- # of unique groups: 1
- # of unique datasets: 15
- # of unique named dataypes: 1
- # of unique links: 0
- # of unique other: 0
- Max. # of links to object: 1
- Max. depth of hierarchy: 0
- Max. # of objects in group: 16
-Object header size: (total/unused)
- Groups: 48/8
- Datasets: 4936/1344
-Storage information:
- Groups:
- B-tree/List: 1200
- Heap: 288
- Attributes:
- B-tree/List: 0
- Heap: 0
- Chunked datasets:
- B-tree: 31392
- Shared Messages:
- Header: 0
- B-tree/List: 0
- Heap: 0
- Superblock extension: 0
-Small groups:
- Total # of small groups: 0
-Group bins:
- # of groups of size 10 - 99: 1
- Total # of groups: 1
-Dataset dimension information:
- Max. rank of datasets: 2
- Dataset ranks:
- # of dataset with rank 1: 1
- # of dataset with rank 2: 14
-1-D Dataset information:
- Max. dimension size of 1-D datasets: 100
- Small 1-D datasets:
- Total small datasets: 0
- 1-D Dataset dimension bins:
- # of datasets of size 100 - 999: 1
- Total # of datasets: 1
-Dataset storage information:
- Total raw data size: 8659
-Dataset layout information:
- Dataset layout counts[COMPACT]: 1
- Dataset layout counts[CONTIG]: 2
- Dataset layout counts[CHUNKED]: 12
- Number of external files : 2
-Dataset filters information:
- Number of datasets with:
- NO filter: 7
- GZIP filter: 2
- SHUFFLE filter: 2
- FLETCHER32 filter: 2
- SZIP filter: 2
- NBIT filter: 2
- SCALEOFFSET filter: 1
- USER-DEFINED filter: 1
-Dataset datatype information:
- # of unique datatypes used by datasets: 2
- Dataset datatype #0:
- Count (total/named) = (14/0)
- Size (desc./elmt) = (14/4)
- Dataset datatype #1:
- Count (total/named) = (1/0)
- Size (desc./elmt) = (14/4)
- Total dataset datatype count: 15
-Small # of attributes:
- Total # of objects with small # of attributes: 0
-Attribute bins:
- Total # of objects with attributes: 0
- Max. # of attributes to objects: 0
diff --git a/tools/misc/testfiles/h5stat_filters.h5 b/tools/misc/testfiles/h5stat_filters.h5
deleted file mode 100644
index 5b5f4bb..0000000
--- a/tools/misc/testfiles/h5stat_filters.h5
+++ /dev/null
Binary files differ
diff --git a/tools/misc/testfiles/h5stat_help1.ddl b/tools/misc/testfiles/h5stat_help1.ddl
deleted file mode 100644
index 0841572..0000000
--- a/tools/misc/testfiles/h5stat_help1.ddl
+++ /dev/null
@@ -1,24 +0,0 @@
-#############################
-Expected output for 'h5stat -h'
-#############################
-
-This tool is under development. For detailed information
-please see the specification document at
-http://hdf.ncsa.uiuc.edu/RFC/h5stat/h5stat-spec.pdf
-
-Please send your comments and questions to help@hdfgroup.org
-
-Usage: h5stat [OPTIONS] file
-
- OPTIONS
- -h, --help Print a usage message and exit
- -V, --version Print version number and exit
- -f, --file Print file information
- -F, --filemetadata Print file metadata
- -g, --group Print group information
- -G, --groupmetadata Print group metadata
- -d, --dset Print dataset information
- -D, --dsetmetadata Print dataset metadata
- -T, --dtypemetadata Print datatype metadata
- -A, --attribute Print attribute information
-
diff --git a/tools/misc/testfiles/h5stat_help2.ddl b/tools/misc/testfiles/h5stat_help2.ddl
deleted file mode 100644
index 1e6295b..0000000
--- a/tools/misc/testfiles/h5stat_help2.ddl
+++ /dev/null
@@ -1,24 +0,0 @@
-#############################
-Expected output for 'h5stat --help'
-#############################
-
-This tool is under development. For detailed information
-please see the specification document at
-http://hdf.ncsa.uiuc.edu/RFC/h5stat/h5stat-spec.pdf
-
-Please send your comments and questions to help@hdfgroup.org
-
-Usage: h5stat [OPTIONS] file
-
- OPTIONS
- -h, --help Print a usage message and exit
- -V, --version Print version number and exit
- -f, --file Print file information
- -F, --filemetadata Print file metadata
- -g, --group Print group information
- -G, --groupmetadata Print group metadata
- -d, --dset Print dataset information
- -D, --dsetmetadata Print dataset metadata
- -T, --dtypemetadata Print datatype metadata
- -A, --attribute Print attribute information
-
diff --git a/tools/misc/testfiles/h5stat_newgrat.ddl b/tools/misc/testfiles/h5stat_newgrat.ddl
deleted file mode 100644
index 228d565..0000000
--- a/tools/misc/testfiles/h5stat_newgrat.ddl
+++ /dev/null
@@ -1,74 +0,0 @@
-#############################
-Expected output for 'h5stat h5stat_newgrat.h5'
-#############################
-Filename: h5stat_newgrat.h5
-File information
- # of unique groups: 351
- # of unique datasets: 1
- # of unique named dataypes: 0
- # of unique links: 0
- # of unique other: 0
- Max. # of links to object: 1
- Max. depth of hierarchy: 1
- Max. # of objects in group: 351
-Object header size: (total/unused)
- Groups: 51597/32292
- Datasets: 414/312
-Storage information:
- Groups:
- B-tree/List: 5158
- Heap: 7643
- Attributes:
- B-tree/List: 2598
- Heap: 4442
- Chunked datasets:
- B-tree: 0
- Shared Messages:
- Header: 0
- B-tree/List: 0
- Heap: 0
- Superblock extension: 0
-Small groups:
- # of groups of size 0: 350
- Total # of small groups: 350
-Group bins:
- # of groups of size 0: 350
- # of groups of size 100 - 999: 1
- Total # of groups: 351
-Dataset dimension information:
- Max. rank of datasets: 0
- Dataset ranks:
- # of dataset with rank 0: 1
-1-D Dataset information:
- Max. dimension size of 1-D datasets: 0
- Small 1-D datasets:
- Total small datasets: 0
-Dataset storage information:
- Total raw data size: 0
-Dataset layout information:
- Dataset layout counts[COMPACT]: 0
- Dataset layout counts[CONTIG]: 1
- Dataset layout counts[CHUNKED]: 0
- Number of external files : 0
-Dataset filters information:
- Number of datasets with:
- NO filter: 1
- GZIP filter: 0
- SHUFFLE filter: 0
- FLETCHER32 filter: 0
- SZIP filter: 0
- NBIT filter: 0
- SCALEOFFSET filter: 0
- USER-DEFINED filter: 0
-Dataset datatype information:
- # of unique datatypes used by datasets: 1
- Dataset datatype #0:
- Count (total/named) = (1/0)
- Size (desc./elmt) = (14/4)
- Total dataset datatype count: 1
-Small # of attributes:
- Total # of objects with small # of attributes: 0
-Attribute bins:
- # of objects with 100 - 999 attributes: 1
- Total # of objects with attributes: 1
- Max. # of attributes to objects: 100
diff --git a/tools/misc/testfiles/h5stat_newgrat.h5 b/tools/misc/testfiles/h5stat_newgrat.h5
deleted file mode 100644
index cab98bb..0000000
--- a/tools/misc/testfiles/h5stat_newgrat.h5
+++ /dev/null
Binary files differ
diff --git a/tools/misc/testfiles/h5stat_tsohm.ddl b/tools/misc/testfiles/h5stat_tsohm.ddl
deleted file mode 100644
index 572965e..0000000
--- a/tools/misc/testfiles/h5stat_tsohm.ddl
+++ /dev/null
@@ -1,72 +0,0 @@
-#############################
-Expected output for 'h5stat h5stat_tsohm.h5'
-#############################
-Filename: h5stat_tsohm.h5
-File information
- # of unique groups: 1
- # of unique datasets: 2
- # of unique named dataypes: 0
- # of unique links: 0
- # of unique other: 0
- Max. # of links to object: 1
- Max. depth of hierarchy: 0
- Max. # of objects in group: 2
-Object header size: (total/unused)
- Groups: 51/2
- Datasets: 568/358
-Storage information:
- Groups:
- B-tree/List: 872
- Heap: 120
- Attributes:
- B-tree/List: 0
- Heap: 0
- Chunked datasets:
- B-tree: 0
- Shared Messages:
- Header: 38
- B-tree/List: 550
- Heap: 1316
- Superblock extension: 40
-Small groups:
- # of groups of size 2: 1
- Total # of small groups: 1
-Group bins:
- # of groups of size 1 - 9: 1
- Total # of groups: 1
-Dataset dimension information:
- Max. rank of datasets: 2
- Dataset ranks:
- # of dataset with rank 2: 2
-1-D Dataset information:
- Max. dimension size of 1-D datasets: 0
- Small 1-D datasets:
- Total small datasets: 0
-Dataset storage information:
- Total raw data size: 0
-Dataset layout information:
- Dataset layout counts[COMPACT]: 0
- Dataset layout counts[CONTIG]: 0
- Dataset layout counts[CHUNKED]: 2
- Number of external files : 0
-Dataset filters information:
- Number of datasets with:
- NO filter: 2
- GZIP filter: 0
- SHUFFLE filter: 0
- FLETCHER32 filter: 0
- SZIP filter: 0
- NBIT filter: 0
- SCALEOFFSET filter: 0
- USER-DEFINED filter: 0
-Dataset datatype information:
- # of unique datatypes used by datasets: 1
- Dataset datatype #0:
- Count (total/named) = (2/0)
- Size (desc./elmt) = (14/4)
- Total dataset datatype count: 2
-Small # of attributes:
- Total # of objects with small # of attributes: 0
-Attribute bins:
- Total # of objects with attributes: 0
- Max. # of attributes to objects: 0
diff --git a/tools/misc/testfiles/h5stat_tsohm.h5 b/tools/misc/testfiles/h5stat_tsohm.h5
deleted file mode 100644
index 45ee36c..0000000
--- a/tools/misc/testfiles/h5stat_tsohm.h5
+++ /dev/null
Binary files differ