diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-04-03 15:40:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-04-03 15:40:54 (GMT) |
commit | 8c9661ce4d42090fb12c26bedc01af9ecc10b8e2 (patch) | |
tree | 9c663e13c292be2b6d114774ae0b5ad0bf0d828f /java/test/JUnit-interface.txt | |
parent | fb3cfc0a79b60ab29f6a5fff9c7d5c68b50d1144 (diff) | |
download | hdf5-8c9661ce4d42090fb12c26bedc01af9ecc10b8e2.zip hdf5-8c9661ce4d42090fb12c26bedc01af9ecc10b8e2.tar.gz hdf5-8c9661ce4d42090fb12c26bedc01af9ecc10b8e2.tar.bz2 |
Update java error stack tests
Diffstat (limited to 'java/test/JUnit-interface.txt')
-rw-r--r-- | java/test/JUnit-interface.txt | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/java/test/JUnit-interface.txt b/java/test/JUnit-interface.txt index 91ea286..53d3a62 100644 --- a/java/test/JUnit-interface.txt +++ b/java/test/JUnit-interface.txt @@ -650,22 +650,28 @@ Time: XXXX OK (645 tests) HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs): - #000: (file name) line (number) in H5Fopen(): can't set access and transfer property lists + #000: (file name) line (number) in H5Fopen(): unable to open file major: File accessibilty - minor: Can't set value - #001: (file name) line (number) in H5P_verify_apl_and_dxpl(): not the required access property list - major: Property lists - minor: Inappropriate type - #002: (file name) line (number) in H5P_isa_class(): not a property list - major: Invalid arguments to routine - minor: Inappropriate type + minor: Unable to open file + #001: (file name) line (number) in H5F__open(): unable to open file + major: File accessibilty + minor: Unable to open file + #002: (file name) line (number) in H5F_open(): unable to retrieve VFL class + major: File accessibilty + minor: Can't get value + #003: (file name) line (number) in H5FD_get_class(): can't find object for ID + major: Object atom + minor: Unable to find atom information (already closed?) HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs): - #000: (file name) line (number) in H5Fopen(): can't set access and transfer property lists + #000: (file name) line (number) in H5Fopen(): unable to open file + major: File accessibilty + minor: Unable to open file + #001: (file name) line (number) in H5F__open(): unable to open file + major: File accessibilty + minor: Unable to open file + #002: (file name) line (number) in H5F_open(): unable to retrieve VFL class major: File accessibilty - minor: Can't set value - #001: (file name) line (number) in H5P_verify_apl_and_dxpl(): not the required access property list - major: Property lists - minor: Inappropriate type - #002: (file name) line (number) in H5P_isa_class(): not a property list - major: Invalid arguments to routine - minor: Inappropriate type + minor: Can't get value + #003: (file name) line (number) in H5FD_get_class(): can't find object for ID + major: Object atom + minor: Unable to find atom information (already closed?) |