diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-17 14:59:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-17 14:59:48 (GMT) |
commit | 49786bf7701994a07addd13832be77964adc631a (patch) | |
tree | ecc8896262c13b55f7e3ad34e363189b4c98a5cd | |
parent | d77551cbdcec1a009b55cac7063e1d5c09f3dbcf (diff) | |
download | hdf5-49786bf7701994a07addd13832be77964adc631a.zip hdf5-49786bf7701994a07addd13832be77964adc631a.tar.gz hdf5-49786bf7701994a07addd13832be77964adc631a.tar.bz2 |
Remove tests not needed
-rw-r--r-- | test/hdfs.c | 15 |
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 * ************/ |