[svn-r16888] Description:
Bring r16821:16875 back from trunk to revise_chunks branch.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.5.6 (amazon) in debug mode
Mac OS X/32 10.5.6 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
#############################
|
||||
Expected output for error_test
|
||||
#############################
|
||||
Testing error API based on data I/O All error API tests passed.
|
||||
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 *********
|
||||
Second Test-DIAG: Error detected in Second Program (1.0) thread (IDs):
|
||||
#000: (file name) line (number) in main(): Error stack test failed
|
||||
major: Error in test
|
||||
minor: Error in error stack
|
||||
Error Test-DIAG: Error detected in Error Program (1.0) thread (IDs):
|
||||
#000: (file name) line (number) in error_stack(): Get number test failed, returned 0
|
||||
#001: (file name) line (number) in error_stack(): Get number test failed, returned 0
|
||||
major: Error in API
|
||||
minor: Error in H5Eget_num
|
||||
|
||||
@@ -14,6 +19,10 @@ Error Test-DIAG: Error detected in Error Program (1.0) thread (IDs):
|
||||
class: Error Test
|
||||
major: Error in API
|
||||
minor: Error in H5Eget_num
|
||||
error #001: (file name) in main(): line (number)
|
||||
class: Second Test
|
||||
major: Error in test
|
||||
minor: Error in error stack
|
||||
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in H5Dwrite(): not a dataset
|
||||
major: Invalid arguments to routine
|
||||
|
||||
Reference in New Issue
Block a user