mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
32 lines
1.5 KiB
Plaintext
32 lines
1.5 KiB
Plaintext
#############################
|
|
Expected output for error_test
|
|
#############################
|
|
Testing error API based on data I/O All error API tests passed.
|
|
This program tests the Error API. There're supposed to be some error messages
|
|
********* Print error stack in HDF5 default way *********
|
|
Error Test-DIAG: Error detected in Error Program (1.0) thread 0:
|
|
#000: ../../hdf5/test/error_test.c line 272 in error_stack(): Get number test failed, returned 0
|
|
major: Error in API
|
|
minor: Error in H5Eget_num
|
|
|
|
********* Print error stack in customized way *********
|
|
error #000: ../../hdf5/test/error_test.c in error_stack(): line 272
|
|
class: Error Test
|
|
major: Error in API
|
|
minor: Error in H5Eget_num
|
|
HDF5-DIAG: Error detected in HDF5 (1.7.5) thread 0:
|
|
#000: ../../hdf5/src/H5Dio.c line 420 in H5Dwrite(): not a dataset
|
|
major: Invalid arguments to routine
|
|
minor: Inappropriate type
|
|
Error Test-DIAG: Error detected in Error Program (1.0) thread 0:
|
|
#000: ../../hdf5/test/error_test.c line 468 in main(): Error test failed, it's wrong
|
|
major: Error in test
|
|
minor: Error in subroutine
|
|
#001: ../../hdf5/test/error_test.c line 150 in test_error(): H5Dwrite failed as supposed to
|
|
major: Error in IO
|
|
minor: Error in H5Dwrite
|
|
HDF5-DIAG: Error detected in HDF5 (1.7.5) thread 0:
|
|
#002: ../../hdf5/src/H5Dio.c line 420 in H5Dwrite(): not a dataset
|
|
major: Invalid arguments to routine
|
|
minor: Inappropriate type
|