summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-22 03:22:22 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-22 03:22:22 (GMT)
commit2d7a23887a6c5121b4dac858a50792a18087c5bf (patch)
tree4800ea1f5dbaa18deee6939f13a587afce6125a5 /test/ttsafe.c
parent146e98114669c616938ec50d3e1bcd6f6dc37c55 (diff)
downloadhdf5-2d7a23887a6c5121b4dac858a50792a18087c5bf.zip
hdf5-2d7a23887a6c5121b4dac858a50792a18087c5bf.tar.gz
hdf5-2d7a23887a6c5121b4dac858a50792a18087c5bf.tar.bz2
Incorporate pull request #2693 from develop for the fix to HDFFV-11080:
(1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads (3) Update MANIFEST (4) Add new test to Cmake
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r--test/ttsafe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index 3febdd8..eec17e9 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -111,6 +111,7 @@ int main(int argc, char *argv[])
AddTest("cancel", tts_cancel, cleanup_cancel, "thread cancellation safety test", NULL);
#endif /* H5_HAVE_PTHREAD_H */
AddTest("acreate", tts_acreate, cleanup_acreate, "multi-attribute creation", NULL);
+ AddTest("attr_vlen", tts_attr_vlen, cleanup_attr_vlen, "multi-file-attribute-vlen read", NULL);
#else /* H5_HAVE_THREADSAFE */