summaryrefslogtreecommitdiffstats
path: root/test/reserved.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-10-06 17:38:42 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-10-06 17:38:42 (GMT)
commit953efd5c470fe5c249198986186e65d71fcb7b89 (patch)
treeada9a3aecd05aa5e32e8d54456d3b6ba03eb6e08 /test/reserved.c
parent0f047c1cfe2c4b8d2d18d9b299acb8740c9ec266 (diff)
downloadhdf5-953efd5c470fe5c249198986186e65d71fcb7b89.zip
hdf5-953efd5c470fe5c249198986186e65d71fcb7b89.tar.gz
hdf5-953efd5c470fe5c249198986186e65d71fcb7b89.tar.bz2
[svn-r12729] Skipped reserved test. Hopefully the test will be updated someday.
Tested on heping.
Diffstat (limited to 'test/reserved.c')
-rwxr-xr-xtest/reserved.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/reserved.c b/test/reserved.c
index a0c0f9b..0b64d3f 100755
--- a/test/reserved.c
+++ b/test/reserved.c
@@ -426,6 +426,10 @@ main(void)
hid_t fapl;
const char *envval = NULL;
+ /* This test is currently not working properly; it should be revisted
+ * when we have time.
+ */
+#ifdef BROKEN
envval = HDgetenv("HDF5_DRIVER");
if (envval == NULL)
envval = "nomatch";
@@ -447,6 +451,9 @@ main(void)
{
puts("All address space reservation tests skippped - Incompatible with current Virtual File Driver");
}
+#endif
+
+ SKIPPED();
return 0;
}