summaryrefslogtreecommitdiffstats
path: root/test/testfiles/error_test_1
blob: 9a23e53fb00b364bdc1988f7c0da3a13a80f0c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#############################
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