summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-10 03:16:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-10 03:16:38 (GMT)
commitf213ff673d10e1782b032c98340e4cccde7542f3 (patch)
treeea4755ff098081e44df64e6fb62f54fba4bbc27a /test/vfd_swmr.c
parenta44ac1af3f9e2b775598126338a596e83db2696e (diff)
downloadhdf5-f213ff673d10e1782b032c98340e4cccde7542f3.zip
hdf5-f213ff673d10e1782b032c98340e4cccde7542f3.tar.gz
hdf5-f213ff673d10e1782b032c98340e4cccde7542f3.tar.bz2
Windows cleanup
* A splitter VFD test in vfd.c fails * Several vfd_swmr.c tests are #ifdef'd around
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index b9f2df6..8c5b853 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3454,13 +3454,17 @@ main(void)
nerrors += test_shadow_index_lookup();
nerrors += test_file_fapl();
+#ifndef H5_HAVE_WIN32_API
nerrors += test_writer_create_open_flush();
nerrors += test_writer_md();
+#endif
nerrors += test_reader_md_concur();
nerrors += test_multiple_file_opens();
nerrors += test_multiple_file_opens_concur();
+#ifndef H5_HAVE_WIN32_API
nerrors += test_same_file_opens();
+#endif
nerrors += test_enable_disable_eot();
nerrors += test_disable_enable_eot_concur();