blob: 2fd82e22f252692237ef1d34a682d63d82b5940d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
|