HDFFV-9774 - add enable-error-stack, Merge from develop
This commit is contained in:
@@ -23,6 +23,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
4
tools/test/h5diff/testfiles/h5diff_454_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_454_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_454_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_454_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Warning: </softlink_noexist> is a dangling link.
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
4
tools/test/h5diff/testfiles/h5diff_455_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_455_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_455_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_455_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Warning: </softlink_noexist> is a dangling link.
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
4
tools/test/h5diff/testfiles/h5diff_457_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_457_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_457_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_457_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Warning: </ext_link_noexist1> is a dangling link.
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
4
tools/test/h5diff/testfiles/h5diff_458_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_458_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_458_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_458_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Warning: </ext_link_noexist2> is a dangling link.
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
4
tools/test/h5diff/testfiles/h5diff_459_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_459_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_459_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_459_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Warning: </ext_link_noexist1> is a dangling link.
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: treat dangling link as error
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
@@ -23,6 +23,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
4
tools/test/h5diff/testfiles/h5diff_601_ERR.err
Normal file
4
tools/test/h5diff/testfiles/h5diff_601_ERR.err
Normal file
@@ -0,0 +1,4 @@
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: Object could not be found
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
6
tools/test/h5diff/testfiles/h5diff_601_ERR.txt
Normal file
6
tools/test/h5diff/testfiles/h5diff_601_ERR.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Object </nono_obj> could not be found in <h5diff_basic1.h5>
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5diff(): Error: Object could not be found
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
EXIT CODE: 2
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
@@ -24,6 +24,8 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
status report.
|
||||
-q, --quiet
|
||||
Quiet mode. Do not produce output.
|
||||
--enable-error-stack
|
||||
Prints messages from the HDF5 error stack as they occur.
|
||||
--follow-symlinks
|
||||
Follow symbolic links (soft links and external links and compare the)
|
||||
links' target objects.
|
||||
|
||||
Reference in New Issue
Block a user