summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/filter_fail.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-02-28 20:25:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-02-28 20:25:25 (GMT)
commitc6382f50c5744595d3a9ba69a04f76782f3b8672 (patch)
treec53cc31164515c7647eceb3da2dd64e745c426c6 /tools/testfiles/filter_fail.ddl
parent600bcf0dc3bf984c752737385e0a90ffd29feb38 (diff)
downloadhdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.zip
hdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.tar.gz
hdf5-c6382f50c5744595d3a9ba69a04f76782f3b8672.tar.bz2
[svn-r20168] BZ2048: Add -E --enable-error-stack option to h5dump.
Tested: local linux, heiwa, windows
Diffstat (limited to 'tools/testfiles/filter_fail.ddl')
-rw-r--r--tools/testfiles/filter_fail.ddl30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/testfiles/filter_fail.ddl b/tools/testfiles/filter_fail.ddl
new file mode 100644
index 0000000..247fb34
--- /dev/null
+++ b/tools/testfiles/filter_fail.ddl
@@ -0,0 +1,30 @@
+#############################
+Expected output for 'h5dump -E filter_fail.h5'
+#############################
+HDF5 "filter_fail.h5" {
+GROUP "/" {
+ DATASET "dset_fail" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
+ DATA {
+ }
+ }
+}
+}
+HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
+ #000: (file name) line (number) in H5Dread(): can't read data
+ major: Dataset
+ minor: Read failed
+ #001: (file name) line (number) in H5D_read(): can't read data
+ major: Dataset
+ minor: Read failed
+ #002: (file name) line (number) in H5D_chunk_read(): unable to read raw data chunk
+ major: Low-level I/O
+ minor: Read failed
+ #003: (file name) line (number) in H5D_chunk_lock(): data pipeline read failed
+ major: Data filters
+ minor: Filter operation failed
+ #004: (file name) line (number) in H5Z_pipeline(): required filter is not registered
+ major: Data filters
+ minor: Read failed
+h5dump error: unable to print data