mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r6805] Purpose:
Revert last change (at least temporarily) Description: Revert last "NO_SHARED_WRITING" ifdefs after reviewing the tests that were ifdef'ed out. I don't think that these tests should cause a problem, so I would like them reviewed again to see if there is a file handle leak in the library (or test). Platforms tested: FreeBSD 4.8 (sleipnir) Triple check not needed.
This commit is contained in:
parent
d6bacf6304
commit
3e982207dd
@ -834,8 +834,6 @@ int main( void )
|
||||
|
||||
PASSED();
|
||||
|
||||
#ifndef H5_NO_SHARED_WRITING
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Test H5Iget_name with H5Fmount; long name
|
||||
*-------------------------------------------------------------------------
|
||||
@ -1142,9 +1140,6 @@ int main( void )
|
||||
PASSED();
|
||||
|
||||
|
||||
#endif /* H5_NO_SHARED_WRITING */
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Test H5Iget_name with a defined type dataset
|
||||
*-------------------------------------------------------------------------
|
||||
@ -1408,8 +1403,6 @@ int main( void )
|
||||
PASSED();
|
||||
|
||||
|
||||
#ifndef H5_NO_SHARED_WRITING
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Test H5Iget_name with added names with mounting
|
||||
*-------------------------------------------------------------------------
|
||||
@ -1721,9 +1714,6 @@ int main( void )
|
||||
PASSED();
|
||||
|
||||
|
||||
#endif /* H5_NO_SHARED_WRITING */
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Test H5Iget_name with H5Glink hard
|
||||
*-------------------------------------------------------------------------
|
||||
@ -2087,7 +2077,6 @@ int main( void )
|
||||
|
||||
PASSED();
|
||||
|
||||
#ifndef H5_NO_SHARED_WRITING
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Test H5Iget_name with several nested mounted files
|
||||
@ -2868,8 +2857,6 @@ int main( void )
|
||||
|
||||
PASSED();
|
||||
|
||||
#endif /* H5_NO_SHARED_WRITING */
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* end tests
|
||||
|
@ -915,18 +915,14 @@ test_obj_count_and_id(hid_t fid1, hid_t fid2, hid_t did, hid_t gid1,
|
||||
void
|
||||
test_file(void)
|
||||
{
|
||||
#ifndef H5_NO_SHARED_WRITING
|
||||
|
||||
/* Output message about test being performed */
|
||||
MESSAGE(5, ("Testing Low-Level File I/O\n"));
|
||||
|
||||
test_file_create(); /* Test file creation(also creation templates)*/
|
||||
test_file_open(); /* Test file opening */
|
||||
test_file_close(); /* Test file close behavior */
|
||||
#endif /* H5_NO_SHARED_WRITING */
|
||||
} /* test_file() */
|
||||
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: cleanup_file
|
||||
|
Loading…
Reference in New Issue
Block a user