summaryrefslogtreecommitdiffstats
path: root/test/hdfs.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-17 14:59:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-17 14:59:48 (GMT)
commit49786bf7701994a07addd13832be77964adc631a (patch)
treeecc8896262c13b55f7e3ad34e363189b4c98a5cd /test/hdfs.c
parentd77551cbdcec1a009b55cac7063e1d5c09f3dbcf (diff)
downloadhdf5-49786bf7701994a07addd13832be77964adc631a.zip
hdf5-49786bf7701994a07addd13832be77964adc631a.tar.gz
hdf5-49786bf7701994a07addd13832be77964adc631a.tar.bz2
Remove tests not needed
Diffstat (limited to 'test/hdfs.c')
-rw-r--r--test/hdfs.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/hdfs.c b/test/hdfs.c
index 990a110f..06ee90c 100644
--- a/test/hdfs.c
+++ b/test/hdfs.c
@@ -1487,21 +1487,6 @@ test_noops_and_autofails(void)
"truncate must fail (closing)" )
} H5E_END_TRY;
- /* no-op calls to `lock()` and `unlock()`
- */
- JSVERIFY( SUCCEED,
- H5FDlock(file, TRUE),
- "lock always succeeds; has no effect" )
- JSVERIFY( SUCCEED,
- H5FDlock(file, FALSE),
- NULL )
- JSVERIFY( SUCCEED,
- H5FDunlock(file),
- NULL )
- /* Lock/unlock with null file or similar error crashes tests.
- * HDassert in calling heirarchy, `H5FD[un]lock()` and `H5FD_[un]lock()`
- */
-
/************
* TEARDOWN *
************/