diff options
Diffstat (limited to 'test/testfiles/err_compat_1')
-rw-r--r-- | test/testfiles/err_compat_1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/testfiles/err_compat_1 b/test/testfiles/err_compat_1 new file mode 100644 index 0000000..2fd82e2 --- /dev/null +++ b/test/testfiles/err_compat_1 @@ -0,0 +1,20 @@ +############################# +Expected output for err_compat +############################# +Testing error API based on data I/O All error API tests passed. + This program tests the Error API compatible with HDF5 v1.6. There're supposed to be some error messages +********* Print error stack in HDF5 default way ********* +HDF5-DIAG: Error detected in HDF5 (1.7.5) thread 0: + #000: ../../hdf5/test/err_compat.c line 268 in main(): Error test failed + major: Error API + minor: Bad value + +********* Print error stack in customized way ********* + error #000: ../../hdf5/test/err_compat.c in main(): line 268 + major: Error API + minor: Bad value + +HDF5-DIAG: Error detected in HDF5 (1.7.5) thread 0: + #000: ../../hdf5/test/err_compat.c line 280 in main(): Error test failed + major: Error API + minor: Unrecognized message |